Fix(docs) : fix Readme links and local build script #862
Annotations
10 warnings
|
Build with dotnet:
src/Mapster/Adapters/RecordTypeAdapter.cs#L155
Converting null literal or possible null value to non-nullable type.
|
|
Build with dotnet:
src/Mapster/Adapters/RecordTypeAdapter.cs#L155
Converting null literal or possible null value to non-nullable type.
|
|
Build with dotnet:
src/Mapster/Adapters/RecordTypeAdapter.cs#L104
Dereference of a possibly null reference.
|
|
Build with dotnet:
src/Mapster/Adapters/RecordTypeAdapter.cs#L54
Possible null reference return.
|
|
Build with dotnet:
src/Mapster/Adapters/BaseClassAdapter.cs#L205
Cannot convert null literal to non-nullable reference type.
|
|
Build with dotnet:
src/Mapster/Adapters/BaseClassAdapter.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
Build with dotnet:
src/ExpressionTranslator/PropertyDefinitions.cs#L10
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 with dotnet:
src/ExpressionTranslator/PropertyDefinitions.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build with dotnet:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return.
|
|
Build with dotnet:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return.
|
Loading