Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/roslyn-analyzers #100520

Merged
merged 13 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
a78fc8b
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 2, 2024
667b38f
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 3, 2024
c206fcd
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 4, 2024
117d3d6
Merge branch 'main' into darc-main-8605e913-c842-4cfb-ace8-84f26c85ed12
stephentoub Apr 5, 2024
ad1e193
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 5, 2024
f5e73cc
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 6, 2024
2af4d3e
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 7, 2024
1cd5d7c
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 8, 2024
1a0c745
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 9, 2024
1879027
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 10, 2024
00d592a
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 11, 2024
561426c
Merge branch 'main' into darc-main-8605e913-c842-4cfb-ace8-84f26c85ed12
pavelsavara Apr 12, 2024
a92b808
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Apr 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,13 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>cbca41cad4e21c29548e9e57d7135740b6f78df9</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24177.1">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24208.3">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>ad732e236e7ffcb66de4b45a1b736aad4ccdcd83</Sha>
<Sha>7455f63411369a962f769361d1a979a547756ada</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24177.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24208.3">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>ad732e236e7ffcb66de4b45a1b736aad4ccdcd83</Sha>
<Sha>7455f63411369a962f769361d1a979a547756ada</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.10.0-3.24202.15">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</ItemGroup>
<PropertyGroup>
<!-- dotnet/roslyn-analyzers dependencies -->
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24177.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24177.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24208.3</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24208.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
<!-- dotnet/roslyn dependencies -->
<!--
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
Expand Down
Loading