Skip to content

Commit

Permalink
Update dependency SonarAnalyzer.CSharp to 10.6.0.109712 (#1097)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html)
([source](https://redirect.github.com/SonarSource/sonar-dotnet)) |
`10.5.0.109200` -> `10.6.0.109712` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/10.5.0.109200/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.5.0.109200/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary>

###
[`v10.6.0.109712`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.6.0.109712):
10.6

[Compare
Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.5.0.109200...10.6.0.109712)

##### Improvement

- [NET-735](https://sonarsource.atlassian.net/browse/NET-735) - Remove
RoslynProfileExporter
- [NET-1031](https://sonarsource.atlassian.net/browse/NET-1031) - Remove
deprecated SonarLintProfileExporter
- [NET-1038](https://sonarsource.atlassian.net/browse/NET-1038) - Add
symbolic-execution tag to our rules
- [NET-988](https://sonarsource.atlassian.net/browse/NET-988) - Remove
S1197 from SonarWay for VB.NET
- [NET-989](https://sonarsource.atlassian.net/browse/NET-989) - S3444:
Add secondary location message
- [NET-982](https://sonarsource.atlassian.net/browse/NET-982) - S4144:
Add secondary location message
- [NET-979](https://sonarsource.atlassian.net/browse/NET-979) - S4663:
Add secondary location message
- [NET-978](https://sonarsource.atlassian.net/browse/NET-978) - S1168:
Add secondary location message
- [NET-977](https://sonarsource.atlassian.net/browse/NET-977) - S4047:
Add secondary location message
- [NET-976](https://sonarsource.atlassian.net/browse/NET-976) - S4457:
Add secondary location message
- [NET-975](https://sonarsource.atlassian.net/browse/NET-975) - S1066:
Add secondary location message
- [NET-974](https://sonarsource.atlassian.net/browse/NET-974) - S4070:
Add secondary location message
- [NET-973](https://sonarsource.atlassian.net/browse/NET-973) - S1110:
Add secondary location message
- [NET-971](https://sonarsource.atlassian.net/browse/NET-971) - S2612:
Add secondary location message
- [NET-970](https://sonarsource.atlassian.net/browse/NET-970) - S6667:
Add secondary location message
- [NET-969](https://sonarsource.atlassian.net/browse/NET-969) - S6931:
Add secondary location message
- [NET-968](https://sonarsource.atlassian.net/browse/NET-968) - S6934:
Add secondary location message
- [NET-967](https://sonarsource.atlassian.net/browse/NET-967) - S5034:
Add secondary location message
- [NET-966](https://sonarsource.atlassian.net/browse/NET-966) - S6607:
Add secondary location message
- [NET-965](https://sonarsource.atlassian.net/browse/NET-965) - S4143:
Add secondary location message
- [NET-961](https://sonarsource.atlassian.net/browse/NET-961) - S6664:
Add secondary location message
- [NET-960](https://sonarsource.atlassian.net/browse/NET-960) - S6677:
Add secondary location message
- [NET-956](https://sonarsource.atlassian.net/browse/NET-956) - S6673:
Add secondary location message

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/gritcsenko/HomeInventory).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
gritcsenko authored Jan 29, 2025
2 parents cb0d7a4 + 4a68b9f commit ee976e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeInventory/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1" />
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.5.0.109200" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.6.0.109712" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
</ItemGroup>
Expand Down

0 comments on commit ee976e3

Please sign in to comment.