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 in tests #19

Open safesparrow opened 1 year ago

safesparrow commented 1 year ago

Create ArgsGenerator that uses ProjInfo to dump fsc args in a file, then run it in unit tests.

Not fully working as ProjInfo is missing some necessary args.