Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0#18

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubFeb 20, 2025
edited
Loading

BumpsMicrosoft.NET.Test.Sdk from 17.12.0 to 17.13.0.

Release notes

Sourced fromMicrosoft.NET.Test.Sdk's releases.

v17.13.0

What's Changed

New Contributors

Full Changelog:microsoft/vstest@v17.12.0...v17.13.0

Commits

Dependabot compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by@rnelson.


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)

@dependabotdependabotbot added .NETPull requests that update .net code dependenciesPull requests that update a dependency file labelsFeb 20, 2025
@rnelson
Copy link
Owner

rnelson commentedFeb 20, 2025 via email

On Wed, Feb 19, 2025 at 7:56 PM dependabot[bot] ***@***.***> wrote: Bumps Microsoft.NET.Test.Sdk <https://github.com/microsoft/vstest> from 17.12.0 to 17.13.0. Release notes *Sourced from Microsoft.NET.Test.Sdk's releases <https://github.com/microsoft/vstest/releases>.* v17.13.0 What's Changed - Add letter number among valid identifiers in class name by@nohwnd <https://github.com/nohwnd> inmicrosoft/vstest#13868 <https://redirect.github.com/microsoft/vstest/pull/13868> - Fix formatting in Runner by@mthalman <https://github.com/mthalman> inmicrosoft/vstest#13871 <https://redirect.github.com/microsoft/vstest/pull/13871> - Downgrade xunit skip warning to info by@nohwnd <https://github.com/nohwnd> inmicrosoft/vstest#10381 <https://redirect.github.com/microsoft/vstest/pull/10381> - Add msdia for arm64 into nuget by@nohwnd <https://github.com/nohwnd> inmicrosoft/vstest#10382 <https://redirect.github.com/microsoft/vstest/pull/10382> - Enable native debugging for vstest.console by@ocitrev <https://github.com/ocitrev> inmicrosoft/vstest#10401 <https://redirect.github.com/microsoft/vstest/pull/10401> - Fix RFCs links by@Youssef1313 <https://github.com/Youssef1313> inmicrosoft/vstest#10424 <https://redirect.github.com/microsoft/vstest/pull/10424> - Convert to auto property by@nohwnd <https://github.com/nohwnd> inmicrosoft/vstest#10365 <https://redirect.github.com/microsoft/vstest/pull/10365> - Update Versions.props by@nohwnd <https://github.com/nohwnd> inmicrosoft/vstest#10378 <https://redirect.github.com/microsoft/vstest/pull/10378> - Enable TSA by@jakubch1 <https://github.com/jakubch1> inmicrosoft/vstest#10385 <https://redirect.github.com/microsoft/vstest/pull/10385> - Arm64 dia by@nohwnd <https://github.com/nohwnd> inmicrosoft/vstest#10390 <https://redirect.github.com/microsoft/vstest/pull/10390> - Update source-build team references by@MichaelSimons <https://github.com/MichaelSimons> inmicrosoft/vstest#10388 <https://redirect.github.com/microsoft/vstest/pull/10388> - Exclude .signature.p7s from nupkg file count by@ellahathaway <https://github.com/ellahathaway> inmicrosoft/vstest#10418 <https://redirect.github.com/microsoft/vstest/pull/10418> - Set NetCurrent so that it doesn't roll forward automatically by@ViktorHofer <https://github.com/ViktorHofer> inmicrosoft/vstest#10622 <https://redirect.github.com/microsoft/vstest/pull/10622> New Contributors -@ocitrev <https://github.com/ocitrev> made their first contribution inmicrosoft/vstest#10401 <https://redirect.github.com/microsoft/vstest/pull/10401> -@Youssef1313 <https://github.com/Youssef1313> made their first contribution inmicrosoft/vstest#10424 <https://redirect.github.com/microsoft/vstest/pull/10424> *Full Changelog*: ***@***.*** <microsoft/vstest@v17.12.0...v17.13.0> Commits - e8cf380 <microsoft/vstest@e8cf380> Use 17.3.1 stable CodeCoverage - edabaf3 <microsoft/vstest@edabaf3> Move to macos14 (#14137 <https://redirect.github.com/microsoft/vstest/issues/14137>) - 1441926 <microsoft/vstest@1441926> Change 17.13 to release (#14942 <https://redirect.github.com/microsoft/vstest/issues/14942>) - 03c3ac9 <microsoft/vstest@03c3ac9> [main] Update dependencies from devdiv/DevDiv/vs-code-coverage (#11120 <https://redirect.github.com/microsoft/vstest/issues/11120>) - 8907779 <microsoft/vstest@8907779> Fix formatting in Runner (#13871 <https://redirect.github.com/microsoft/vstest/issues/13871>) - 778c004 <microsoft/vstest@778c004> Add letter number among valid identifiers in class name (#13868 <https://redirect.github.com/microsoft/vstest/issues/13868>) - d8aa584 <microsoft/vstest@d8aa584> Update AzureDevOps.yml - af4080f <microsoft/vstest@af4080f> Update AzureDevOps.yml - f56ab69 <microsoft/vstest@f56ab69> Update AzureDevOps.yml - f05137e <microsoft/vstest@f05137e> Update AzureDevOps.yml - Additional commits viewable in compare view <microsoft/vstest@v17.12.0...v17.13.0> [image: Dependabot compatibility score] <https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores> 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) ------------------------------ You can view, comment on, or merge this pull request online at:#18 Commit Summary -83f7b6c <83f7b6c> Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 File Changes (1 file <https://github.com/rnelson/aspnetcore-slow-down/pull/18/files>) - *M* test/SlowDown.Tests/SlowDown.Tests.csproj <https://github.com/rnelson/aspnetcore-slow-down/pull/18/files#diff-8625a76e34f0f3d72d0679c85ff99563b9aa2906a3dbfa623aacbf6ddfbef527> (2) Patch Links: -https://github.com/rnelson/aspnetcore-slow-down/pull/18.patch -https://github.com/rnelson/aspnetcore-slow-down/pull/18.diff — Reply to this email directly, view it on GitHub <#18>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAA44WNZ5MMCC5BZKZMLVXL2QUY37AVCNFSM6AAAAABXPTB73OVHI2DSMVQWIX3LMV43ASLTON2WKOZSHA3DIOBUGY3TANQ> . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
dependabot[bot] reacted with thumbs up emoji

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.13.0.- [Release notes](https://github.com/microsoft/vstest/releases)- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)- [Commits](microsoft/vstest@v17.12.0...v17.13.0)---updated-dependencies:- dependency-name: Microsoft.NET.Test.Sdk  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/nuget/Microsoft.NET.Test.Sdk-17.13.0 branch from83f7b6c to38cda53CompareFebruary 20, 2025 02:03
@rnelsonrnelson merged commit4a175d6 intomainFeb 20, 2025
2 checks passed
@dependabotdependabotbot deleted the dependabot/nuget/Microsoft.NET.Test.Sdk-17.13.0 branchFebruary 20, 2025 02:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file.NETPull requests that update .net code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@rnelson

[8]ページ先頭

©2009-2025 Movatter.jp