Skip to content

Merge branch 'main' of https://github.com/RiversideValley/Emerald #69

Merge branch 'main' of https://github.com/RiversideValley/Emerald

Merge branch 'main' of https://github.com/RiversideValley/Emerald #69

Triggered via push December 5, 2024 08:40
Status Success
Total duration 9m 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Uno: Emerald.CoreX/Helpers/FileDownloader.cs#L121
Non-nullable property 'Sha512' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Helpers/FileDownloader.cs#L123
Non-nullable property 'Sha1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Models/MCVersion.cs#L19
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Models/MCVersion.cs#L21
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Models/MCVersion.cs#L23
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Models/MCVersion.cs#L27
Non-nullable property 'Subversions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Store/Modrinth/JSON.cs#L202
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Store/Modrinth/JSON.cs#L204
Non-nullable property 'Platform' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Store/Modrinth/JSON.cs#L206
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Uno: Emerald.CoreX/Store/Modrinth/JSON.cs#L15
Non-nullable property 'Hits' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.