enhance UI #117
Merged
enhance UI #117
Annotations
1 error and 10 warnings
Build solution
Process completed with exit code 1.
|
Build solution:
WSLStudio/Models/Snapshot.cs#L9
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 solution:
WSLStudio/Models/Snapshot.cs#L10
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 solution:
WSLStudio/Models/Snapshot.cs#L12
Non-nullable property 'CreationDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
WSLStudio/Models/Snapshot.cs#L13
Non-nullable property 'Size' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
WSLStudio/Models/Snapshot.cs#L14
Non-nullable property 'DistroSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
WSLStudio/Models/Snapshot.cs#L15
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L41
Non-nullable property 'Architecture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L44
Non-nullable property 'Os' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L47
Non-nullable property 'Variant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build solution:
WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L26
Non-nullable property 'Digest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading