-
Notifications
You must be signed in to change notification settings - Fork 0
Running Analysers
jovanhan2 edited this page Nov 22, 2018
·
2 revisions
- Build
- Run
./fsharplint.exe -sf testing/test.fs
- build and compile into nupkg
dotnet restoredotnet builddotnet packdotnet pack --output nupkgs
After packing it unzip the nuget file into the packages directory where you want to test the analyzer.
-
install paket
dotnet tool install --global Paket --version 5.189.1 -
paket restore
-
restart vscode
-
dotnet new classlib -lang F#
-
dotnet restore
-
rem edit the .fsproj file here as per the C# instructions
-
dotnet build
-
dotnet pack
-
Research
-
Implementation
-
Weekly Reports
-
Meeting Feedback