Update nuget non-major dependencies (main) #747
Merged
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:
1.12.0
->1.13.1
6.12.0
->6.12.2
8.0.8
->8.0.11
8.0.8
->8.0.11
9.0.0-preview.7.24406.2
->9.0.0-preview.9.24556.5
8.9.0
->8.10.0
8.8.0
->8.10.0
17.10.0
->17.11.1
17.12.0
4.20.70
->4.20.72
1.0.0-beta09
->1.0.0-beta11
1.9.0
->1.10.0
1.9.0
->1.10.0
1.9.0
->1.10.0
1.9.0
->1.10.0
6.7.0
->6.9.0
8.0.100
->8.0.404
Release Notes
Azure/azure-sdk-for-net (Azure.Identity)
v1.13.1
Compare Source
1.13.1 (2024-10-24)
Bugs Fixed
ManagedIdentityCredential
from attempting to detect if Workload Identity is enabled in the current environment. #46653DefaultAzureCredential
from progressing pastManagedIdentityCredential
in some scenarios where the identity was not available. #46709v1.13.0
Compare Source
1.13.0 (2024-10-14)
Features Added
ManagedIdentityCredential
now supports specifying a user-assigned managed identity by object ID.Bugs Fixed
DefaultAzureCredential
attempts to authenticate with theMangagedIdentityCredential
and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #45184AzurePipelinesCredential
so it doesn't result in a redirect response when an invalid system access token is provided.Other Changes
AzureEventSourceListener
. Previously, the log level was always set toMicrosoft.Identity.Client.LogLevel.Info
.AzurePowerShellCredential
now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.AzurePipelinesCredential
.v1.12.1
Compare Source
1.12.1 (2024-09-26)
Bugs Fixed
fluentassertions/fluentassertions (FluentAssertions)
v6.12.2
Compare Source
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
v6.12.1
Compare Source
What's Changed
Improvements
BeEmpty()
andBeNullOrEmpty()
performance forIEnumerable<T>
, by materializing only the first item - #2530Fixes
DateTimeOffset
withBeWithin(...).Before(...)
- #2312BeEquivalentTo
will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152because
andbecauseArgs
were not passed down the equivalency tree - #2318BeEquivalentTo
can again compare a non-genericIDictionary
with a generic one - #2358FormattingOptions
were not respected in innerAssertionScope
- #2329true
andfalse
in failure messages and make them formattable to a customBooleanFormatter
- #2390, #2393NotBeOfType
when wrapped in anAssertionScope
and the subject is null - #2399BeWritable
/BeReadable
when wrapped in anAssertionScope
and the subject is read-only/write-only - #2399ThrowExactly[Async]
when wrapped in anAssertionScope
and no exception is thrown - #2398[Not]HaveExplicitProperty
when wrapped in anAssertionScope
and not implementing the interface - #2403[Not]HaveExplicitMethod
when wrapped in anAssertionScope
and not implementing the interface - #2403BeEquivalentTo
to excludeprivate protected
members from the comparison - #2417BeEquivalentTo
on an emptyArraySegment
- #2445, #2511BeEquivalentTo
with a custom comparer can now handle null values - #2489AssertionScope(context)
create a chained context - #2607AssertionScope
constructor would not create an actual scope associated with the thread - #2607ThrowWithinAsync
not respectingOperationCanceledException
- #2614BeEquivalentTo
with anIEqualityComparer
targeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)
v8.0.11
: .NET 8.0.11Release
What's Changed
ff233bd
to6dae7eb
by @dependabot in https://github.com/dotnet/aspnetcore/pull/58180ecc4e18
to9511905
by @dependabot in https://github.com/dotnet/aspnetcore/pull/58179Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11
v8.0.10
: .NET 8.0.10Release
dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)
v8.10.0
: .NET Extensions 8.10.08.10.0 packages are no all published in NuGet.org
What's Changed
New Contributors
Full Changelog: dotnet/extensions@v8.8.0...v8.10.0
v8.9.1
: .NET Extensions 8.9.18.9.1 packages are no all published in NuGet.org
What's Changed
Full Changelog: dotnet/extensions@v8.9.0...v8.9.1
microsoft/vstest (Microsoft.NET.Test.Sdk)
v17.11.1
What's Changed
Full Changelog: microsoft/vstest@v17.11.0...v17.11.1
v17.11.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
moq/moq (Moq)
v4.20.72
Full Changelog
🔨 Other:
🔀 Merged:
v4.20.71
Full Changelog
🐛 Fixed bugs:
🔨 Other:
null
#1391🔀 Merged:
andrewlock/NetEscapades.EnumGenerators (NetEscapades.EnumGenerators)
v1.0.0-beta11
Features
Fixes
open-telemetry/opentelemetry-dotnet (OpenTelemetry)
v1.10.0
Bumped the package versions of
System.Diagnostic.DiagnosticSource
and otherMicrosoft.Extensions.* packages to
9.0.0
.Added support for new APIs introduced in
System.Diagnostics.DiagnosticSource
9.0.0
:InstrumentAdvice<T>
For details see: Explicit bucket histogram
aggregation.
Gauge<T>
ActivitySource.Tags
(supported in OtlpExporter & ConsoleExporter)
Experimental features promoted to stable:
CardinalityLimit
can now be managed for individual metrics via the ViewAPI. For details see: Changing cardinality limit for a
Metric.
The overflow
attribute
(
otel.metric.overflow
) behavior is now enabled by default. TheOTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE
environmentvariable is no longer required. For details see: Cardinality
Limits.
The MetricPoint reclaim behavior is now enabled by default when Delta
aggregation temporality is used. The
OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS
environmentvariable is no longer required. For details see: Cardinality
Limits.
Added
OpenTelemetrySdk.Create
API for configuring OpenTelemetry .NET signals(logging, tracing, and metrics) via a single builder. This new API simplifies
bootstrap and teardown, and supports cross-cutting extensions targeting
IOpenTelemetryBuilder
.Removed out of support
net6.0
target and addednet9.0
target.domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v6.9.0
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.1...v6.9.0
v6.8.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1
v6.8.0
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0
v6.7.3
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.2...v6.7.3
v6.7.2
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2
v6.7.1
What's Changed
[DataMember]
IsRequired
inNewtonsoftDataContractResolver
by @ouvreboite in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.