Bug Fixes - V0.5.2 #19
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/Commands/BroadcastFunction.cs#L21
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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#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/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.
|