Build-Release #75
Annotations
2 errors and 4 warnings
Run dotnet pack -c Release --no-build -p:Version=1.3.0 -o ./publish
The 'NoBuild' property was set to true but the 'Build' target was invoked.
|
Run dotnet pack -c Release --no-build -p:Version=1.3.0 -o ./publish
Process completed with exit code 1.
|
Run dotnet build -c Release -p:Version=1.3.0
Converting null literal or possible null value to non-nullable type.
|
Run dotnet build -c Release -p:Version=1.3.0
Dereference of a possibly null reference.
|
Run dotnet build -c Release -p:Version=1.3.0:
src/R3.Godot/addons/R3.Godot/GodotSignalMapper.cs#L157
Converting null literal or possible null value to non-nullable type.
|
Run dotnet build -c Release -p:Version=1.3.0:
src/R3.Godot/addons/R3.Godot/GodotSignalMapper.cs#L157
Dereference of a possibly null reference.
|
Loading