-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update nuget #300
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
3 times, most recently
from
April 29, 2024 14:13
104567b
to
d2ad42f
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
8 times, most recently
from
May 9, 2024 14:13
6e96835
to
e4ad83a
Compare
Quality Gate passedIssues Measures |
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
5 times, most recently
from
May 21, 2024 08:15
2aaeb4d
to
6613d82
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
7 times, most recently
from
May 29, 2024 08:17
86ef0b8
to
98ab14f
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
4 times, most recently
from
June 4, 2024 13:14
deb7300
to
e99421b
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
6 times, most recently
from
August 27, 2024 14:16
44ec0cc
to
9546f97
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
6 times, most recently
from
September 5, 2024 08:20
bb5c037
to
e600c8a
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
7 times, most recently
from
September 13, 2024 09:19
00e86cf
to
84b5fcf
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
3 times, most recently
from
September 17, 2024 14:14
7836c44
to
c73b072
Compare
projectorigin-renovate
bot
force-pushed
the
renovate/nuget
branch
from
September 20, 2024 08:21
c73b072
to
72705d8
Compare
Added null checks in tests
MartinSchmidt
approved these changes
Sep 20, 2024
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
6.12.0
->6.12.1
2.62.0
->2.66.0
8.2.1
->8.2.5
8.2.1
->8.2.5
8.0.4
->8.0.8
8.0.4
->8.0.8
2.18.1
->2.21.1
17.9.0
->17.11.1
8.0.3
->8.0.4
8.0.3
->8.0.4
1.8.1
->1.9.0
1.8.1
->1.9.0
1.8.1
->1.9.0
1.8.1
->1.9.0
1.8.1
->1.9.0
0.5.0-beta.5
->0.5.0-beta.6
1.8.0
->1.9.0
8.0.1
->8.0.2
6.5.0
->6.7.3
6.5.0
->6.7.3
3.8.0
->3.10.0
3.8.0
->3.10.0
24.1.0
->24.2.0
1.5.52
->1.6.3
2.62.0
->2.66.0
2.7.1
->2.9.0
2.5.8
->2.8.2
Release Notes
fluentassertions/fluentassertions (FluentAssertions)
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
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.66.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.65.0...v2.66.0
v2.65.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0
v2.64.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.63.0...v2.64.0
v2.63.0
What's Changed
ReadAllAsync
for netstandard2.0 by @WeihanLi in https://github.com/grpc/grpc-dotnet/pull/2411New Contributors
Full Changelog: grpc/grpc-dotnet@v2.62.0...v2.63.0
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)
v8.0.8
: .NET 8.0.8Release
v8.0.7
: .NET 8.0.7Release
v8.0.6
: .NET 8.0.6Release
v8.0.5
: .NET 8.0.5Release
What's Changed
31993df
to77afe8e
by @dependabot in https://github.com/dotnet/aspnetcore/pull/54872Type.GetType
when activating types in data protection by @github-actions in https://github.com/dotnet/aspnetcore/pull/54762Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v2.21.0
Compare Source
2.21.0
CVE package updates
CVE-2024-30105
v2.20.0
2.20.0
IAuthorizationHeaderProvider
New features
IAuthorizationHeaderProvider
interface (the new method CreateAuthorizationHeaderForAppAsync). See issue #2907IMsalHttpClientFactory
is added to the service collection, it's not used by IdWeb token acquisition. See issue #2911This will be use to enable some IPv6 scenarios.
Bug fixes
Fundamentals
v2.19.0
Compare Source
2.19.0
New features
.WithUser()
modifier to the Microsoft Graph queries (likeWithAppOnly()
). See issue #2855 for details.IAuthorizationHeaderProvider
. See issue #2856 for details.Bug fixes
v2.18.2
Compare Source
2.18.2
New feature
Bug fixes
KeyVaultCertificateLoader
, see issue #2647 for details.ITokenAquirerFactory
, see issue #2849 for details.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
v17.10.0
What's Changed
2338548
by @dotnet-bot in https://github.com/microsoft/vstest/pull/4794And many infrastructure related changes and updates.
New Contributors
Full Changelog: microsoft/vstest@v17.9.0...v17.10.0
npgsql/npgsql (Npgsql)
v8.0.4
A large number of number of bugs have been fixed, here is the full list.
Full Changelog: npgsql/npgsql@v8.0.3...v8.0.4
open-telemetry/opentelemetry-dotnet (OpenTelemetry)
v1.9.0
Exemplars
are now part of the stable API! For details see: customizingexemplars
collection.
WithLogging
is now part of the stable API! Logging, Metrics, and Tracing cannow all be configured using the
With
style and the builders finally haveparity in their APIs.
serilog/serilog-aspnetcore (Serilog.AspNetCore)
v8.0.2
Serilog.Settings.Configuration
dependency to avoid transitive dependency on vulnerableSystem.Text.Json
(@nblumhardt)README
updates (@nblumhardt)domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
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/2644New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1
v6.7.0
What's Changed
IncludeXmlCommentsForAssembly()
convience overload by @leotsarev in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2909[FromForm]
with[SwaggerIgnore]
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2928[AsParameters]
throwing error on cast when showing the description withEnableAnnotations()
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2962RequestBodyFilterAnnotation
andMultipleFromForm
for Minimal APIs by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963IFomFile
/IFormFileCollection
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972IFormFile
with OpenAPI by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979ApiParameter.Type
by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2980HttpMethods.IsGet()
by @martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2971New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0
v6.6.2
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.