Skip to content

Update submodule link Modrinth.Api #25

Update submodule link Modrinth.Api

Update submodule link Modrinth.Api #25

Triggered via push November 13, 2025 06:59
Status Success
Total duration 1m 55s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
validate: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L30
Non-nullable property 'RequestedStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: src/Modrinth.Api/src/Modrinth.Api/Models/Projects/Project.cs#L28
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate: 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.
validate: 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.
validate: 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.
validate: 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.
validate: 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.
validate: 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.
validate: 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.
validate: 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.