Update build.yml #50
release_debug.yml
on: push
Build debug
/
Create artifacts
20s
Annotations
1 error and 10 warnings
Build debug / Create artifacts
Process completed with exit code 1.
|
Build debug / Create artifacts:
WinchCommon/Logging/LogMessage.cs#L9
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build debug / Create artifacts:
WinchCommon/Logging/LogMessage.cs#L15
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build debug / Create artifacts:
WinchConsole/LogSocketListener.cs#L19
The field 'LogSocketListener._hasReceivedFatalMessage' is never used
|
Build debug / Create artifacts:
Winch/Logging/LogSocket.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Build debug / Create artifacts:
Winch/Logging/Logger.cs#L71
Converting null literal or possible null value to non-nullable type.
|
Build debug / Create artifacts:
Winch/Util/PoiUtil.cs#L41
Dereference of a possibly null reference.
|
Build debug / Create artifacts:
Winch/Serialization/POI/Harvest/CustomHarvestPoi.cs#L8
Non-nullable field 'id' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build debug / Create artifacts:
Winch/Serialization/POI/Harvest/CustomHarvestPoi.cs#L10
Non-nullable field 'harvestableParticlePrefab' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build debug / Create artifacts:
Winch/Serialization/POI/Harvest/CustomHarvestPoi.cs#L11
Non-nullable field 'items' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build debug / Create artifacts:
Winch/Serialization/POI/Harvest/CustomHarvestPoi.cs#L12
Non-nullable field 'nightItems' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|