Skip to content
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

Merge main into live #42604

Merged
merged 23 commits into from
Sep 12, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ce51c8d
Bump step-security/harden-runner from 2.9.1 to 2.10.1 (#42572)
dependabot[bot] Sep 11, 2024
8c995e7
Bump the dotnet group (#42571)
dependabot[bot] Sep 11, 2024
5bb68ab
Bump Microsoft.SemanticKernel (#42574)
dependabot[bot] Sep 11, 2024
b7be20c
Bump MSTest.TestFramework (#42575)
dependabot[bot] Sep 11, 2024
bb4c80d
Bump the dotnet group (#42576)
dependabot[bot] Sep 11, 2024
11625ea
Bump the dotnet group (#42578)
dependabot[bot] Sep 11, 2024
8bff654
Bump MSTest.TestFramework (#42579)
dependabot[bot] Sep 11, 2024
956558c
Bump the dotnet group (#42580)
dependabot[bot] Sep 11, 2024
f2ce4b5
Bump the dotnet group (#42583)
dependabot[bot] Sep 11, 2024
170f173
Bump MSTest (#42587)
dependabot[bot] Sep 11, 2024
c74abd2
Bump the dotnet group (#42588)
dependabot[bot] Sep 11, 2024
70a0eea
Bump the dotnet group (#42589)
dependabot[bot] Sep 11, 2024
4efff04
Bump the dotnet group (#42591)
dependabot[bot] Sep 11, 2024
1f53567
Update package index with latest published versions (#42554)
azure-sdk Sep 11, 2024
4053b73
Fix link (#42557)
gewarren Sep 11, 2024
5c312c8
#42112 Updated yield.md (#42560)
Roshni-Gandhi Sep 11, 2024
dfb612d
Change from final to sealed (#42590)
normandev92 Sep 11, 2024
495b9fb
Update: the usage instructions for parameter <ConsiderFixturesAsSpeci…
Vincezhaoc Sep 11, 2024
1a34b84
Update mstest0020.md (#42555)
engyebrahim Sep 11, 2024
6ff48c3
fix - Fixed grammatical mistakes in the MSTEST0035 doc (#42570)
AptiviCEO Sep 11, 2024
f5d89af
Corrected the generic host configuration sample based on feedback. (#…
koenigst Sep 11, 2024
b63d1da
Update linux-scripted-manual with latest info (#42595)
vcsjones Sep 11, 2024
022de29
Remove a link (#42577)
BillWagner Sep 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump the dotnet group (#42576)
Bumps the dotnet group in /docs/core/tutorials/snippets/library-with-visual-studio-6-0/csharp/StringLibraryTest with 2 updates: [MSTest.TestAdapter](https://github.com/microsoft/testfx) and [MSTest.TestFramework](https://github.com/microsoft/testfx).


Updates `MSTest.TestAdapter` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2024
commit bb4c80d98045a509edf1a3e780578215da3cd3a8
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>

Expand Down