dotnet-affected
dotnet-affected copied to clipboard
chore(deps): bump the dotnet group with 6 updates
Bumps the dotnet group with 6 updates:
Package | From | To |
---|---|---|
BenchmarkDotNet | 0.13.5 |
0.14.0 |
BenchmarkDotNet.Diagnostics.Windows | 0.12.1 |
0.14.0 |
Microsoft.SourceLink.GitHub | 1.0.0 |
8.0.0 |
Microsoft.Build.Prediction | 1.2.18 |
1.2.22 |
xunit.runner.visualstudio | 3.0.0-pre.35 |
3.0.0-pre.42 |
XunitXml.TestLogger | 4.0.254 |
4.1.0 |
Updates BenchmarkDotNet
from 0.13.5 to 0.14.0
Release notes
Sourced from BenchmarkDotNet's releases.
0.14.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
Highlights
- Introduce
BenchmarkDotNet.Diagnostics.dotMemory
#2549: memory allocation profile of your benchmarks using dotMemory, see@BenchmarkDotNet
.Samples.IntroDotMemoryDiagnoser- Introduce
BenchmarkDotNet.Exporters.Plotting
#2560: plotting via ScottPlot (initial version)- Multiple bugfixes
- The default build toolchains have been updated to pass
IntermediateOutputPath
,OutputPath
, andOutDir
properties to thedotnet build
command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own.csproj
and.props
from those properties if you need to copy custom files to the output.Bug fixes
- Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's
UseArtifactsOutput
.Breaking Changes
DotNetCliBuilder
removedretryFailedBuildWithNoDeps
constructor option.DotNetCliCommand
removedRetryFailedBuildWithNoDeps
property andBuildNoRestoreNoDependencies()
andPublishNoBuildAndNoRestore()
methods (replaced withPublishNoRestore()
).0.13.12
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html
Highlights
The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.
This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.
0.13.11
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html
In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.
Resolved issues (4)
- #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee:
@adamsitnik
)- #2233 Q: Include hardware counters in XML output (assignee:
@nazulg
)- #2388 Include AVX512 in listed HardwareIntrinsics
- #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee:
@adamsitnik
)Merged pull requests (8)
- #2412 Add HardwareIntrinsics AVX-512 info (by
@nietras
)- #2458 Adds Metrics Columns to Benchmark Report Output (by
@nazulg
)- #2459 Enable MemoryDiagnoser on Legacy Mono (by
@MichalPetryka
)- #2462 update SDK to .NET 8 (by
@adamsitnik
)- #2464 Use "native" for .NET 8, don't use "serialize" for .NET 7 (by
@adamsitnik
)
... (truncated)
Commits
cf882d3
Add macOS Sequoia in OsBrandStringHelper17cf3b0
[docs] Prepare v0.14.0 changelogb3fbe7c
Set next BenchmarkDotNet version: 0.14.023e6c52
Fix InvalidOperationException in DotMemoryDiagnoser3d34edb
Bump JetBrains.Profiler.SelfApi: 2.5.2->2.5.9bf0a49d
fix(CI): Deprecation issues (#2605)0275649
Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. ...15200d4
[build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests834417a
Improve logging in ScottPlotExporterTestsf8082a2
Fix IntroSummaryStyle compilation- Additional commits viewable in compare view
Updates BenchmarkDotNet.Diagnostics.Windows
from 0.12.1 to 0.14.0
Release notes
Sourced from BenchmarkDotNet.Diagnostics.Windows's releases.
0.14.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
Highlights
- Introduce
BenchmarkDotNet.Diagnostics.dotMemory
#2549: memory allocation profile of your benchmarks using dotMemory, see@BenchmarkDotNet
.Samples.IntroDotMemoryDiagnoser- Introduce
BenchmarkDotNet.Exporters.Plotting
#2560: plotting via ScottPlot (initial version)- Multiple bugfixes
- The default build toolchains have been updated to pass
IntermediateOutputPath
,OutputPath
, andOutDir
properties to thedotnet build
command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own.csproj
and.props
from those properties if you need to copy custom files to the output.Bug fixes
- Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's
UseArtifactsOutput
.Breaking Changes
DotNetCliBuilder
removedretryFailedBuildWithNoDeps
constructor option.DotNetCliCommand
removedRetryFailedBuildWithNoDeps
property andBuildNoRestoreNoDependencies()
andPublishNoBuildAndNoRestore()
methods (replaced withPublishNoRestore()
).0.13.12
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html
Highlights
The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.
This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.
0.13.11
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html
In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.
Resolved issues (4)
- #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee:
@adamsitnik
)- #2233 Q: Include hardware counters in XML output (assignee:
@nazulg
)- #2388 Include AVX512 in listed HardwareIntrinsics
- #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee:
@adamsitnik
)Merged pull requests (8)
- #2412 Add HardwareIntrinsics AVX-512 info (by
@nietras
)- #2458 Adds Metrics Columns to Benchmark Report Output (by
@nazulg
)- #2459 Enable MemoryDiagnoser on Legacy Mono (by
@MichalPetryka
)- #2462 update SDK to .NET 8 (by
@adamsitnik
)- #2464 Use "native" for .NET 8, don't use "serialize" for .NET 7 (by
@adamsitnik
)
... (truncated)
Commits
cf882d3
Add macOS Sequoia in OsBrandStringHelper17cf3b0
[docs] Prepare v0.14.0 changelogb3fbe7c
Set next BenchmarkDotNet version: 0.14.023e6c52
Fix InvalidOperationException in DotMemoryDiagnoser3d34edb
Bump JetBrains.Profiler.SelfApi: 2.5.2->2.5.9bf0a49d
fix(CI): Deprecation issues (#2605)0275649
Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. ...15200d4
[build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests834417a
Improve logging in ScottPlotExporterTestsf8082a2
Fix IntroSummaryStyle compilation- Additional commits viewable in compare view
Updates BenchmarkDotNet
from 0.13.5 to 0.14.0
Release notes
Sourced from BenchmarkDotNet's releases.
0.14.0
Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html
Highlights
- Introduce
BenchmarkDotNet.Diagnostics.dotMemory
#2549: memory allocation profile of your benchmarks using dotMemory, see@BenchmarkDotNet
.Samples.IntroDotMemoryDiagnoser- Introduce
BenchmarkDotNet.Exporters.Plotting
#2560: plotting via ScottPlot (initial version)- Multiple bugfixes
- The default build toolchains have been updated to pass
IntermediateOutputPath
,OutputPath
, andOutDir
properties to thedotnet build
command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own.csproj
and.props
from those properties if you need to copy custom files to the output.Bug fixes
- Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's
UseArtifactsOutput
.Breaking Changes
DotNetCliBuilder
removedretryFailedBuildWithNoDeps
constructor option.DotNetCliCommand
removedRetryFailedBuildWithNoDeps
property andBuildNoRestoreNoDependencies()
andPublishNoBuildAndNoRestore()
methods (replaced withPublishNoRestore()
).0.13.12
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html
Highlights
The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.
This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.
0.13.11
Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html
In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.
Resolved issues (4)
- #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee:
@adamsitnik
)- #2233 Q: Include hardware counters in XML output (assignee:
@nazulg
)- #2388 Include AVX512 in listed HardwareIntrinsics
- #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee:
@adamsitnik
)Merged pull requests (8)
- #2412 Add HardwareIntrinsics AVX-512 info (by
@nietras
)- #2458 Adds Metrics Columns to Benchmark Report Output (by
@nazulg
)- #2459 Enable MemoryDiagnoser on Legacy Mono (by
@MichalPetryka
)- #2462 update SDK to .NET 8 (by
@adamsitnik
)- #2464 Use "native" for .NET 8, don't use "serialize" for .NET 7 (by
@adamsitnik
)
... (truncated)
Commits
cf882d3
Add macOS Sequoia in OsBrandStringHelper17cf3b0
[docs] Prepare v0.14.0 changelogb3fbe7c
Set next BenchmarkDotNet version: 0.14.023e6c52
Fix InvalidOperationException in DotMemoryDiagnoser3d34edb
Bump JetBrains.Profiler.SelfApi: 2.5.2->2.5.9bf0a49d
fix(CI): Deprecation issues (#2605)0275649
Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. ...15200d4
[build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests834417a
Improve logging in ScottPlotExporterTestsf8082a2
Fix IntroSummaryStyle compilation- Additional commits viewable in compare view
Updates Microsoft.SourceLink.GitHub
from 1.0.0 to 8.0.0
Release notes
Sourced from Microsoft.SourceLink.GitHub's releases.
1.1.1
Notable Changes
- Feature: GitWeb Source Link provider by
@Glen-Nicol-Garmin
in dotnet/sourcelink#505- Use submodule.name.url to determine the URL of a submodule by
@tmat
in dotnet/sourcelink#587- Add Microsoft.SourceLink.Tools source package implementing SourceLinkMap by
@tmat
in dotnet/sourcelink#663- Added support for gitea by
@Mik4sa
in dotnet/sourcelink#674- Enable source-build with Arcade SDK fixes by
@dagood
in dotnet/sourcelink#692- Add netstandard2.0 target to tools package by
@tmat
in dotnet/sourcelink#702- Update license to MIT by
@tmat
in dotnet/sourcelink#730- Allow using .git directory instead of gitdir redirect in submodules. by
@crummel
in dotnet/sourcelink#653- Fix discovery of working directory for worktrees by
@tmat
in dotnet/sourcelink#734- Add support for the new GitLab raw url by
@rgl
in dotnet/sourcelink#713- Target netcoreapp3.1 by
@tmat
in dotnet/sourcelink#767New Contributors
@Glen-Nicol-Garmin
made their first contribution in dotnet/sourcelink#505@IgorKustov-ChathamFinancial
made their first contribution in dotnet/sourcelink#592@v-chmart
made their first contribution in dotnet/sourcelink#604@0xced
made their first contribution in dotnet/sourcelink#668@nycdotnet
made their first contribution in dotnet/sourcelink#672@Mik4sa
made their first contribution in dotnet/sourcelink#674@rgl
made their first contribution in dotnet/sourcelink#713@adiaaida
made their first contribution in dotnet/sourcelink#737Full Changelog: https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.1
Commits
ce73397
Update Readme to 8.0.0c782a04
Update dependencies from https://github.com/dotnet/source-build-reference-pac...89b9cd2
Update dependencies from https://github.com/dotnet/source-build-reference-pac...3740aa2
Update dependencies from https://github.com/dotnet/source-build-reference-pac...a2b1485
Update dependencies from https://github.com/dotnet/arcade build 20230901.1 (#...36aa65d
Update dependencies from https://github.com/dotnet/source-build-reference-pac...0c832ac
Update dependencies from https://github.com/dotnet/source-build-reference-pac...5da1d77
Update dependencies from https://github.com/dotnet/arcade build 20230825.2 (#...1d1739c
Update dependencies from https://github.com/dotnet/source-build-reference-pac...29651f6
Update dependencies from https://github.com/dotnet/source-build-reference-pac...- Additional commits viewable in compare view
Updates Microsoft.Build.Prediction
from 1.2.18 to 1.2.22
Release notes
Sourced from Microsoft.Build.Prediction's releases.
v1.2.22
What's Changed
- Add .NET 9. Drop .NET 6, .NET 7 by
@dfederm
in microsoft/MSBuildPrediction#114- LinkItemsPredictor: Add predictions for AdditionalDependencies and AdditionalLibraryDirectories by
@dfederm
in microsoft/MSBuildPrediction#115- Add DotnetSdkPredictor by
@dfederm
in microsoft/MSBuildPrediction#116- Fix official build by
@dfederm
in microsoft/MSBuildPrediction#117Full Changelog: https://github.com/microsoft/MSBuildPrediction/compare/v1.2.18...v1.2.22
Commits
Updates xunit.runner.visualstudio
from 3.0.0-pre.35 to 3.0.0-pre.42
Commits
8174918
Latest dependencies15da70f
Add RunSettings: Explicit522c078
Add RunSettings: Culture, FailWarns, and Seedfcc25f1
Use nameof for RunSettings key names02233e7
xunit/xunit#3023 and microsoft/testfx#3863: Fix issue with test methods with ...dd3ab46
Attempt to fix as much of xunit/xunit#3023 as possible (generics across proje...e828f60
Latest dependencies, for a better message for #419- See full diff in compare view
Updates XunitXml.TestLogger
from 4.0.254 to 4.1.0
Commits
3625dad
chore(master): release 4.1.0 (#120)fa94c65
chore(ci): typo in build outputs0e10219
chore(ci): separate job for release-please and version computef5049b9
chore: update build version logic for CI9c377bd
chore: add version.txt0199df7
chore(ci): update params for v4 release-please in changelog generation6e6e51e
chore: use build number as release versionc6c5c0e
chore: typo in ci8b367e7
chore: add action uses (ci)d889ab5
chore: attempt to add release-please action to CI- Additional 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions