Update dependency Microsoft.NET.Test.Sdk to 17.13.0 #195
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.12.0
->17.13.0
Release Notes
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.13.0
What's Changed
Add letter number among valid identifiers in class name by @nohwnd in https://github.com/microsoft/vstest/pull/13868
Fix formatting in Runner by @mthalman in https://github.com/microsoft/vstest/pull/13871
Downgrade xunit skip warning to info by @nohwnd in https://github.com/microsoft/vstest/pull/10381
Add msdia for arm64 into nuget by @nohwnd in https://github.com/microsoft/vstest/pull/10382
Enable native debugging for vstest.console by @ocitrev in https://github.com/microsoft/vstest/pull/10401
Fix RFCs links by @Youssef1313 in https://github.com/microsoft/vstest/pull/10424
Convert to auto property by @nohwnd in https://github.com/microsoft/vstest/pull/10365
Update Versions.props by @nohwnd in https://github.com/microsoft/vstest/pull/10378
Enable TSA by @jakubch1 in https://github.com/microsoft/vstest/pull/10385
Arm64 dia by @nohwnd in https://github.com/microsoft/vstest/pull/10390
Update source-build team references by @MichaelSimons in https://github.com/microsoft/vstest/pull/10388
Exclude .signature.p7s from nupkg file count by @ellahathaway in https://github.com/microsoft/vstest/pull/10418
Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in https://github.com/microsoft/vstest/pull/10622
New Contributors
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Description by Korbit AI
What change is being made?
Update the Microsoft.NET.Test.Sdk dependency version from 17.12.0 to 17.13.0 in the
PinguApps.Blazor.QRCode.Tests.csproj
file.Why are these changes being made?
This update ensures compatibility with the latest features and bug fixes provided by the Microsoft.NET.Test.Sdk. Keeping dependencies up to date helps maintain security and performance of the testing suite.