safesparrow / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
1 stars 0 forks source link

Use ProjInfo for generating project args/options in tests. #20

Open safesparrow opened 1 year ago

safesparrow commented 1 year ago

Plan:

  1. Create a dotnet tool that calls ProjInfo, generates fsc args (and optionally FSharpOptions) and saves them in a file
  2. Unit tests/other endpoints invoke it via dotnet generator Project.fsproj and read the args

Current state: