RehanSaeed / Schema.NET

Schema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
MIT License
640 stars 80 forks source link

Bump BenchmarkDotNet from 0.13.5 to 0.13.7 #628

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps BenchmarkDotNet from 0.13.5 to 0.13.7.

Release notes

Sourced from BenchmarkDotNet's releases.

BenchmarkDotNet v0.13.7

This release contains a bunch of important bug fixes.

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.7.html

BenchmarkDotNet v0.13.6

Highlights

  • New BenchmarkDotNet.Diagnostics.dotTrace NuGet package. Once this package is installed, you can annotate your benchmarks with the [DotTraceDiagnoser] and get a dotTrace performance snapshot at the end of the benchmark run. #2328
  • Updated documentation website. We migrated to docfx 2.67 and got the refreshed modern template based on bootstrap 5 with dark/light theme switcher.
  • Updated BenchmarkDotNet.Templates. Multiple issues were resolved, now you can create new benchmark projects from terminal or your favorite IDE. #1658 #1881 #2149 #2338
  • Response file support. Now it's possible to pass additional arguments to BenchmarkDotNet using @filename syntax. #2320 #2348
  • Custom runtime support. #2285
  • Introduce CategoryDiscoverer, see IntroCategoryDiscoverer. #2306 #2307
  • Multiple bug fixes.

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.6.html

Commits
  • c02aeaa Prepare v0.13.7 changelog
  • fd5b766 Fix PlatformNotSupportedException thrown on Android in ConsoleTitler (#2390)
  • 914ee71 perfcollect: don't restore symbols for local builds (#2384)
  • 90ef2ae Fix debug build (#2385)
  • 6573422 Bump xUnit: 2.4.2->2.5.0
  • da02fdc Upgrade setup-node in spellcheck-docs workflow
  • a89ad26 Fix path in dotnet nuget push command
  • dc365e1 Add snupkg to nightly workflow artifacts
  • b912a8e Code cleanup
  • f8ab518 Enable nullable annotations for the whole solution
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

RehanSaeed commented 11 months ago

@dependabot rebase

dependabot[bot] commented 11 months ago

Looks like BenchmarkDotNet is up-to-date now, so this is no longer needed.