added license and readme references for nuget package #6
Annotations
11 warnings
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 = "-")'.
|
Loading