Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 5f866ed commit f72d1b1
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 @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.169">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.176">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

1 comment on commit f72d1b1

@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 3.

Benchmark suite Current: f72d1b1 Previous: e9abaf4 Ratio
Riok.Mapperly.Benchmarks.SourceGeneratorBenchmarks.Compile 2074616.9505997475 ns (± 149386.73357906108) 120741.05671574519 ns (± 1678.1529391966976) 17.18
Riok.Mapperly.Benchmarks.SourceGeneratorBenchmarks.LargeCompile 44998282.28571428 ns (± 257932.0005529033) 1277208.939174107 ns (± 7926.104374412328) 35.23

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

Please sign in to comment.