Grrr #212
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
Build:
ArtNetSharp/FileProvider.cs#L143
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
ArtNetSharp/FileProvider.cs#L143
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
ArtNetSharp/FileProvider.cs#L143
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
ArtNetSharp/FileProvider.cs#L143
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
ArtNetTests/Binary Tests/AbstractArtPollReplyBinaryTestSubject.cs#L23
Converting null literal or possible null value to non-nullable type.
|
Build:
ArtNetTests/Binary Tests/AbstractArtPollReplyBinaryTestSubject.cs#L24
Possible null reference argument for parameter 'item' in 'void List<AbstractArtPollReplyBinaryTestSubject>.Add(AbstractArtPollReplyBinaryTestSubject item)'.
|
Build:
ArtNetTests/Binary Tests/AbstractArtPollReplyBinaryTestSubject.cs#L23
Converting null literal or possible null value to non-nullable type.
|
Build:
ArtNetTests/Binary Tests/AbstractArtPollReplyBinaryTestSubject.cs#L24
Possible null reference argument for parameter 'item' in 'void List<AbstractArtPollReplyBinaryTestSubject>.Add(AbstractArtPollReplyBinaryTestSubject item)'.
|
Build:
ArtNetTests/Binary Tests/AbstractArtPollReplyBinaryTestSubject.cs#L23
Converting null literal or possible null value to non-nullable type.
|
Build:
ArtNetTests/Binary Tests/AbstractArtPollReplyBinaryTestSubject.cs#L24
Possible null reference argument for parameter 'item' in 'void List<AbstractArtPollReplyBinaryTestSubject>.Add(AbstractArtPollReplyBinaryTestSubject item)'.
|
Loading