CONFIG: Bump WireMock.Net from 1.5.46 to 1.7.4 #164
Closed
Annotations
1 error and 10 warnings
|
|
|
NEL.MESH.Infrastructure/Services/ScriptGenerationService.cs#L84
Converting null literal or possible null value to non-nullable type.
|
|
NEL.MESH.Infrastructure/Services/ScriptGenerationService.cs#L88
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
NEL.MESH/Clients/MeshClient.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
NEL.MESH/Clients/MeshClient.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Exceptions.SplitMessageIntoChunks.cs#L19
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.
|
|
NEL.MESH.Tests.Unit/Services/Foundations/Chunks/ChunkServiceTests.Validations.SplitMessageIntoChunks.cs#L18
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.
|
|
NEL.MESH.Tests.Integration.Witness/703.MeshClientTests.SendMessageUndeliveredMessage.cs#L14
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.
|
|
NEL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs#L24
The variable 'invalidMessageId' is assigned but its value is never used
|
|
NEL.MESH.Tests.Integration.Witness/705.MeshClientTests.RetrieveMessageGone.cs#L16
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.
|
|
NEL.MESH.Tests.Integration.Witness/601.MeshClientTests.SendAndAcnowledgeHighVolume.cs#L82
Public method 'ShouldSendAndAcknowledgeHighVolumeAsync' on test class 'MeshClientTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
The logs for this run have expired and are no longer available.
Loading