Skip to content

Gml 13

Gml 13 #15

Triggered via pull request July 8, 2025 07:32
Status Failure
Total duration 43s
Artifacts

docker-package-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build
Process completed with exit code 1.
build: tests/GmlCore.Tests/UserTests.cs#L68
There is no argument given that corresponds to the required parameter 'isSlim' of 'IUserProcedures.GetAuthData(string, string, string, string, IPAddress?, string?, string?, bool)'
build: tests/GmlCore.Tests/UserTests.cs#L49
There is no argument given that corresponds to the required parameter 'isSlim' of 'IUserProcedures.GetAuthData(string, string, string, string, IPAddress?, string?, string?, bool)'
build: tests/GmlCore.Tests/UserTests.cs#L34
There is no argument given that corresponds to the required parameter 'isSlim' of 'IUserProcedures.GetAuthData(string, string, string, string, IPAddress?, string?, string?, bool)'
build: tests/GmlCore.Tests/UserTests.cs#L68
There is no argument given that corresponds to the required parameter 'isSlim' of 'IUserProcedures.GetAuthData(string, string, string, string, IPAddress?, string?, string?, bool)'
build: tests/GmlCore.Tests/UserTests.cs#L49
There is no argument given that corresponds to the required parameter 'isSlim' of 'IUserProcedures.GetAuthData(string, string, string, string, IPAddress?, string?, string?, bool)'
build: tests/GmlCore.Tests/UserTests.cs#L34
There is no argument given that corresponds to the required parameter 'isSlim' of 'IUserProcedures.GetAuthData(string, string, string, string, IPAddress?, string?, string?, bool)'
build: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L26
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L24
Non-nullable property 'ServerSide' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L22
Non-nullable property 'ClientSide' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L20
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L18
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L16
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L14
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Modrinth.Api/src/Modrinth.Api/Core/System/Settings.cs#L6
Non-nullable property 'UserAgent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Gml.Core.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.
build: src/Gml.Core.Interfaces/Mods/IExternalMod.cs#L9
'IExternalMod.Url' hides inherited member 'IMod.Url'. Use the new keyword if hiding was intended.