🚀 Fixed some problems with cash configurations #5
Annotations
2 errors and 10 warnings
The run was canceled by @ChuufMaster.
|
Build project
The operation was canceled.
|
Build project:
dotnet/BirdApi/BeakPeekApi/Helpers/Int32WithCommaConverter.cs#L10
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
Build project:
dotnet/BirdApi/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)'.
|
Build project:
dotnet/BirdApi/BeakPeekApi/Models/ProvinceList.cs#L33
Possible null reference assignment.
|
Build project:
dotnet/BirdApi/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.
|
Build project:
dotnet/BirdApi/BeakPeekApi/Models/Pentad.cs#L29
Possible null reference assignment.
|
Build project:
dotnet/BirdApi/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.
|
Build project:
dotnet/BirdApi/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.
|
Build project:
dotnet/BirdApi/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.
|
Build project:
dotnet/BirdApi/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.
|
Build project:
dotnet/BirdApi/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.
|
Loading