Skip to content

Update package references and increment project versions #99

Update package references and increment project versions

Update package references and increment project versions #99

Triggered via push May 11, 2026 08:19
Status Success
Total duration 4m 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

61 warnings
validate
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L15
Non-nullable property 'ClockUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L13
Non-nullable property 'SkinUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L7
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L32
Non-nullable property 'Cloak' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L30
Non-nullable property 'CloakBack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L28
Non-nullable property 'Back' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L26
Non-nullable property 'Front' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L24
Non-nullable property 'Head' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Interfaces/News/INews.cs#L7
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Gml.Interfaces/Mods/IExternalMod.cs#L9
'IExternalMod.Url' hides inherited member 'IMod.Url'. Use the new keyword if hiding was intended.
publish
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
publish
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
publish: src/Gml.Core/Models/User/User.cs#L34
Nullability of reference types in return type of 'string? User.AccessToken.get' doesn't match implicitly implemented member 'string IUser.AccessToken.get' (possibly because of nullability attributes).
publish: src/Gml.Core/Models/System/LocalFolderInfo.cs#L5
'LocalFolderInfo' overrides Object.Equals(object o) but does not override Object.GetHashCode()
publish: src/Gml.Core/Models/System/LocalFileInfo.cs#L6
'LocalFileInfo' overrides Object.Equals(object o) but does not override Object.GetHashCode()
publish: src/Gml.Core/Models/Converters/ServerConverter.cs#L25
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Gml.Core/Models/Converters/ServerConverter.cs#L17
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Gml.Core/Models/Converters/MemoryInfoConverter.cs#L21
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Gml.Core/Models/Converters/MemoryInfoConverter.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Gml.Core/Core/Integrations/TelegramNewsProvider.cs#L11
'TelegramNewsProvider.Type' hides inherited member 'BaseNewsProvider.Type'. Use the new keyword if hiding was intended.
publish: src/Gml.Core/Core/Launcher/BugInfo.cs#L13
Nullability of reference types in type of parameter 'value' of 'void BugInfo.MemoryInfo.set' doesn't match implicitly implemented member 'void IBugInfo.MemoryInfo.set' (possibly because of nullability attributes).
publish: src/Gml.Core/Core/Integrations/AzuriomNewsProvider.cs#L21
'AzuriomNewsProvider.Type' hides inherited member 'BaseNewsProvider.Type'. Use the new keyword if hiding was intended.
publish: src/Gml.Dto/User/UserAuthReadDto.cs#L8
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/User/UserAuthReadDto.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/User/UserAuthReadDto.cs#L6
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/User/UserCreateDto.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/Servers/CreateServerDto.cs#L6
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/Servers/CreateServerDto.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/User/UserUpdateDto.cs#L6
Non-nullable property 'NewPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/User/UserUpdateDto.cs#L5
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Dto/Mods/ExtendedModReadDto.cs#L6
'ExtendedModReadDto.Description' hides inherited member 'ModReadDto.Description'. Use the new keyword if hiding was intended.
publish: src/Gml.Dto/Player/PlayerTextureDto.cs#L13
Nullability of reference types in type of parameter 'value' of 'void PlayerTextureDto.FullSkinUrl.set' doesn't match implicitly implemented member 'void IPlayerTexture.FullSkinUrl.set' (possibly because of nullability attributes).
publish: src/Gml.Domains/User/BaseUser.cs#L6
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Domains/User/DbUser.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Domains/User/DbUser.cs#L6
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Domains/User/DbUser.cs#L5
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Domains/User/UserLauncherInfo.cs#L11
Non-nullable property 'Connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Domains/User/UserLauncherInfo.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Domains/User/UserLauncherInfo.cs#L9
Non-nullable property 'Subscription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Domains/Storage/StorageSettings.cs#L12
Nullability of reference types in return type of 'string? StorageSettings.StoragePassword.get' doesn't match implicitly implemented member 'string IStorageSettings.StoragePassword.get' (possibly because of nullability attributes).
publish: src/Gml.Domains/Storage/StorageSettings.cs#L11
Nullability of reference types in return type of 'string? StorageSettings.StorageLogin.get' doesn't match implicitly implemented member 'string IStorageSettings.StorageLogin.get' (possibly because of nullability attributes).
publish: src/Gml.Domains/Storage/StorageSettings.cs#L10
Nullability of reference types in return type of 'string? StorageSettings.StorageHost.get' doesn't match implicitly implemented member 'string IStorageSettings.StorageHost.get' (possibly because of nullability attributes).
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L24
Non-nullable property 'Head' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L17
Non-nullable property 'Texture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L15
Non-nullable property 'ClockUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L13
Non-nullable property 'SkinUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L7
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L32
Non-nullable property 'Cloak' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L30
Non-nullable property 'CloakBack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L28
Non-nullable property 'Back' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L26
Non-nullable property 'Front' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Common/Gml.Common/TextureService/TextureReadDto.cs#L24
Non-nullable property 'Head' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Interfaces/News/INews.cs#L7
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Interfaces/Mods/IExternalMod.cs#L9
'IExternalMod.Url' hides inherited member 'IMod.Url'. Use the new keyword if hiding was intended.
publish: src/Gml.Interfaces/News/INews.cs#L7
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Interfaces/Mods/IExternalMod.cs#L9
'IExternalMod.Url' hides inherited member 'IMod.Url'. Use the new keyword if hiding was intended.
publish: src/Gml.Interfaces/News/INews.cs#L7
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Interfaces/Mods/IExternalMod.cs#L9
'IExternalMod.Url' hides inherited member 'IMod.Url'. Use the new keyword if hiding was intended.
publish: src/Gml.Interfaces/News/INews.cs#L7
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Gml.Interfaces/Mods/IExternalMod.cs#L9
'IExternalMod.Url' hides inherited member 'IMod.Url'. Use the new keyword if hiding was intended.