Skip to content

v3.18.0 (#99)

v3.18.0 (#99) #348

Triggered via push April 17, 2024 17:39
Status Success
Total duration 3m 59s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: tests/CoreEx.Test/Framework/Validation/MultiValidatorTest.cs#L55
Argument of type 'ValueValidator<TestData>' cannot be used for parameter 'validator' of type 'ValueValidator<TestData?>' in 'MultiValidator ValidationExtensions.Add<TestData>(MultiValidator multiValidator, ValueValidator<TestData?> validator)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Validation/Rules/StringRuleTest.cs#L37
Nullability of reference types in value of type 'ValueValidatorResult<ValidationValue<string?>, string?>' doesn't match target type 'ValueValidatorResult<ValidationValue<string>, string>'.
build: tests/CoreEx.Test/Framework/Validation/MultiValidatorTest.cs#L90
Argument of type 'ValueValidator<TestData>' cannot be used for parameter 'validator' of type 'ValueValidator<TestData?>' in 'MultiValidator ValidationExtensions.Add<TestData>(MultiValidator multiValidator, ValueValidator<TestData?> validator)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Results/ValidationExtensionsTest.cs#L130
Argument of type 'ValueValidator<ValidationExtensionsTest.Person>' cannot be used for parameter 'validator' of type 'ValueValidator<ValidationExtensionsTest.Person?>' in 'MultiValidator ValidationExtensions.Add<Person>(MultiValidator multiValidator, ValueValidator<Person?> validator)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Validation/Rules/StringRuleTest.cs#L63
Nullability of reference types in value of type 'ValueValidatorResult<ValidationValue<string?>, string?>' doesn't match target type 'ValueValidatorResult<ValidationValue<string>, string>'.
build: tests/CoreEx.Test/Framework/Results/ValidationExtensionsTest.cs#L138
Argument of type 'ValueValidator<ValidationExtensionsTest.Person>' cannot be used for parameter 'validator' of type 'ValueValidator<ValidationExtensionsTest.Person?>' in 'MultiValidator ValidationExtensions.Add<Person>(MultiValidator multiValidator, ValueValidator<Person?> validator)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Results/ValidationExtensionsTest.cs#L146
Argument of type 'ValueValidator<ValidationExtensionsTest.Person>' cannot be used for parameter 'validator' of type 'ValueValidator<ValidationExtensionsTest.Person?>' in 'MultiValidator ValidationExtensions.Add<Person>(MultiValidator multiValidator, ValueValidator<Person?> validator)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Validation/Rules/StringRuleTest.cs#L87
Nullability of reference types in value of type 'ValueValidatorResult<ValidationValue<string?>, string?>' doesn't match target type 'ValueValidatorResult<ValidationValue<string>, string>'.
build: tests/CoreEx.Test/Framework/Results/ValidationExtensionsTest.cs#L154
Argument of type 'ValueValidator<ValidationExtensionsTest.Person>' cannot be used for parameter 'validator' of type 'ValueValidator<ValidationExtensionsTest.Person?>' in 'MultiValidator ValidationExtensions.Add<Person>(MultiValidator multiValidator, ValueValidator<Person?> validator)' due to differences in the nullability of reference types.
build: tests/CoreEx.Test/Framework/Validation/Rules/CollectionRuleTest.cs#L47
Nullability of reference types in value of type 'ValueValidatorResult<ValidationValue<int[]?>, int[]?>' doesn't match target type 'ValueValidatorResult<ValidationValue<int[]>, int[]>'.