Skip to content

Logging scopes and component dictionary. #11

Logging scopes and component dictionary.

Logging scopes and component dictionary. #11

Triggered via push October 7, 2024 22:36
Status Success
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

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/Deaths/DeathMessageResolver.cs#L546
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: 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, object? arg1, object? arg2)'.
build: UncreatedWarfare/Kits/KitRequests.cs#L384
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/Kits/KitMenuUI.cs#L941
Cannot convert null literal to non-nullable reference type.