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 #97508

Merged
merged 20 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
761bf6f
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 25, 2024
3d58b76
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 26, 2024
a5c63c9
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 27, 2024
0fd3c35
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 28, 2024
08ee276
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 29, 2024
3117d76
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 30, 2024
9bb7bad
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Jan 31, 2024
d60301b
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 1, 2024
ea7aa20
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 2, 2024
8f5430a
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 3, 2024
33cbc13
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 4, 2024
38d670e
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 5, 2024
79da3a6
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 6, 2024
8c55502
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 8, 2024
54c5329
Merge branch 'main' into darc-main-30bf9746-79bd-4299-801e-c35ae18edae5
lewing Feb 9, 2024
91e6542
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 9, 2024
34b6c82
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 10, 2024
8e3364e
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 11, 2024
cc4995e
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 12, 2024
a52fd4a
Update dependencies from https://github.com/dotnet/roslyn-analyzers b…
dotnet-maestro[bot] Feb 13, 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 @@ -400,13 +400,13 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>2fe96bca1092f880e91eea6eb17ea3487d89309a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24072.1">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24109.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>e39798fc8357615ab319c81b20acfb036ef7b513</Sha>
<Sha>68c643b4667c6808bd21910ef32f7e2f7bd776c5</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24072.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24109.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>e39798fc8357615ab319c81b20acfb036ef7b513</Sha>
<Sha>68c643b4667c6808bd21910ef32f7e2f7bd776c5</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.10.0-1.24069.13">
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.24072.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24072.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24109.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24109.1</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