question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generate props file with referenced fs files

See original GitHub issue

It would be nice to have a props file generated. This will allow scenario:

client.fsproj: <Import Project="output/generated.props" />

/output <generated F# files> <project name>.props

    <ItemGroup>
        <Compile Include="Query1.fs" />
        ...
    </ItemGroup>

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:24 (24 by maintainers)

github_iconTop GitHub Comments

2reactions
anthony-micommented, Apr 14, 2021

Changed fsproj generation to props - everything works. Screenshot_124 Screenshot_129

0reactions
Zaid-Ajajcommented, May 17, 2021

Added option createProjectFile to implement this feature thanks to @anthony-mi where the value false makes snowflaqe output a props file instead of a project (see docs in readme)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Customize your build - MSBuild
Many customizable build operations are controlled by properties. ... Build.props, in imported files, or in the project file.
Read more >
Referencing external libraries in .fs files · Issue #39
I currently have a project in which I have .dll files within my bin/Debug directory. Any ./*.fs files in my project that reference...
Read more >
C# reference in .props file - visual studio
One problem is that you have opened 2 "ItemGroup" tags and closed only one. If your path is absolute you can give it...
Read more >
JetBrains Rider - Extend and organize your solution
You can use drag-n-drop in the Solution Explorer to arrange related files in any way you see fit. JetBrains Rider will make necessary...
Read more >
Create a Cloud Storage reference on Web - Firebase
You can inspect references to better understand the files they point to using the fullPath , name , and bucket properties. These properties...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found