Skip to content

Update build.yml

Update build.yml #47

Triggered via push December 26, 2023 20:49
Status Failure
Total duration 20s
Artifacts
Build debug  /  Create artifacts
11s
Build debug / Create artifacts
Fit to window
Zoom out
Zoom in

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/Util/PoiUtil.cs#L41
Dereference of a possibly null reference.
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#L88
Converting null literal or possible null value to non-nullable type.
Build debug / Create artifacts: Winch/Util/PoiUtil.cs#L112
Dereference of a possibly null reference.
Build debug / Create artifacts: Winch/Core/ModAssemblyLoader.cs#L128
Cannot convert null literal to non-nullable reference type.
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.