Merge pull request #195 from COS301-SE-2024/doc/install_man #14
Annotations
2 errors and 10 warnings
The run was canceled by @ChuufMaster.
|
|
dotnet/BeakPeekApi/Controllers/BirdController.cs#L55
Cannot convert null literal to non-nullable reference type.
|
dotnet/BeakPeekApi/Controllers/BirdController.cs#L55
Cannot convert null literal to non-nullable reference type.
|
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 declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L27
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L28
Non-nullable property 'Birds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet/BeakPeekApi/Models/Dto.cs#L21
Non-nullable property 'Provinces' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
|
This job was cancelled
Loading