Bump the dotnet group with 12 updates #93
Closed
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.
Updated Aspire.Hosting from 13.0.2 to 13.1.0.
Release notes
Sourced from Aspire.Hosting's releases.
13.1.0
We are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!
What's Changed
ExcludeFromMcp()resource extension by @JamesNK in AddExcludeFromMcp()resource extension dotnet/aspire#12515aspire updatecommand by @Copilot in Add CLI self-update prompts toaspire updatecommand dotnet/aspire#12395CertificateAuthorityCollectionResourceby @danegsta in Add missing namespace toCertificateAuthorityCollectionResourcedotnet/aspire#12639... (truncated)
Commits viewable in compare view.
Updated Aspire.Hosting.AppHost from 13.0.2 to 13.1.0.
Release notes
Sourced from Aspire.Hosting.AppHost's releases.
13.1.0
We are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!
What's Changed
ExcludeFromMcp()resource extension by @JamesNK in AddExcludeFromMcp()resource extension dotnet/aspire#12515aspire updatecommand by @Copilot in Add CLI self-update prompts toaspire updatecommand dotnet/aspire#12395CertificateAuthorityCollectionResourceby @danegsta in Add missing namespace toCertificateAuthorityCollectionResourcedotnet/aspire#12639... (truncated)
Commits viewable in compare view.
Updated Markdig from 0.41.3 to 0.44.0.
Release notes
Sourced from Markdig's releases.
0.44.0
Changes
🧰 Misc
Full Changelog: 0.43.0...0.44.0
Published with dotnet-releaser
0.43.0
Changes
✨ New Features
🐛 Bug Fixes
🚀 Enhancements
Full Changelog: 0.42.0...0.43.0
Published with dotnet-releaser
0.42.0
Changes
🐛 Bug Fixes
🚀 Enhancements
Full Changelog: 0.41.3...0.42.0
Published with dotnet-releaser
Commits viewable in compare view.
Updated Microsoft.Extensions.Compliance.Redaction from 10.0.0 to 10.1.0.
Release notes
Sourced from Microsoft.Extensions.Compliance.Redaction's releases.
10.1.0
What's Changed
Microsoft.Extensions.DataIngestionin AI Chat Web template by @MackinnonBuck in UseMicrosoft.Extensions.DataIngestionin AI Chat Web template dotnet/extensions#7023... (truncated)
Commits viewable in compare view.
Updated Microsoft.Testing.Platform.MSBuild from 1.7.3 to 2.0.2.
Release notes
Sourced from Microsoft.Testing.Platform.MSBuild's releases.
2.0.0
2.0.0-beta4
2.0.0-beta2
Commits viewable in compare view.
Updated MSTest.Analyzers from 3.9.3 to 4.0.2.
Release notes
Sourced from MSTest.Analyzers's releases.
4.0.2
See the release notes here
4.0.1
See the release notes here
4.0.0
What is new?
Assert.That
MSTest v4 adds a new type of assertion, that allows you to write any expression, and it will inspect the result to give you more information on failure. Providing a very flexible way to assert complicated expressions. Here a simple example:
CallerArgumentExpression
CallerArgumentExpression is consumed by all assertions, to make them aware of the expressions used in the assertion. In the example below, we now know what both the expected and actual values are. But also what value they come from, giving us opportunity to provide better error messages:
CallerArgumentExpression
CallerArgumentExpression is consumed by all assertions, to make them aware of the expressions used in the assertion. In the example below, we now know what both the expected and actual values are. But also what value they come from, giving us opportunity to provide better error messages: