Skip to content

small fix

small fix #19

Triggered via push April 8, 2024 18:11
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Build & Unit Test
37s
Build & Unit Test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build & Unit Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build & Unit Test: src/Tests/UnitTests/File.Core.UnitTests/Commands/AddFilesCommandHandlerTests.cs#L100
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build & Unit Test: src/Tests/UnitTests/File.Core.UnitTests/Commands/AddFilesCommandHandlerTests.cs#L167
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build & Unit Test: src/Tests/SystemTests/File.API.SystemTests/Tests/GetTests.cs#L22
Possible null reference argument for parameter 'collection' in 'void Assert.NotEmpty(IEnumerable collection)'.
Build & Unit Test: src/Tests/UnitTests/File.Core.UnitTests/Commands/AddFilesCommandHandlerTests.cs#L100
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build & Unit Test: src/Tests/UnitTests/File.Core.UnitTests/Commands/AddFilesCommandHandlerTests.cs#L167
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build & Unit Test: src/Tests/SystemTests/File.API.SystemTests/Tests/GetTests.cs#L22
Possible null reference argument for parameter 'collection' in 'void Assert.NotEmpty(IEnumerable collection)'.