Commit 1b2848a
authored
Bump FluentValidation.AspNetCore from 11.3.0 to 11.3.1 (#2798)
Updated
[FluentValidation.AspNetCore](https://github.com/FluentValidation/FluentValidation.AspNetCore)
from 11.3.0 to 11.3.1.
<details>
<summary>Release notes</summary>
_Sourced from [FluentValidation.AspNetCore's
releases](https://github.com/FluentValidation/FluentValidation.AspNetCore/releases)._
## 11.3.1
# Release notes
[Please read the upgrade guide if you are moving from 10.x to
11.x](https://docs.fluentvalidation.net/en/latest/upgrading-to-11.html)
## Changes in 11.3.1
- Compatibility with FluentValidation 12.x
## Changes in 11.3.0
- Added `Filter` property to auto-validation configuration to optionally
include/exclude certain types from auto-validation
(FluentValidation/FluentValidation#2091)
## Changes in 11.2.2
- Fix issue where implicit child validation could still be executed for
Record types even when disabled (#7)
- Add additional overload of `AddToModelState` that doesn't require a
prefix (#5)
## Changes in 11.2.1
- Add deprecation warnings on various registration methods within the
call to `AddFluentValidation` (see
FluentValidation/FluentValidation#1963)
- The dependency on the FluentValidation.DependencyInjectionExtensions
package now uses a floating version.
## Changes in 11.2.0
- The dependency on the core FluentValidation library now uses a
floating version.
## Changes in 11.1.3
- Deprecate the `AddFluentValidation` registration methods. These have
been replaced with `AddFluentValidationAutoValidation` and
`AddFluentValidationClientsideAdapters` (see
FluentValidation/FluentValidation#1965)
## Changes in 11.1.2
- Fixed `NullReferenceException` being thrown in
`AddFluentValidationClientsideAdapters` caused by a missing registration
for `IValidatorFactory`
## Changes in 11.1.1
- Fixed `NullReferenceException` being thrown in
`AddFluentValidationClientsideAdapters`
(FluentValidation/FluentValidation#1969)
## Changes in 11.1.0
- Added a `ToDictionary` method to `ValidationResult` (particularly
useful when working with Minimal APIs)-
- MVC auto validation: Deprecated Implicit validation of child
properties
(FluentValidation/FluentValidation#1960)
- MVC auto validation: Deprecated Implicit validation of root collection
elements
(FluentValidation/FluentValidation#1960)
- Introduce `services.AddFluentValidationAutoValidation()` and
`services.AddFluentValidationClientsideAdapters()` as replacements for
`services.AddFluentValidation()`
(FluentValidation/FluentValidation#1965)
## Changes in 11.0
- Throw exceptions when async validator is invoked synchronously
(#1705)
- Remove deprecated
`RunDefaultMvcValidationAfterFluentValidationExecutes` option from
ASP.NET integration.
# Downloads
Binaries can be downloaded from nuget:
-
[FluentValidation.AspNetCore](http://nuget.org/packages/fluentvalidation.aspnetcore)
Commits viewable in [compare
view](FluentValidation/FluentValidation.AspNetCore@11.3.0...11.3.1).
</details>
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 915ae58 commit 1b2848a
File tree
7 files changed
+53
-53
lines changed- TeachingRecordSystem
- src
- TeachingRecordSystem.Api
- TeachingRecordSystem.SupportUi
- tests
- TeachingRecordSystem.Api.IntegrationTests
- TeachingRecordSystem.Api.UnitTests
- TeachingRecordSystem.SupportUi.EndToEndTests
- TeachingRecordSystem.SupportUi.Tests
7 files changed
+53
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
| 153 | + | |
| 154 | + | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
| 205 | + | |
| 206 | + | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
| 137 | + | |
| 138 | + | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
2083 | 2083 | | |
2084 | 2084 | | |
2085 | 2085 | | |
2086 | | - | |
| 2086 | + | |
2087 | 2087 | | |
2088 | 2088 | | |
2089 | 2089 | | |
| |||
2318 | 2318 | | |
2319 | 2319 | | |
2320 | 2320 | | |
2321 | | - | |
2322 | | - | |
2323 | | - | |
| 2321 | + | |
| 2322 | + | |
| 2323 | + | |
2324 | 2324 | | |
2325 | | - | |
2326 | | - | |
| 2325 | + | |
| 2326 | + | |
2327 | 2327 | | |
2328 | 2328 | | |
2329 | 2329 | | |
| |||
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
2057 | 2057 | | |
2058 | 2058 | | |
2059 | 2059 | | |
2060 | | - | |
| 2060 | + | |
2061 | 2061 | | |
2062 | 2062 | | |
2063 | 2063 | | |
| |||
2302 | 2302 | | |
2303 | 2303 | | |
2304 | 2304 | | |
2305 | | - | |
2306 | | - | |
2307 | | - | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
2308 | 2308 | | |
2309 | | - | |
2310 | | - | |
| 2309 | + | |
| 2310 | + | |
2311 | 2311 | | |
2312 | 2312 | | |
2313 | 2313 | | |
| |||
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
2284 | 2284 | | |
2285 | 2285 | | |
2286 | 2286 | | |
2287 | | - | |
| 2287 | + | |
2288 | 2288 | | |
2289 | 2289 | | |
2290 | 2290 | | |
| |||
2475 | 2475 | | |
2476 | 2476 | | |
2477 | 2477 | | |
2478 | | - | |
2479 | | - | |
2480 | | - | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
2481 | 2481 | | |
2482 | | - | |
2483 | | - | |
| 2482 | + | |
| 2483 | + | |
2484 | 2484 | | |
2485 | 2485 | | |
2486 | 2486 | | |
| |||
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
2289 | 2289 | | |
2290 | 2290 | | |
2291 | 2291 | | |
2292 | | - | |
| 2292 | + | |
2293 | 2293 | | |
2294 | 2294 | | |
2295 | 2295 | | |
| |||
2487 | 2487 | | |
2488 | 2488 | | |
2489 | 2489 | | |
2490 | | - | |
2491 | | - | |
2492 | | - | |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
2493 | 2493 | | |
2494 | | - | |
2495 | | - | |
| 2494 | + | |
| 2495 | + | |
2496 | 2496 | | |
2497 | 2497 | | |
2498 | 2498 | | |
| |||
0 commit comments