Skip to content

NuGet

NuGet #2

Manually triggered October 2, 2024 06:48
Status Success
Total duration 1m 16s
Artifacts

nuget.yml

on: workflow_dispatch
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/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/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/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/NewQuests/QuestRewards.cs#L70
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/NewQuests/QuestRewards.cs#L39
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/Interaction/Commands/CommandStructure.cs#L56
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/Interaction/Commands/CommandStructure.cs#L136
Converting null literal or possible null value to non-nullable type.
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.