Bump Ardalis.GuardClauses and 13 others #2
Closed
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.
Updated Ardalis.GuardClauses from 4.0.1 to 5.0.0.
Release notes
Sourced from Ardalis.GuardClauses's releases.
5.0
What's Changed
Full Changelog: ardalis/GuardClauses@v4.6.0...v5.0
4.6.0
Breaking Change
NOTE: There were breaking changes in this release - see discussion in #354. A new 5.0 release has been added to make clear the breaking change (with minimal updates from 4.6).
What's Changed
New Contributors
Full Changelog: ardalis/GuardClauses@v4.5...v4.6.0
4.5
What's Changed
New Contributors
Full Changelog: ardalis/GuardClauses@v4.4.0...v4.5
4.4.0
What's Changed
New Contributors
Full Changelog: ardalis/GuardClauses@v4.3.0...v4.4.0
4.3.0
What's Changed
New Contributors
Full Changelog: ardalis/GuardClauses@v4.2.0...v4.3.0
4.2.0
What's Changed
New Contributors
Full Changelog: ardalis/GuardClauses@v4.1.1...v4.2.0
4.1.1
Attempting to include README in package so it appears on Nuget.org
4.1.0
What's Changed
NullOrOutOfRange
clauses, adding support for nullable classes/structs toOutOfRange
by @rafaelsc in AddsNullOrOutOfRange
clauses, adding support for nullable classes/structs toOutOfRange
ardalis/GuardClauses#143New Contributors
... (truncated)
Commits viewable in compare view.
Updated Ardalis.Result from 7.0.0 to 10.1.0.
Release notes
Sourced from Ardalis.Result's releases.
10.1.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v10.0.0...v10.1.0
10.0.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v9.1.0...v10.0.0
9.1.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v9.0.1...v9.1.0
9.0.1
What's Changed
Full Changelog: ardalis/Result@v9.0.0...v9.0.1
9.0.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v8.0.0...v9.0.0
8.0.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v7.3.0...v8.0.0
7.3.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v7.2.0...v7.3.0
7.2.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v7.1.0...v7.2.0
7.1.0
What's Changed
New Contributors
Full Changelog: ardalis/Result@v7.0.0...v7.1.0
Commits viewable in compare view.
Updated Ardalis.Specification from 7.0.0 to 9.2.0.
Release notes
Sourced from Ardalis.Specification's releases.
9.2.0
What's Changed
Full Changelog: ardalis/Specification@v9.1.0...v9.2.0
9.1.0
What's Changed
Full Changelog: ardalis/Specification@v9.0.1...v9.1.0
9.0.1
What's Changed
Full Changelog: ardalis/Specification@v9.0.0...v9.0.1
9.0.0
What's Changed
New Contributors
Full Changelog: ardalis/Specification@v8.0...v9.0.0
Breaking Changes
The "standard" use of the library remains fairly intact.
GetBySpec
repository methods are removed.IEntity
interface is removed.Select
/SelectMany
are applied at the end of the chain or in a separate Query clause. These extension methods return void and no further chaining is possible.In this version, we refactored the internals and the building blocks significantly. The "advanced" use cases are affected by these changes. Users who have custom extensions or have been relying on the internals need to migrate accordingly.
List<T>
by default and will returnEnumerable.Empty<T>
if empty.Take
andSkip
properties no longer isnull
. They're updated to a non-nullableint
type with a default value of-1
.IInMemorySpecificationEvaluator
andISpecificationValidator
parameters. The properties are still defined as virtual and can be overridden.ISpecificationBuilder<T>
andISpecificationBuilder<T, TResult>
builders.OrderedSpecificationBuilder
andCacheSpecificationBuilder
are removed.SearchEvaluator
is renamed toSearchMemoryEvaluator
.IncludeEvaluator.Default
andIncludeEvaluator.Cached
singleton instances are removed. Instead, use theIncludeEvaluator.Instance
.SpecificationEvaluator
no longer acceptsbool cacheEnabled
parameter. The caching is applied by default wherever necessary.EntityType
,PropertyType
, andPreviousPropertyType
are removed fromIncludeExpressionInfo
.Update
andDelete
repository methods returnTask<int>
(the affected rows).8.0
What's Changed
New Contributors
Full Changelog: ardalis/Specification@v7.0...v8.0
Commits viewable in compare view.
Updated Ardalis.Specification.EntityFrameworkCore from 7.0.0 to 9.2.0.
Release notes
Sourced from Ardalis.Specification.EntityFrameworkCore's releases.
9.2.0
What's Changed
Full Changelog: ardalis/Specification@v9.1.0...v9.2.0
9.1.0
What's Changed
Full Changelog: ardalis/Specification@v9.0.1...v9.1.0
9.0.1
What's Changed
Full Changelog: ardalis/Specification@v9.0.0...v9.0.1
9.0.0
What's Changed
New Contributors
Full Changelog: ardalis/Specification@v8.0...v9.0.0
Breaking Changes
The "standard" use of the library remains fairly intact.
GetBySpec
repository methods are removed.IEntity
interface is removed.Select
/SelectMany
are applied at the end of the chain or in a separate Query clause. These extension methods return void and no further chaining is possible.In this version, we refactored the internals and the building blocks significantly. The "advanced" use cases are affected by these changes. Users who have custom extensions or have been relying on the internals need to migrate accordingly.
List<T>
by default and will returnEnumerable.Empty<T>
if empty.Take
andSkip
properties no longer isnull
. They're updated to a non-nullableint
type with a default value of-1
.IInMemorySpecificationEvaluator
andISpecificationValidator
parameters. The properties are still defined as virtual and can be overridden.ISpecificationBuilder<T>
andISpecificationBuilder<T, TResult>
builders.OrderedSpecificationBuilder
andCacheSpecificationBuilder
are removed.SearchEvaluator
is renamed toSearchMemoryEvaluator
.IncludeEvaluator.Default
andIncludeEvaluator.Cached
singleton instances are removed. Instead, use theIncludeEvaluator.Instance
.SpecificationEvaluator
no longer acceptsbool cacheEnabled
parameter. The caching is applied by default wherever necessary.EntityType
,PropertyType
, andPreviousPropertyType
are removed fromIncludeExpressionInfo
.Update
andDelete
repository methods returnTask<int>
(the affected rows).8.0
What's Changed
New Contributors
Full Changelog: ardalis/Specification@v7.0...v8.0
Commits viewable in compare view.
Updated Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.1 to 1.4.0.
Release notes
Sourced from Azure.Extensions.AspNetCore.Configuration.Secrets's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Azure.Identity from 1.10.4 to 1.14.2.
Release notes
Sourced from Azure.Identity's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated coverlet.collector from 6.0.2 to 6.0.4.
Release notes
Sourced from coverlet.collector's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated FluentValidation from 11.9.0 to 12.0.0.
Release notes
Sourced from FluentValidation's releases.
12.0.0
Release notes
Please read the upgrade guide if you are moving from 11.x to 12.x
Changes in 12.0.0
Downloads
Binaries can be downloaded from nuget:
11.11.0
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Changes in 11.11.0
Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidator
error message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException
(#2152)RuleFor(x => x)
) (#2168)AddValidatorsFromAssemblyContaining
from registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAdded
to allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
... (truncated)
11.10.0
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.10.0
Changes in 11.9.2
ScalePrecisionValidator
error message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException
(#2152)RuleFor(x => x)
) (#2168)AddValidatorsFromAssemblyContaining
from registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAdded
to allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
... (truncated)
11.9.2
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.9.2
ScalePrecisionValidator
error message clarification (#2211)Changes in 11.9.1
Changes in 11.9.0
NullReferenceException
(#2152)RuleFor(x => x)
) (#2168)AddValidatorsFromAssemblyContaining
from registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAdded
to allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull
(See #2069 for migration steps)Transform
andTransformAsync
methods (See #2072 for migration steps)... (truncated)
11.9.1
Release notes
Please read the upgrade guide if you are moving from 10.x to 11.x
Note that the after 11.1.0 release, the
FluentValidation.AspNetCore
package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the coreFluentValidation
package. ForFluentValidation.AspNetCore
release notes, please visit the FluentValidation.AspNetCore repository.Changes in 11.9.1
Fix issue with CascadeMode on child validators (#2207)
Changes in 11.9.0
NullReferenceException
(#2152)RuleFor(x => x)
) (#2168)AddValidatorsFromAssemblyContaining
from registering validators twice (#2182)Changes in 11.8.1
Changes in 11.8.0
AbstractValidator.OnRuleAdded
to allow customization of rule instances after creation (#2114)Changes in 11.7.1
Changes in 11.7.0
Changes in 11.6.0
Changes in 11.5.2
Changes in 11.5.1
AbstractValidator.EnsureInstanceNotNull
(See #2069 for migration steps)Transform
andTransformAsync
methods (See #2072 for migration steps)Changes in 11.5.0
... (truncated)
Commits viewable in compare view.
Updated MediatR from 12.0.1 to 13.0.0.
Release notes
Sourced from MediatR's releases.
13.0.0
Full Changelog: LuckyPennySoftware/MediatR@v12.5.0...v13.0.0
To set your license key:
You can obtain your license key at MediatR.io
12.5.0
What's Changed
Nullable
property fromMediatR.Contracts
by @jithu7432 in Remove duplicateNullable
property fromMediatR.Contracts
LuckyPennySoftware/MediatR#1061New Contributors
Nullable
property fromMediatR.Contracts
LuckyPennySoftware/MediatR#1061Full Changelog: LuckyPennySoftware/MediatR@v12.4.1...v12.5.0
12.4.1
What's Changed
Full Changelog: LuckyPennySoftware/MediatR@v12.4.0...v12.4.1
12.4.0
What's Changed
Full Changelog: LuckyPennySoftware/MediatR@v12.3.0...v12.4.0
12.3.0
What's Changed
New Contributors
Full Changelog: LuckyPennySoftware/MediatR@v12.2.0...v12.3.0
12.2.0
What's Changed
Full Changelog: LuckyPennySoftware/MediatR@v12.1.1...v12.2.0
12.1.1
What's Changed
Full Changelog: LuckyPennySoftware/MediatR@v12.1.0...v12.1.1
12.1.0
Migration Guide
https://github.com/jbogard/MediatR/wiki/Migration-Guide-12.0-to-12.1
What's Changed
New Contributors
Full Changelog: LuckyPennySoftware/MediatR@v12.0.1...v12.1.0
This release removes all scanning around behaviors, stream behaviors, and pre/post processors. That proved too problematic so you MUST register each of these explicitly with the appropriate registration methods inside
AddMediatR
. This also ensures that the order of behaviors and pre/post processors reflects the explicit order of registration. With the scanning approach, you couldn't control the order.Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.2 to 8.0.18.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
8.0.18
Release
What's Changed
04ee1b4
toe9092b1
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from04ee1b4
toe9092b1
dotnet/aspnetcore#62201Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headers
sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7
to04ee1b4
(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
24a9e94
to52204f7
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from24a9e94
to52204f7
dotnet/aspnetcore#61260Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
e235eb3
to24a9e94
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest frome235eb3
to24a9e94
dotnet/aspnetcore#60677Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15
8.0.14
Release
What's Changed
7d76a23
toe235eb3
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from7d76a23
toe235eb3
dotnet/aspnetcore#60150Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14
8.0.13
Release
What's Changed
d144031
to7d76a23
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest fromd144031
to7d76a23
dotnet/aspnetcore#59678index.html
during development by @github-actions in [release/8.0] [Blazor WASM standalone] Avoid cachingindex.html
during development dotnet/aspnetcore#59349Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13
8.0.12
Release
What's Changed
6dae7eb
to1204d63
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from6dae7eb
to1204d63
dotnet/aspnetcore#58741serialize-javascript
transient dependency by @MackinnonBuck in [release/8.0] Upgradeserialize-javascript
transient dependency dotnet/aspnetcore#584661204d63
tod144031
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from1204d63
tod144031
dotnet/aspnetcore#59033Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12
8.0.11
Release
What's Changed
ff233bd
to6dae7eb
by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest fromff233bd
to6dae7eb
dotnet/aspnetcore#58180ecc4e18
to9511905
by @dependabot in [release/8.0] (deps): Bump src/submodules/MessagePack-CSharp fromecc4e18
to9511905
dotnet/aspnetcore#58179Description has been truncated