Skip to content

Commit a5e0d33

Browse files
Bump the dotnet-dependencies group with 3 updates (#324)
Updated [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 3.0.98 to 3.0.104. <details> <summary>Release notes</summary> _Sourced from [Meziantou.Analyzer's releases](https://github.com/meziantou/Meziantou.Analyzer/releases)._ ## 3.0.104 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.104> ## What's Changed * Handle local-variable hiding in local functions by @​meziantou in meziantou/Meziantou.Analyzer#1187 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.103...3.0.104 ## 3.0.103 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.103> ## What's Changed * chore(config): migrate Renovate config by @​renovate[bot] in meziantou/Meziantou.Analyzer#1180 * chore(deps): update all dependencies by @​renovate[bot] in meziantou/Meziantou.Analyzer#1181 * Refactor symbol list and add new members by @​meziantou in meziantou/Meziantou.Analyzer#1186 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.102...3.0.103 ## 3.0.102 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.102> ## What's Changed * chore(deps): pin dependencies by @​renovate[bot] in meziantou/Meziantou.Analyzer#1179 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.101...3.0.102 ## 3.0.101 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.101> ## What's Changed * Enhance NamedParameterAnalyzer to ignore Volatile.Read and Volatile.Write methods; add corresponding tests by @​meziantou in meziantou/Meziantou.Analyzer#1178 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.100...3.0.101 ## 3.0.100 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.100> ## What's Changed * Remove obsolete editorconfig sections from generated docs by @​meziantou in meziantou/Meziantou.Analyzer#1177 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.99...3.0.100 ## 3.0.99 NuGet package: <https://www.nuget.org/packages/Meziantou.Analyzer/3.0.99> ## What's Changed * Use AGENTS.md by @​meziantou in meziantou/Meziantou.Analyzer#1176 **Full Changelog**: meziantou/Meziantou.Analyzer@3.0.98...3.0.99 Commits viewable in [compare view](meziantou/Meziantou.Analyzer@3.0.98...3.0.104). </details> Updated [System.Formats.Asn1](https://github.com/dotnet/dotnet) from 10.0.8 to 10.0.9. <details> <summary>Release notes</summary> _Sourced from [System.Formats.Asn1's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [System.Text.Json](https://github.com/dotnet/dotnet) from 10.0.8 to 10.0.9. <details> <summary>Release notes</summary> _Sourced from [System.Text.Json's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 5b52acc + f77aed3 commit a5e0d33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</PackageReference>
5454

5555
<!-- Meziantou - Comprehensive code quality -->
56-
<PackageReference Include="Meziantou.Analyzer" Version="3.0.98">
56+
<PackageReference Include="Meziantou.Analyzer" Version="3.0.104">
5757
<PrivateAssets>all</PrivateAssets>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5959
</PackageReference>

extra-projects/AdventureWorks-EF7/AdventureWorks-EF7.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
26-
<PackageReference Include="System.Formats.Asn1" Version="10.0.8" />
27-
<PackageReference Include="System.Text.Json" Version="10.0.8" />
26+
<PackageReference Include="System.Formats.Asn1" Version="10.0.9" />
27+
<PackageReference Include="System.Text.Json" Version="10.0.9" />
2828
</ItemGroup>
2929

3030
<!-- Analyzer PackageReferences are centralized in Directory.Build.props -->

0 commit comments

Comments
 (0)