nfdi4plants / arc-validate-package-registry

A repository of validation packages for ARCs
https://avpr.nfdi4plants.org
MIT License
1 stars 2 forks source link

Compile scripts with dotnet tooling #45

Open kMutagene opened 4 months ago

kMutagene commented 4 months ago

Compiling programmatically with FSharp.Compiler.Service does not work anymore (see https://github.com/dotnet/fsharp/issues/17159).

New approach for implementing a check for all package scripts compile successfully could be using one of the following tools to check wether they can compile the scripts:

Both support #r nuget <package> directives