Skip to content

Save world per heartbeat #17

Save world per heartbeat

Save world per heartbeat #17

Triggered via push December 25, 2024 20:17
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: NetClassic/lib/ClassicWorld.cs#L216
Non-nullable field 'MapName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NetClassic/lib/ClassicWorld.cs#L216
Non-nullable field 'CreatingService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NetClassic/lib/ClassicWorld.cs#L216
Non-nullable field 'CreatingUsername' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NetClassic/lib/ClassicWorld.cs#L216
Non-nullable field 'GeneratingSoftware' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NetClassic/lib/ClassicWorld.cs#L216
Non-nullable field 'GeneratorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NetClassic/lib/ClassicWorld.cs#L216
Non-nullable field '_basetag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NetClassic/Commands/CommandTypes.cs#L29
Dereference of a possibly null reference.
build: NetClassic/Commands/BroadcastFunction.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: NetClassic/lib/ClassicWorld.cs#L239
Non-nullable field 'MapName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NetClassic/lib/ClassicWorld.cs#L239
Non-nullable field 'Uuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.