fsprojects / FSharp.Compiler.PortaCode

The PortaCode F# code format and corresponding interpreter. Used by Fabulous and others.
Other
42 stars 11 forks source link

Feature/analyzers #32

Open dsyme opened 3 years ago

dsyme commented 3 years ago

Runs live checking as an F# analyzer

dotnet/fsharp branch feature/analyzers

.\build -pack -c Debug
.\build -deploy -c Release

FSharp.Compiler.Portacode branch feature/analyzers

dotnet build
dotnet publish

See https://github.com/DiffSharp/DiffSharp/pull/274

This builds on a stack of things in the pipeline so careful debugging is needed as things go awry