Bump CmlLib.Core and System.Text.Json #50
Annotations
10 warnings
Build Emerald (Debug):
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.
|
Build Emerald (Debug):
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.
|
Build Emerald (Debug):
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.
|
Build Emerald (Debug):
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.
|
Build Emerald (Debug):
Emerald.CoreX/Store/Modrinth/JSON.cs#L26
Non-nullable property 'icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Emerald (Debug):
Emerald.CoreX/Store/Modrinth/JSON.cs#L27
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Emerald (Debug):
Emerald.CoreX/Store/Modrinth/JSON.cs#L28
Non-nullable property 'project_type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Emerald (Debug):
Emerald.CoreX/Store/Modrinth/JSON.cs#L29
Non-nullable property 'header' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Emerald (Debug):
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.
|
Build Emerald (Debug):
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.
|
Loading