Publish to GitHub Packages #2
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
GDS.Components/Validators/CustomDateValidationResult.cs#L9
Cannot convert null literal to non-nullable reference type.
|
build:
GDS.Components/Validators/CustomRegexTypeAttribute.cs#L13
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GDS.Components/Validators/FutureDateTypeAttribute.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GDS.Components/Validators/PastDateTypeAttribute.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GDS.Components/Validators/RegexFromEnum.cs#L11
'RegexFromEnumAttribute.ErrorMessage' hides inherited member 'ValidationAttribute.ErrorMessage'. Use the new keyword if hiding was intended.
|
build:
GDS.Components/Validators/RegexFromEnum.cs#L27
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GDS.Components/Validators/RequiredCheckBoxTypeAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GDS.Components/Validators/RequiredComplexTypeAttribute.cs#L8
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GDS.Components/Validators/RequiredDateInputTypeAttribute.cs#L10
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build:
GDS.Components/Validators/RequiredRadioButtonTypeAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|