Skip to content

migration to small api toolkit #23

migration to small api toolkit

migration to small api toolkit #23

Triggered via pull request June 18, 2024 20:01
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: pull_request
Build & Unit Test
24s
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#L97
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#L164
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#L97
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#L164
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)'.