fixed loop ticker #8
Annotations
10 warnings
build:
UncreatedWarfare/NewQuests/Parameters/SingleParameterTemplate.cs#L629
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
build:
UncreatedWarfare/Commands/AmmoCommand.cs#L32
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:
UncreatedWarfare/Commands/VehicleBayCommand.cs#L224
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:
UncreatedWarfare/Commands/RequestCommand.cs#L45
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:
UncreatedWarfare/Commands/LoadCommand.cs#L45
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:
UncreatedWarfare/Commands/DevCommand.cs#L132
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:
UncreatedWarfare/Players/Unlocks/QuestUnlockRequirement.cs#L70
Possible null reference argument for parameter 'logger' in 'void WarfareLoggingExtensions.LogError(ILogger logger, string message, params object?[]? args)'.
|
build:
UncreatedWarfare/Data.cs#L159
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:
UncreatedWarfare/Events/Patches/PlayerClothingReceiveSwapClothingRequest.cs#L34
Possible null reference assignment.
|
build:
UncreatedWarfare/Events/Patches/PlayerClothingReceiveSwapClothingRequest.cs#L35
Possible null reference assignment.
|