You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a dotnet tool that calls ProjInfo, generates fsc args (and optionally FSharpOptions) and saves them in a file
Unit tests/other endpoints invoke it via dotnet generator Project.fsproj and read the args
Current state:
projinfo_for_tests branch contains code
Instead of a dotnet tool, ArgsGenerator project is inside the codebase
There is an issue with ProjInfo where it doesn't set the right MSBuild properties and the args it returns do not allow for successful compilation/type-checking - talking to ProjInfo maintainers atm.
The text was updated successfully, but these errors were encountered:
Plan:
dotnet generator Project.fsproj
and read the argsCurrent state:
projinfo_for_tests
branch contains codeArgsGenerator
project is inside the codebaseThe text was updated successfully, but these errors were encountered: