Skip to content

Commit

Permalink
chore(deps): Bump Meziantou.Analyzer from 2.0.80 to 2.0.81 (#634)
Browse files Browse the repository at this point in the history
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.80 to 2.0.81.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](meziantou/Meziantou.Analyzer@2.0.80...2.0.81)

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 324f195 commit 591963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.80">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.81">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

1 comment on commit 591963b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'SourceGeneratorBenchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 591963b Previous: 324f195 Ratio
Riok.Mapperly.Benchmarks.SourceGeneratorBenchmarks.Compile 179750.9786783854 ns (± 4669.775566532542) 113960.10119628906 ns (± 101.3603673889793) 1.58

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.