Merge branch 'master' of https://github.com/P0TAT037/AsciiArt #3
Annotations
10 warnings
build:
AsciiArt/CMD/Commands.cs#L21
Cannot convert null literal to non-nullable reference type.
|
build:
AsciiArt/CMD/Commands.cs#L21
Cannot convert null literal to non-nullable reference type.
|
build:
AsciiArt/Functions/Text/Facade.cs#L107
Cannot convert null literal to non-nullable reference type.
|
build:
AsciiArt/CMD/Commands.cs#L132
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
AsciiArt/Functions/Live/Live.cs#L29
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
AsciiArt/Functions/Video/Video.cs#L28
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
AsciiArt/Functions/Image/Image.cs#L18
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
AsciiArt/Functions/Live/Live.cs#L27
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
AsciiArt/Functions/Image/Image.cs#L24
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build:
AsciiArt/Functions/Image/Image.cs#L21
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|