Skip to content

Add Grass to Cedar Forest WIP #79

Add Grass to Cedar Forest WIP

Add Grass to Cedar Forest WIP #79

Triggered via push May 4, 2025 20:21
Status Success
Total duration 26s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: src/OpenRP.Framework/Features/Permissions/Commands/PermissionsCommand.cs#L42
Cannot convert null literal to non-nullable reference type.
build: src/OpenRP.Framework/Features/BiomeGenerator/Helpers/WeightedRandom.cs#L14
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: src/OpenRP.Framework/Features/ActorConversations/Helpers/ActorCommandProcessor.cs#L28
Cannot convert null literal to non-nullable reference type.
build: src/OpenRP.Framework/Features/AccountSettingsFeature/Services/AccountSettingsService.cs#L50
Nullability of reference types in return type of 'AccountSettings? AccountSettingsService.GetAccountSettings(Player player)' doesn't match implicitly implemented member 'AccountSettings IAccountSettingsService.GetAccountSettings(Player player)' (possibly because of nullability attributes).
build: src/OpenRP.Framework/Features/AccountSettingsFeature/Services/AccountSettingsService.cs#L33
Nullability of reference types in return type of 'AccountSettings? AccountSettingsService.ReloadAccountSettings(Player player)' doesn't match implicitly implemented member 'AccountSettings IAccountSettingsService.ReloadAccountSettings(Player player)' (possibly because of nullability attributes).
build: src/OpenRP.Framework/Shared/Extensions/StringExtensions.cs#L19
Cannot convert null literal to non-nullable reference type.
build: src/OpenRP.Framework/Shared/Dialogs/BetterMessageDialog.cs#L17
Cannot convert null literal to non-nullable reference type.
build: src/OpenRP.Framework/Shared/Dialogs/BetterInputDialog.cs#L17
Cannot convert null literal to non-nullable reference type.
build: src/OpenRP.Framework/Shared/Chat/Services/IChatService.cs#L14
Cannot convert null literal to non-nullable reference type.
build: src/OpenRP.Framework/Shared/Chat/Services/ChatService.cs#L48
Cannot convert null literal to non-nullable reference type.
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.