Skip to content

added build status badge #2

added build status badge

added build status badge #2

Triggered via push September 12, 2024 18:47
Status Success
Total duration 33s
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/EncodingHelper.cs#L57
Possible null reference argument for parameter 'birthdate' in 'List<Dictionary<string, object>> CodeExtractorsHelper.ExtractBirthplace(string birthplace, object birthdate = null)'.
build: CodiceFiscale/helpers/EncodingHelper.cs#L64
Possible null reference return.
build: CodiceFiscale/helpers/DataHelper.cs#L23
Possible null reference return.
build: CodiceFiscale/helpers/CodeExtractorsHelper.cs#L40
Possible null reference argument for parameter 'input' in 'string StringsHelper.Slugify(string input)'.