Skip to content

updated readme with badges #5

updated readme with badges

updated readme with badges #5

Triggered via push September 12, 2024 19:46
Status Success
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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: CodiceFiscale/helpers/CodeExtractorsHelper.cs#L71
Cannot convert null literal to non-nullable reference type.
build: CodiceFiscale/models/Municipality.cs#L8
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CodiceFiscale/models/Municipality.cs#L11
Non-nullable property 'Province' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CodiceFiscale/models/Municipality.cs#L14
Non-nullable property 'NameSlugs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CodiceFiscale/models/Country.cs#L8
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CodiceFiscale/models/Country.cs#L11
Non-nullable property 'NameSlugs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CodiceFiscale/helpers/CodeExtractorsHelper.cs#L40
Possible null reference argument for parameter 'input' in 'string StringsHelper.Slugify(string input)'.
build: CodiceFiscale/helpers/CodeExtractorsHelper.cs#L78
Converting null literal or possible null value to non-nullable type.
build: CodiceFiscale/helpers/CodeExtractorsHelper.cs#L96
Possible null reference return.
build: CodiceFiscale/helpers/CodeExtractorsHelper.cs#L109
Possible null reference argument for parameter 'date' in 'DateTime? CodeExtractorsHelper.ExtractDate(object date, string separator = "-")'.