NBench
NBench copied to clipboard
Bump Microsoft.NET.Test.Sdk from 16.8.0 to 17.11.0
Bumps Microsoft.NET.Test.Sdk from 16.8.0 to 17.11.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
v17.11.0
What's Changed
- Add reference to the AdapterUtilities library in the spec docs. by
@peterwaldin microsoft/vstest#4958- Stack trace when localized, and new messages by
@nohwndin microsoft/vstest#4944- Fix single quote and space in F# pretty methods by
@nohwndin microsoft/vstest#4969- Update .NET runtimes to latest patch version by
@Evangelinkin microsoft/vstest#4975- Update dotnetcoretests.md by
@DickBakerin microsoft/vstest#4977- Add list of known TestingPlatform dlls by
@nohwndin microsoft/vstest#4983- Update framework version used for testing, and test matrix by
@nohwndin microsoft/vstest#4970- Add output forwarding for .NET by
@nohwndin microsoft/vstest#4988- Remove usage of pt images before decomissioning by
@nohwndin microsoft/vstest#4994- chore: Add more details to acquistion section. by
@voroninpin microsoft/vstest#4999- Simplify banner by
@nohwndin microsoft/vstest#5013- Forward standard output of testhost by
@nohwndin microsoft/vstest#4998- Add missing copyright header by
@MichaelSimonsin microsoft/vstest#5020- Add option to not share .NET Framework testhosts by
@nohwndin microsoft/vstest#5018- GetTypesToLoad Attribute cant be null by
@SimonCroppin microsoft/vstest#5054- rawArgument in GetArgumentList cant be null by
@SimonCroppin microsoft/vstest#5056- fix Atribute typo by
@SimonCroppin microsoft/vstest#5057- remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by
@SimonCroppin microsoft/vstest#5058- fix incompatiblity typo by
@SimonCroppin microsoft/vstest#5059- remove redundant inline method in IsPlatformIncompatible by
@SimonCroppin microsoft/vstest#5060- fix Sucess typo by
@SimonCroppin microsoft/vstest#5061- use some null coalescing by
@SimonCroppin microsoft/vstest#5062- Add cts into friends of TranslationLayer by
@jakubch1in microsoft/vstest#5075- Use built in sha1 for id generation by
@nohwndin microsoft/vstest#5081- All output in terminal logger by
@nohwndin microsoft/vstest#5083- Ignore env test by
@nohwndin microsoft/vstest#5095- Dispose XmlReader in XmlRunSettingsUtilities by
@omajidin microsoft/vstest#5094- Bump to macos-12 build image by
@akoeplingerin microsoft/vstest#5101- Handle ansi escape in terminal logger reporter by
@nohwndin microsoft/vstest#5084- remove disable interactive auth by
@nohwndin microsoft/vstest#5110- Error output as info in terminal logger by
@nohwndin microsoft/vstest#5113- Write dll instead of target on abort, rename errors by
@nohwndin microsoft/vstest#5115
- [rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@dotnet-maestroin microsoft/vstest#5152New Contributors
@peterwaldmade their first contribution in microsoft/vstest#4958@DickBakermade their first contribution in microsoft/vstest#4977@voroninpmade their first contribution in microsoft/vstest#4999@akoeplingermade their first contribution in microsoft/vstest#5101Full Changelog: https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06
v17.11.0-release-24373-02
What's Changed
- [rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@dotnet-maestroin microsoft/vstest#5152
... (truncated)
Changelog
Sourced from Microsoft.NET.Test.Sdk's changelog.
Release Notes
17.6.1 and newer
Please see release notes directly in the release page: https://github.com/microsoft/vstest/releases
17.6.0
Issues Fixed
- Add legacy feeds
- [rel/17.6] Fix Newtonsoft versions in testhost.deps.json #4372
- Revert "Revert "Fix signature verification" (#4333" #4345
- Revert "Fix signature verification" #4333
- Fix signature verification #4331
- Pre-start testhosts #3666
- Add
dotnet vstestdeprecation message #4297- Catch unhandled exception and avoid crash on test host exit #4291
- Remove chutzpah #4249
- Fix string conversion of
Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome#4243- Fix potential trx logger NRE #4240
- handle object disposed exception #4221
- Added support for checking testhost compatibility with test sessions #4199
See full log here
Artifacts
17.3.3
Issues Fixed
- [rel/17.3] Update Newtonsoft.Json to 13.0.1 #4299
See full log here
Drops
17.2.1
Issues Fixed
- [rel/17.2] Update Newtonsoft.Json to 13.0.1 #4310
See full log here
... (truncated)
Commits
c6ad3e3Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...910ca0dFix output based test (#5131)0518ceaRebrand to 17.11-release (#5128)5b69fd3Write dll instead of target on abort, rename errors (#5115)7264afaError output as info in terminal logger (#5113)3d2ea06remove disable interactive auth (#5110)e4da2c1Add option to ignore tests (#5109)6b3b959Ignore dump failing test while I investigate (#5107)24b992fIgnore dispose error (#5105)bfdaf0bObject disposed flaky (#5104)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Superseded by #490.