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.
This PR contains the following updates:
2.4.5
->2.4.11
3.7.101.46
->3.7.415.25
3.7.101.36
->3.7.401.69
6.2.0
->6.3.0
8.0.0
->8.4.0
2.50.0
->2.70.0
2.50.0
->2.70.0
7.1.3
->7.1.8
6.0.9
->6.0.36
2.5.12
->2.6.9
7.0.0
->7.0.4
7.0.4
->7.0.20
7.0.0
->7.0.1
7.0.4
->7.0.20
17.4.0
->17.13.0
1.17.0
->1.21.2
2.19.1
->2.30.0
1.3.0
->1.5.0
4.18.3
->4.20.72
3.13.3
->3.14.0
3.3.0
->3.10.0
4.3.1
->4.6.0
1.4.0
->1.11.2
1.4.0
->1.11.2
1.4.0
->1.11.2
1.0.0-rc9.14
->1.11.1
6.4.0
->6.8.1
2.6.80
->2.8.31
3.1.2
->3.2.0
5.12.0
->5.17.0
Release Notes
Azure/amqpnetlite (AMQPNetLite.Core)
v2.4.11
: Release 2.4.11Fixes,
v2.4.10
: Release 2.4.10Changes:
v2.4.9
: Release 2.4.9Fixed the following issues:
v2.4.8
: Release 2.4.8Fixes:
v2.4.7
: Release 2.4.7[#570] ConnectionFactory should fail connection as early as possible.
[#573] Improve memory usage: dispose SocketAsyncEventArgs objects in TcpTransport.
v2.4.6
: Release 2.4.6[#553] Sending an AMQP message from an ASP.NET 4.7.2 page request context
[#557] Transaction Support for SendAsync in .NET Core
[#566] Support custom message format (no custom encoding)
aws/aws-sdk-net (AWSSDK.S3)
v3.7.414
v3.7.413.3
Compare Source
v3.7.413.2
Compare Source
v3.7.413.1
Compare Source
v3.7.413
v3.7.411
v3.7.410
v3.7.409
v3.7.408
v3.7.407
v3.7.406.1
Compare Source
v3.7.406
v3.7.404
v3.7.403.1
Compare Source
v3.7.403
v3.7.402
v3.7.401
v3.7.400
v3.7.308
v3.7.306
v3.7.305
v3.7.304
v3.7.303
Compare Source
v3.7.302
v3.7.301
v3.7.300
v3.7.204
v3.7.202
v3.7.200
v3.7.108
v3.7.103
v3.7.102
CommunityToolkit/dotnet (CommunityToolkit.HighPerformance)
v8.4.0
: 8.4.0What's Changed 🆕
New Contributors
Full Changelog: CommunityToolkit/dotnet@v8.3.2...v8.4.0
v8.3.2
: 8.3.2This hotfix release updates the build time validation for the Windows SDK projections, when using the .NET 9 SDK.
What's Changed 🆕
v8.3.1
: 8.3.1This hotfix release includes build time validation for the Windows SDK projections, to improve the developer experience.
What's Changed 🆕
v8.3.0
: 8.3.0What's Changed 🆕
New Contributors
Full Changelog: CommunityToolkit/dotnet@v8.2.2...v8.3.0
Note ℹ️
If you're consuming the MVVM Toolkit from
net8.0-windows10.0.xxxxx.0
, you'll either need the latest servicing update of the .NET 8 SDK (ie. > 8.0.403), or as a temporary workaround you can manually specify the Windows SDK package version in your .csproj, as follows:Where "xxxxx" should match the Windows SDK you're targeting (in your "TargetFramework" property).
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.26100.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22621.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22000.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.20348.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.19041.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.18362.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.17763.41
v8.2.2
: 8.2.2What's Changed 🆕
New Contributors
Full Changelog: CommunityToolkit/dotnet@v8.2.1...v8.2.2
v8.2.1
: 8.2.1What's Changed 🆕
New Contributors 🙌
Full Changelog: CommunityToolkit/dotnet@v8.2.0...v8.2.1
v8.2.0
: 8.2.0Release blog post: https://devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-820/.
What's Changed 🆕
New Contributors 🙌
Full Changelog: CommunityToolkit/dotnet@v8.1.0...v8.2.0
v8.1.0
: 8.1.0Breaking changes (since 8.0.0) 💥
Ref<T>
-like types in the HighPerformance package are now .NET 7 only (they were all marked as preview)LockExtensions
(which was marked as preview)StreamExtensions.Read<T>
method now throws anEndOfStreamException
when reaching end of stream[NotNull]
and[NotNullIfNotNull]
)What's changed (since 8.0.0) 🆕
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.