Merge pull request #199 from EvotecIT/implement-chartbubble-with-size… #439
Annotations
10 warnings
|
Sources/ImagePlayground.Core/Image.cs#L172
Possible null reference argument for parameter 'extension' in 'IImageEncoder Helpers.GetEncoder(string extension, int? quality, int? compressionLevel)'.
|
|
Sources/ImagePlayground.Core/Image.cs#L171
Converting null literal or possible null value to non-nullable type.
|
|
Sources/ImagePlayground.Core/Image.cs#L16
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Sources/ImagePlayground.Core/Image.cs#L15
Non-nullable field '_image' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Sources/ImagePlayground.Core/Image.cs#L172
Possible null reference argument for parameter 'extension' in 'IImageEncoder Helpers.GetEncoder(string extension, int? quality, int? compressionLevel)'.
|
|
Sources/ImagePlayground.Core/Image.cs#L171
Converting null literal or possible null value to non-nullable type.
|
|
Sources/ImagePlayground.Core/Image.cs#L16
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Sources/ImagePlayground.Core/Image.cs#L15
Non-nullable field '_image' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Sources/ImagePlayground.Core/Image.cs#L172
Possible null reference argument for parameter 'extension' in 'IImageEncoder Helpers.GetEncoder(string extension, int? quality, int? compressionLevel)'.
|
|
Sources/ImagePlayground.Core/Image.cs#L171
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading