fix: fixed issues with background image changer #101
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
Server/Modules/MapGenerator/Models/Map/Biome/Biome.cs#L12
Non-nullable property 'BackgroundImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Server/Modules/MapGenerator/Models/Map/Biome/Location.cs#L8
Non-nullable property 'BackgroundImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Server/Modules/MapGenerator/UI/NodeInfo.razor#L5
Dereference of a possibly null reference.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
Server/Modules/AI/Services/OpenAICompatibleInstructionProvider.cs#L25
'OpenAIClientSettings' is obsolete: 'use OpenAISettings instead'
|
|
Build:
Server/Modules/Pathfinding/Services/PathfindingService.cs#L90
Converting null literal or possible null value to non-nullable type.
|
|
Build:
Server/Components/Pages/GamePage.razor.cs#L20
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Server/Program.cs#L97
'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.'
|
|
Build:
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.
|
Loading