Skip to content

Commit

Permalink
Bump SonarAnalyzer.CSharp from 9.7.0.75501 to 9.8.0.76515 (App-vNext#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent f75cd7d commit 525d135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageVersion Include="Polly.Extensions" Version="$(PollyVersion)" />
<PackageVersion Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
<PackageVersion Include="ReportGenerator" Version="5.1.24" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.7.0.75501" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.8.0.76515" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.507" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="4.5.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="$(MicrosoftExtensionsVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal static partial class Helper
ShouldHandle = args => args.Outcome switch
{
{ Exception: InvalidOperationException } => PredicateResult.True,
{ Result: var result } when result == Failure => PredicateResult.True,
{ Result: string result } when result == Failure => PredicateResult.True,
_ => PredicateResult.False
}
})
Expand Down

0 comments on commit 525d135

Please sign in to comment.