Refactor as requested #115
Annotations
10 warnings
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.
|
Build:
IntegrationTests/AiGeneratorTests.cs#L219
Non-nullable property 'GetGeneratedImagesResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
IntegrationTests/AiGeneratorTests.cs#L221
Non-nullable property 'ImageGenerationsResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
UnitTests/AiGenerator/DownloadGeneratedImageTests.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
UnitTests/AiGenerator/GenerateImagesTests.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
UnitTests/AiGenerator/ReDownloadTests.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading