Refactor #109
Annotations
10 warnings
Build:
GettyImages.Api/JsonEnumMemberStringEnumConverter.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
GettyImages.Api/JsonEnumMemberStringEnumConverter.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
GettyImages.Api/JsonEnumMemberStringEnumConverter.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
GettyImages.Api/JsonEnumMemberStringEnumConverter.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
GettyImages.Api/JsonEnumMemberStringEnumConverter.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
IntegrationTests/AiGeneratorTests.cs#L209
Non-nullable property 'RedownloadGeneratedImageResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
IntegrationTests/AiGeneratorTests.cs#L211
Non-nullable property 'GetGeneratedImageVariationsResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
IntegrationTests/AiGeneratorTests.cs#L213
Non-nullable property 'GetDownloadSizesResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
IntegrationTests/AiGeneratorTests.cs#L215
Non-nullable property 'GetGeneratedImageDownloadResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
IntegrationTests/AiGeneratorTests.cs#L217
Non-nullable property 'DownloadGeneratedImageResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading