Releases: jmecosta/sonar-fsharp-plugin
Releases · jmecosta/sonar-fsharp-plugin
Update to .NET 5.0
Service Release - SEM VER 2.0
New configuration of FSharpLint.Core
- Switch to FSharpLint new (Json) configuration
- Update to FSharpLint.Core 0.13.3
- Fix configuration of rule MaxCharactersOnLine (FL0060)
- Supports multiple arguments
/d
,/f
and/i
for files to analyze
FSharpLint.Core 0.13.0
Update to last FSharpLint.Core working with XML configuration.
Update to SonarQube 7.9LTS API
Breaking: Mimimum requirement SonarQube 7.9 LTS
- Update to sonar-plugin-api 7.9
- Update to FSharpLint.Core 0.12.10
Update to .NET Core 3.1
Maintenance release to migrate to .NET Core 3.1
Update to .NET Core 3.0
- Update to self-contained netcoreapp3.0
- smaller jar based on assembly linking of .NET Core 3.0
- Update build to Visual Studio 2019
Update analyzer to .NET Core 2.2
- BREAKING: rename plugin to sonar-communityfsharp-plugin to match SonarQube marketplace requirement
- Update FsSonarRunner to self-contained netcoreapp2.2 for Windows and Linux (both 64 bit)
- Update to
FSharpLint.Core
0.12.2 - Updates
FSharpCompilerService
- Add analysis of Quality Gate at Sonarcloud.io (only Java, no F# analyzed)
Update to net472 and FSharpLint 0.12.1
Analyzer output to file
PR #71 Changes in FsSonarRunner.exe
:
- argument
/o
output result to XML file now works in combination with all of/i
input XML file ,/d
directory to analyze and/f
single file to analyze - new argument
/version
displays the FsSonarRunner version