Skip to content

Commit

Permalink
Bump dependencies (#3257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jul 12, 2024
1 parent fefeb86 commit 3bf1d6c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup Label="Product dependencies">
<AspireHostingTestingVersion>8.0.1</AspireHostingTestingVersion>
<MicrosoftBuildVersion>17.10.0-preview-24127-03</MicrosoftBuildVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24223.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24318.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisVersion>3.11.0</MicrosoftCodeAnalysisVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>$(MicrosoftCodeAnalysisAnalyzersVersion)</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>$(MicrosoftCodeAnalysisPublicApiAnalyzersVersion)</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
Expand All @@ -21,7 +21,7 @@
<SystemTextRegularExpressionsVersion>4.3.1</SystemTextRegularExpressionsVersion>
</PropertyGroup>
<PropertyGroup Label="Test dependencies">
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.3-beta1.24319.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.3-beta1.24352.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
</PropertyGroup>
<ItemGroup Label="Product dependencies">
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.22.0" />
Expand All @@ -45,7 +45,7 @@
<PackageVersion Include="Microsoft.TestPlatform.AdapterUtilities" Version="$(MicrosoftNETTestSdkVersion)" />
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="$(MicrosoftNETTestSdkVersion)" />
<PackageVersion Include="Microsoft.TestPlatform.TranslationLayer" Version="$(MicrosoftNETTestSdkVersion)" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.11.19-preview" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
<PackageVersion Include="Polyfill" Version="5.3.0" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
Expand All @@ -65,7 +65,7 @@
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<!-- CVE-2024-0057 / Transitive deps of code analysis testing packages -->
<PackageVersion Include="NuGet.Packaging" Version="6.10.0" />
<PackageVersion Include="Polly" Version="8.4.0" />
<PackageVersion Include="Polly" Version="8.4.1" />
<PackageVersion Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
<PackageVersion Include="StreamJsonRpc" Version="2.18.48" />
<PackageVersion Include="StrongNamer" Version="0.2.5" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#nullable enable
Microsoft.Testing.Platform.Capabilities.TestFramework.IBannerMessageOwnerCapability
Microsoft.Testing.Platform.Capabilities.TestFramework.IBannerMessageOwnerCapability.GetBannerMessageAsync() -> System.Threading.Tasks.Task<string?>!
Microsoft.Testing.Platform.Services.IPlatformInformation
Microsoft.Testing.Platform.Services.IPlatformInformation.BuildDate.get -> System.DateTimeOffset?
Microsoft.Testing.Platform.Services.IPlatformInformation.CommitHash.get -> string?
Microsoft.Testing.Platform.Services.IPlatformInformation.Name.get -> string!
Microsoft.Testing.Platform.Services.IPlatformInformation.Version.get -> string?
[TPEXP]Microsoft.Testing.Platform.Capabilities.TestFramework.IBannerMessageOwnerCapability
[TPEXP]Microsoft.Testing.Platform.Capabilities.TestFramework.IBannerMessageOwnerCapability.GetBannerMessageAsync() -> System.Threading.Tasks.Task<string?>!
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation.BuildDate.get -> System.DateTimeOffset?
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation.CommitHash.get -> string?
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation.Name.get -> string!
[TPEXP]Microsoft.Testing.Platform.Services.IPlatformInformation.Version.get -> string?
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public async Task TestCleanupAsync() { }
[DiagnosticAnalyzer(LanguageNames.CSharp)]
[SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1038:Compiler extensions should be implemented in assemblies with compiler-provided references", Justification = "For suppression test only.")]
[SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1036:Specify analyzer banned API enforcement setting", Justification = "For suppression test only.")]
[SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1041:Compiler extensions should be implemented in assemblies targeting netstandard2.0", Justification = "For suppression test only.")]
public class WarnForMissingAsyncSuffix : DiagnosticAnalyzer
{
[SuppressMessage("MicrosoftCodeAnalysisDesign", "RS1017:DiagnosticId for analyzers must be a non-null constant.", Justification = "For suppression test only.")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public async Task TestMethodAsync() { }
[SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1038:Compiler extensions should be implemented in assemblies with compiler-provided references", Justification = "For suppression test only.")]
[SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1036:Specify analyzer banned API enforcement setting", Justification = "For suppression test only.")]
[DiagnosticAnalyzer(LanguageNames.CSharp)]
[SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1041:Compiler extensions should be implemented in assemblies targeting netstandard2.0", Justification = "For suppression test only.")]
public class WarnForMissingAsyncSuffix : DiagnosticAnalyzer
{
[SuppressMessage("MicrosoftCodeAnalysisDesign", "RS1017:DiagnosticId for analyzers must be a non-null constant.", Justification = "For suppression test only.")]
Expand Down

0 comments on commit 3bf1d6c

Please sign in to comment.