Conversation
552ac6c to
f9a539c
Compare
f9a539c to
9895a9b
Compare
678bb87 to
ee5e533
Compare
a65a638 to
7897453
Compare
858b7eb to
7d6b0d6
Compare
11dbb54 to
6bd2f87
Compare
abe5c1a to
f8e1d17
Compare
7a6d045 to
addc2d0
Compare
64685ba to
a985fc5
Compare
6f322dd to
9c6b54d
Compare
2f85a03 to
0dbd52f
Compare
9d1156f to
e959f31
Compare
1ff4575 to
93f9c3b
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
9.2.0→9.3.19.2.0→9.3.19.2.1→10.0.69.2.1→10.0.68.4.0→8.9.012.0.0→12.1.112.0.0→12.1.11.8.20→1.8.232.0.0→2.1.02.0.0→2.1.01.20.12→1.21.17.4.0→10.0.79.0.6→10.0.79.0.6→10.0.72.3.1→2.3.99.0.6→10.0.71.2.0→1.2.99.0.6→10.0.79.0.6→10.0.79.0.6→10.0.79.0.6→10.0.79.0.6→10.0.79.0.6→10.0.79.0.6→10.0.79.0.6→10.0.79.0.6→10.0.79.0.6→10.0.73.10.0→4.8.017.14.1→18.4.014.4.0→14.7.19.0.4→10.0.12024.4.1→2026.1.14.13.1→4.15.09.0.0→10.0.09.0.0→10.0.09.0.0→10.0.06.0.0→6.1.18.2.1→9.0.31.6.6→1.7.29.0.5→10.0.46.0.4→10.0.01.0.3→1.2.60.7.2→0.9.13.1.1→3.1.5Release Notes
ardalis/specification (Ardalis.Specification)
v9.3.1What's Changed
Full Changelog: ardalis/Specification@v9.3.0...v9.3.1
v9.3.0What's Changed
Full Changelog: ardalis/Specification@v9.2.0...v9.3.0
Finbuckle/Finbuckle.MultiTenant (Finbuckle.MultiTenant.AspNetCore)
v10.0.6Bug Fixes
v10.0.5Bug Fixes
v10.0.4Bug Fixes
v10.0.3Bug Fixes
v10.0.2Bug Fixes
TenantIdproperty when callingIsNotMultiTenant()(#1079) (d258b62)v10.0.1Bug Fixes
v10.0.0⚠ BREAKING CHANGES
MultiTenantIdentityDbContextfamily of classes were not mult-tenant by default. This was confusing and to simplify all are now multi-tenant by default.RouteStrategywill include the tenant in the ambient route values used for link generation, similar toControllerandAction. Can be disabled via theWithRouteStrategyoverload taking a boolean foruseTenantAmbientRouteValueset to false.BasePathStrategyOptions.BasePathStrategyOptions.ITenantInfoandTenantInfoshould be used as the base for custom implementations. Note thatEFCoreStoreuses this record as an entity but takes care not to rely on tracking.{PackageName}.Extensions, e.g.Finbuckle.MultiTenant.Options.ExtensionsIMultiTenantStoreinterface signatures.IMultiTenantContextand its implementations are now immutable. Changes will require assigning a new instance.Finbuckle.MultiTenant.Abstractionspackage andMultiTenantIdentityDbContextfunctionality is now in theFinbuckle.MultiTenant.Identity.EntityFrameworkCorepackage.Features
IsNotMultiTenantmethod to exclude entities from multi-tenancy in EF Core per-tenant data functionality. (b160826)MultiTenantIdentityDbContextvariants. (4e1bd9f)Finbuckle.MultiTenant.AbstractionsandFinbuckle.MultiTenant.Identity.EntityFrameworkCore(#1006) (e191d83)ITenantInfois removed (#1029) (21559da)Bug Fixes
Performance Improvements
Reverts
v9.4.8Bug Fixes
v9.4.7Bug Fixes
v9.4.6Bug Fixes
v9.4.5Bug Fixes
v9.4.4Bug Fixes
v9.4.3Bug Fixes
v9.4.2Bug Fixes
v9.4.1Bug Fixes
v9.4.0Features
v9.3.1Bug Fixes
v9.3.0Features
Bug Fixes
v9.2.2Bug Fixes
fluentassertions/fluentassertions (FluentAssertions)
v8.9.0Compare Source
What's Changed
New features
Span<T>,ReadOnlySpan<T>,Memory<T>andReadOnlyMemory<T>by @dennisdoomen in #3172Improvements
BeEquivalentToby @Copilot in #3115BeEquivalentToby @dennisdoomen in #3133ThrowandWhichby @dennisdoomen in #3160HaveMillisecond/NotHaveMillisecondassertion methods forDateTimeandDateTimeOffsetby @Copilot in #3164BeEqualToandNotBeEqualToas collection assertion aliases by @Copilot in #3166Fixes
Documentation
Others
==or!=when comparing Nullable against constants by @jnyrup in #3129string.Createby @jnyrup in #3130UnassignedGetOnlyAutoPropertyforNode.GetHashCodeby @jnyrup in #3138NonReadonlyMemberInGetHashCodeby @jnyrup in #3140paramNameparameter by @jnyrup in #3143When_concurrently_getting_equality_strategy_it_should_not_throwby @jnyrup in #3144attest-build-provenancewithattestby @jnyrup in #3171New Contributors
Full Changelog: fluentassertions/fluentassertions@8.8.0...8.9.0
v8.8.0Compare Source
What's Changed
New features
Improvements
Documentation
configparameter by @jnyrup in #3104Others
Full Changelog: fluentassertions/fluentassertions@8.7.1...8.8.0
v8.7.1Compare Source
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@8.7.0...8.7.1
v8.7.0Compare Source
What's Changed
New features
Others
DisableImplicitNuGetFallbackFolderby @jnyrup in #3095Full Changelog: fluentassertions/fluentassertions@8.6.0...8.7.0
v8.6.0Compare Source
What's Changed
Improvements
Value.ThatMatchesandValue.ThatSatisfiesby @dennisdoomen in #3076Others
New Contributors
Full Changelog: fluentassertions/fluentassertions@8.5.0...8.6.0
v8.5.0[Compare Source](https://re