Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn-analyzers (#100520)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240401.2

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24201.2

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240402.3

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24202.3

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240403.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24203.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240403.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24203.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240403.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24203.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240403.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24203.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240403.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24203.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240408.3

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24208.3

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240408.3

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24208.3

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240408.3

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24208.3

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240408.3

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24177.1 -> To Version 3.11.0-beta1.24208.3

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Co-authored-by: Pavel Savara <pavel.savara@gmail.com>
  • Loading branch information
4 people authored Apr 12, 2024
1 parent 543b2cc commit fd18029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit fd18029

Please sign in to comment.