Refactor configurations #46
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build:
server/Imagizer.Api/Infrastructure/LinkShortener/ShortenerRequestModel.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Infrastructure/FileUpload/ImageUploadArgs.cs#L5
Non-nullable property 'BucketName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Infrastructure/FileUpload/ImageUploadArgs.cs#L6
Non-nullable property 'ObjectName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Infrastructure/FileUpload/ImageUploadArgs.cs#L7
Non-nullable property 'ImageStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Infrastructure/FileUpload/ImageUploadArgs.cs#L8
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Models/ResizeRequest.cs#L5
Non-nullable property 'ImageFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Models/ConvertRequest.cs#L5
Non-nullable property 'ImageFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Infrastructure/LinkShortener/ShortenerRequestModel.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Infrastructure/FileUpload/ImageUploadArgs.cs#L5
Non-nullable property 'BucketName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
server/Imagizer.Api/Infrastructure/FileUpload/ImageUploadArgs.cs#L6
Non-nullable property 'ObjectName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading