Refactor: map generation changes #96
Merged
Annotations
10 warnings
|
Server/Modules/MapGenerator/UI/MapView.razor#L171
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.
|
|
Server/Modules/Items/Services/ItemGenerator.cs#L18
Non-nullable field '_featureManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Server/Modules/MapGenerator/UI/NodeInfo.razor#L5
Dereference of a possibly null reference.
|
|
Server/Modules/MapGenerator/UI/NoiseParametersView.razor#L16
Non-nullable property 'NoiseParameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Server/Components/Pages/GamePage.razor#L162
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Server/Modules/Pathfinding/Services/PathfindingService.cs#L90
Converting null literal or possible null value to non-nullable type.
|
|
Server/Components/UI/ItemCard.razor#L55
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.
|
|
Server/Components/UI/ItemCard.razor#L54
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.
|
|
Server/Program.cs#L91
'HangfireApplicationBuilderExtensions.UseHangfireServer(IApplicationBuilder, BackgroundJobServerOptions, IEnumerable<IBackgroundProcess>, JobStorage)' is obsolete: 'Please use IServiceCollection.AddHangfireServer extension method instead in the ConfigureServices method. Will be removed in 2.0.0.'
|
|
Server/Modules/Users/User.cs#L14
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading