Skip to content

Migrate to .net8

Migrate to .net8 #17

Triggered via push November 21, 2023 21:08
Status Success
Total duration 48s
Artifacts

dotnet.yml

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

Annotations

10 warnings
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)'.