Skip to content

Bump the runtime-dependencies-minor group with 3 updates#3560

Merged
alexzautke merged 2 commits into
developfrom
dependabot/nuget/runtime-dependencies-minor-40d466be51
Jul 21, 2026
Merged

Bump the runtime-dependencies-minor group with 3 updates#3560
alexzautke merged 2 commits into
developfrom
dependabot/nuget/runtime-dependencies-minor-40d466be51

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301.

Release notes

Sourced from Microsoft.SourceLink.GitHub's releases.

10.0.301

You can build .NET 10.0 from the repository by cloning the release tag v10.0.301 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated MSTest.TestFramework from 4.2.3 to 4.3.2.

Release notes

Sourced from MSTest.TestFramework's releases.

4.3.2

See the release notes here

4.3.0

See the release notes here

Commits viewable in compare view.

Updated Verify.MSTest from 31.21.0 to 31.27.0.

Release notes

Sourced from Verify.MSTest's releases.

31.27.0

  • #​1809 Emit received→verified mapping for out-of-process accept/review tooling
  • #​1810 Allow a stream target for a text extension
  • #​1812 Received map file

31.26.0

31.25.0

  • #​1758 UseProjectRelative + SourceFileRelativeDirectory
  • #​1800 Add mirror source structure for verified files

31.24.3

  • #​1799 Better line ending failure diagnostics

31.24.2

  • #​1794 Normalize scrubbed-to-empty text to emptyString
  • #​1798 Bump package references

31.24.1

31.24.0

  • #​1789 Add ExcludeTargets with converter-side IsTargetExcluded check

31.23.0

  • #​1785 Fix chunk boundary scrubber bugs and test adapter defects
  • #​1788 Add exclude targets to omit targets by extension

31.22.0

  • #​1778 Allow conversion splitters for text extensions
  • #​1779 Fix chunk boundary scrubber bugs and test adapter defects
  • #​1781 stop using MSTest metapackage
  • #​1782 Migrate CI to Microsoft.Testing.Platform so all tests run
  • #​1783 Guard against duplicate xunit attachment names
  • #​1784 Add Kill process locking file option

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 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

Bumps Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301
Bumps MSTest.TestFramework from 4.2.3 to 4.3.2
Bumps Verify.MSTest from 31.21.0 to 31.27.0

---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.301
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies-minor
- dependency-name: MSTest.TestFramework
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies-minor
- dependency-name: Verify.MSTest
  dependency-version: 31.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 21, 2026
@alexzautke

Copy link
Copy Markdown
Member

@copilot Fix the build errors

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@copilot Fix the build errors

Fixed in commit 2b40a88. The build errors were caused by new MSTest analyzer rules introduced in version 4.3.2 (which is now treated as errors via TreatWarningsAsErrors):

  • MSTEST0065 (Assert.AreEqual on IEnumerable types): Fixed in CachingTerminologyServiceTests.cs, AssertParser.cs, and CastTests.cs — changed to Assert.AreSame where testing instance identity, and Assert.AreSequenceEqual for char sequence comparison
  • MSTEST0032 (assertion always true): Fixed in TypeSpecifierTests.cs with a pragma suppress, matching the existing CS1718 pragma pattern in the same method

Also bumped MSTest.TestAdapter from 4.2.3 to 4.3.2 to match MSTest.TestFramework.

Copilot AI requested a review from alexzautke July 21, 2026 18:17
@alexzautke
alexzautke merged commit 47587de into develop Jul 21, 2026
18 checks passed
@alexzautke
alexzautke deleted the dependabot/nuget/runtime-dependencies-minor-40d466be51 branch July 21, 2026 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants