Skip to content

Releases: jmecosta/sonar-fsharp-plugin

Update to .NET 5.0

05 Jan 22:20
7d2c7b4
Compare
Choose a tag to compare

Service release

  • plugin as .NET 5.0 application
  • multi-targeting nuget package for .NET 5.0, Net Standard 2.0 and 2.1

Service Release - SEM VER 2.0

21 Jul 08:37
8576ce0
Compare
Choose a tag to compare

#101 sem version 2.0 - version of the plugin is now sem verision 2.0 compatible x.y.z
publish core nuget to nuget.org
#100 remove deprecated apis

New configuration of FSharpLint.Core

25 Mar 09:29
Compare
Choose a tag to compare
  • 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

14 Mar 18:24
aa6f061
Compare
Choose a tag to compare

Update to last FSharpLint.Core working with XML configuration.

Update to SonarQube 7.9LTS API

05 Mar 20:38
f552d39
Compare
Choose a tag to compare

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

03 Mar 20:23
8eaca15
Compare
Choose a tag to compare

Maintenance release to migrate to .NET Core 3.1

Update to .NET Core 3.0

23 Feb 08:29
Compare
Choose a tag to compare
  • 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

10 Aug 10:01
b5924df
Compare
Choose a tag to compare
  • 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

01 Jul 18:28
Compare
Choose a tag to compare
  • #30 Update to .NET 4.7.2
  • #26 Update all nuget packages and Maven dependencies, especially
    • Update to FSharpLint.Core 0.12.1 with reworked linter and updated FSharp.Compiler.Service
  • #57 "Deprecated rules" are removed from ruleset
  • Dependency on MSBuild.v12 removed

Analyzer output to file

30 Jun 19:31
006fd6a
Compare
Choose a tag to compare

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