Skip to content

Started adding new logging provider. #7

Started adding new logging provider.

Started adding new logging provider. #7

Triggered via push October 6, 2024 09:17
Status Success
Total duration 49s
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/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/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/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.