-
Notifications
You must be signed in to change notification settings - Fork 353
Bump BenchmarkDotNet and Fhir.Metrics #3227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump BenchmarkDotNet and Fhir.Metrics #3227
Conversation
Bumps BenchmarkDotNet from 0.14.0 to 0.15.2 Bumps Fhir.Metrics from 1.3.0 to 1.3.1 --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Fhir.Metrics dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates two NuGet package dependencies to their latest versions: BenchmarkDotNet from 0.14.0 to 0.15.2 and Fhir.Metrics from 1.3.0 to 1.3.1. The BenchmarkDotNet update brings significant improvements including enhanced memory diagnoser accuracy, numerical job sorting, and various bug fixes for mobile platforms.
- Updated BenchmarkDotNet from 0.14.0 to 0.15.2 with improved memory diagnostics and bug fixes
- Updated Fhir.Metrics from 1.3.0 to 1.3.1 (patch release)
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
src/Hl7.Fhir.Base/Hl7.Fhir.Base.csproj | Updates Fhir.Metrics package reference to version 1.3.1 |
src/Benchmarks/Benchmarks.csproj | Updates BenchmarkDotNet package reference to version 0.15.2 |
Co-authored-by: alexzautke <[email protected]>
Co-authored-by: alexzautke <[email protected]>
Fix build issue with Fhir.Metrics 1.3.1 nullability annotations
…rks/multi-d164b175f3 Bump BenchmarkDotNet and Fhir.Metrics # Conflicts: # src/Hl7.Fhir.Base/ElementModel/Types/Ucum.cs
Updated BenchmarkDotNet from 0.14.0 to 0.15.2.
Release notes
Sourced from BenchmarkDotNet's releases.
0.15.2
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html
Highlights
0.15.1
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html
Highlights
0.15.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html
Commits viewable in compare view.
Updated Fhir.Metrics from 1.3.0 to 1.3.1.
Release notes
Sourced from Fhir.Metrics's releases.
No release notes found for this version range.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)