chore(deps): update nuget#300
Merged
projectorigin-renovate[bot] merged 3 commits intomainfrom Sep 20, 2024
Merged
Conversation
104567b to
d2ad42f
Compare
6e96835 to
e4ad83a
Compare
|
2aaeb4d to
6613d82
Compare
86ef0b8 to
98ab14f
Compare
deb7300 to
e99421b
Compare
626ba59 to
279c590
Compare
534621a to
a22f2be
Compare
8876dfe to
83c14c5
Compare
f1d3f00 to
85e6f91
Compare
Added null checks in tests
MartinSchmidt
approved these changes
Sep 20, 2024
|
This file contains hidden or 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
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.12.62.0->2.66.08.2.1->8.2.58.2.1->8.2.58.0.4->8.0.88.0.4->8.0.82.18.1->2.21.117.9.0->17.11.18.0.3->8.0.48.0.3->8.0.41.8.1->1.9.01.8.1->1.9.01.8.1->1.9.01.8.1->1.9.01.8.1->1.9.00.5.0-beta.5->0.5.0-beta.61.8.0->1.9.08.0.1->8.0.26.5.0->6.7.36.5.0->6.7.33.8.0->3.10.03.8.0->3.10.024.1.0->24.2.01.5.52->1.6.32.62.0->2.66.02.7.1->2.9.02.5.8->2.8.2Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v6.12.1Compare Source
What's Changed
Improvements
BeEmpty()andBeNullOrEmpty()performance forIEnumerable<T>, by materializing only the first item - #2530Fixes
DateTimeOffsetwithBeWithin(...).Before(...)- #2312BeEquivalentTowill now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152becauseandbecauseArgswere not passed down the equivalency tree - #2318BeEquivalentTocan again compare a non-genericIDictionarywith a generic one - #2358FormattingOptionswere not respected in innerAssertionScope- #2329trueandfalsein failure messages and make them formattable to a customBooleanFormatter- #2390, #2393NotBeOfTypewhen wrapped in anAssertionScopeand the subject is null - #2399BeWritable/BeReadablewhen wrapped in anAssertionScopeand the subject is read-only/write-only - #2399ThrowExactly[Async]when wrapped in anAssertionScopeand no exception is thrown - #2398[Not]HaveExplicitPropertywhen wrapped in anAssertionScopeand not implementing the interface - #2403[Not]HaveExplicitMethodwhen wrapped in anAssertionScopeand not implementing the interface - #2403BeEquivalentToto excludeprivate protectedmembers from the comparison - #2417BeEquivalentToon an emptyArraySegment- #2445, #2511BeEquivalentTowith a custom comparer can now handle null values - #2489AssertionScope(context)create a chained context - #2607AssertionScopeconstructor would not create an actual scope associated with the thread - #2607ThrowWithinAsyncnot respectingOperationCanceledException- #2614BeEquivalentTowith anIEqualityComparertargeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
grpc/grpc-dotnet (Grpc.AspNetCore)
v2.66.0What's Changed
Full Changelog: grpc/grpc-dotnet@v2.65.0...v2.66.0
v2.65.0What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.64.0...v2.65.0
v2.64.0What's Changed
Full Changelog: grpc/grpc-dotnet@v2.63.0...v2.64.0
v2.63.0What's Changed
ReadAllAsyncfor 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
31993dfto77afe8eby @dependabot in https://github.com/dotnet/aspnetcore/pull/54872Type.GetTypewhen 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.0Compare Source
2.21.0
CVE package updates
CVE-2024-30105
v2.20.02.20.0
IAuthorizationHeaderProviderNew features
IAuthorizationHeaderProviderinterface (the new method CreateAuthorizationHeaderForAppAsync). See issue #2907IMsalHttpClientFactoryis 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.0Compare 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.2Compare 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.1What's Changed
Full Changelog: microsoft/vstest@v17.11.0...v17.11.1
v17.11.0What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
v17.10.0What's Changed
2338548by @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.4A 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.0Exemplarsare now part of the stable API! For details see: customizingexemplars
collection.
WithLoggingis now part of the stable API! Logging, Metrics, and Tracing cannow all be configured using the
Withstyle and the builders finally haveparity in their APIs.
serilog/serilog-aspnetcore (Serilog.AspNetCore)
v8.0.2Serilog.Settings.Configurationdependency to avoid transitive dependency on vulnerableSystem.Text.Json(@nblumhardt)READMEupdates (@nblumhardt)domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v6.7.3What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.2...v6.7.3
v6.7.2What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2
v6.7.1What's Changed
[DataMember]IsRequiredinNewtonsoftDataContractResolverby @ouvreboite in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2644New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1
v6.7.0What'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/2962RequestBodyFilterAnnotationandMultipleFromFormfor Minimal APIs by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2963IFomFile/IFormFileCollectionby @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2972IFormFilewith OpenAPI by @jgarciadelanoceda in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/2979ApiParameter.Typeby @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.2What'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.