Test Build #1
Annotations
1 error and 3 warnings
build-tauri (windows-latest)
⚠️ There were unmatched files
|
build-tauri (windows-latest):
src/Models/ModDefinition.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-tauri (windows-latest):
src/Models/ModDefinition.cs#L6
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-tauri (windows-latest):
src/Models/ModDefinition.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|