Merge pull request #267 from COS301-SE-2024/dev/fix/null_ref #20
Annotations
12 warnings
|
dotnet/BeakPeekApi/Helpers/Int32WithCommaConverter.cs#L10
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
dotnet/BeakPeekApi/Helpers/Int32WithCommaConverter.cs#L24
Possible null reference argument for parameter 'context' in 'TypeConverterException.TypeConverterException(ITypeConverter typeConverter, MemberMapData memberMapData, string? text, CsvContext context, string message)'.
|
dotnet/BeakPeekApi/Models/ProvinceList.cs#L33
Possible null reference assignment.
|
dotnet/BeakPeekApi/Models/ProvinceList.cs#L25
Non-nullable property 'Province_Birds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L31
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L32
Non-nullable property 'Birds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L21
Non-nullable property 'Image_Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L23
Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L25
Non-nullable property 'Provinces' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/BirdInfoModel.cs#L56
Non-nullable property '_Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: ".net-app".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading