Skip to content

Commit

Permalink
Update embedded C# analyzer to 9.17.0.82934
Browse files Browse the repository at this point in the history
  • Loading branch information
eray-felek-sonarsource committed Jan 25, 2024
1 parent 2e5dda1 commit 82f724b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ dependencies {
"sqplugins"("org.sonarsource.slang:sonar-ruby-plugin:1.15.0.4655")
"sqplugins"("org.sonarsource.html:sonar-html-plugin:3.9.0.3600")
"sqplugins"("org.sonarsource.xml:sonar-xml-plugin:2.10.0.4108")
"sqplugins"("org.sonarsource.sonarlint.omnisharp:sonarlint-omnisharp-plugin:1.17.0.82356")
"sqplugins"("org.sonarsource.sonarlint.omnisharp:sonarlint-omnisharp-plugin:1.18.0.83276")
"sqplugins"("org.sonarsource.text:sonar-text-plugin:2.7.1.1388")
"sqplugins"("org.sonarsource.slang:sonar-go-plugin:1.15.0.4655")
"sqplugins"("org.sonarsource.iac:sonar-iac-plugin:1.25.0.8192")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.3 - Support Jakarta namespace. 9 new C++ MISRA 2023 rules. Remove support for Node.js 14 and deprecate support for Node.js 16 and Node.js 17. Support TypeScript 5.3. 5 new rules for JavaScript.</li>
<li>10.3 - Support Jakarta namespace. 9 new C++ MISRA 2023 rules. Remove support for Node.js 14 and deprecate support for Node.js 16 and Node.js 17. Support TypeScript 5.3. 5 new rules for JavaScript. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.2.1 - Fix an error when using Rider or CLion in connected mode with SonarCloud.</li>
<li>10.2 - Support for Gradle Kotlin DSL and C# 12. 5 new Spring Boot rules. 1 new rule for Python. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.1.1 - Fix a potential deadlock and UI freeze.</li>
Expand Down

0 comments on commit 82f724b

Please sign in to comment.