Skip to content

Fix/auto heal corrupt wal free list #233

Fix/auto heal corrupt wal free list

Fix/auto heal corrupt wal free list #233

Triggered via pull request March 7, 2026 18:48
Status Success
Total duration 6m 2s
Artifacts 16

ci.yml

on: pull_request
build-and-test  /  Build (Linux)
50s
build-and-test / Build (Linux)
build-and-test  /  Build (Windows)
1m 45s
build-and-test / Build (Windows)
build-and-test  /  Build (macOS)
40s
build-and-test / Build (macOS)
repro-runner  /  Generate matrix
27s
repro-runner / Generate matrix
Matrix: build-and-test / test-linux-arm64
Matrix: build-and-test / test-linux
Matrix: build-and-test / test-windows-crossprocess
Matrix: build-and-test / test-windows
Matrix: build-and-test / test-macos
Matrix: repro-runner / repro
Fit to window
Zoom out
Zoom in

Annotations

228 warnings
build-and-test / Build (macOS): LiteDB/Engine/Query/QueryExecutor.cs#L139
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build-and-test / Build (macOS): LiteDB/Document/DataReader/BsonDataReader.cs#L111
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build-and-test / Build (macOS): LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
build-and-test / Build (macOS): LiteDB/Engine/Disk/Streams/AesStream.cs#L93
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build-and-test / Build (macOS): LiteDB/Engine/FileReader/Legacy/AesEncryption.cs#L21
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build-and-test / Build (macOS): LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (macOS): LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (macOS): LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
build-and-test / Build (macOS): LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (macOS): LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (Linux): LiteDB/Engine/Query/QueryExecutor.cs#L139
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build-and-test / Build (Linux): LiteDB/Document/DataReader/BsonDataReader.cs#L111
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build-and-test / Build (Linux): LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
build-and-test / Build (Linux): LiteDB/Engine/Disk/Streams/AesStream.cs#L93
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build-and-test / Build (Linux): LiteDB/Engine/FileReader/Legacy/AesEncryption.cs#L21
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build-and-test / Build (Linux): LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (Linux): LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (Linux): LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
build-and-test / Build (Linux): LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (Linux): LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (macOS .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (macOS .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (macOS .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (macOS .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (macOS .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (macOS .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (macOS .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (macOS .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (macOS .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (macOS .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (macOS .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (macOS .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (macOS .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (macOS .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (macOS .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (macOS .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (macOS .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (macOS .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux ARM64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux ARM64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux ARM64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux ARM64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux ARM64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux ARM64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux ARM64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux ARM64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux ARM64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux ARM64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux ARM64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux ARM64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Build (Windows): LiteDB/Engine/Query/QueryExecutor.cs#L139
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build-and-test / Build (Windows): LiteDB/Document/DataReader/BsonDataReader.cs#L111
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
build-and-test / Build (Windows): LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
build-and-test / Build (Windows): LiteDB/Engine/Disk/Streams/AesStream.cs#L93
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build-and-test / Build (Windows): LiteDB/Engine/FileReader/Legacy/AesEncryption.cs#L21
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build-and-test / Build (Windows): LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (Windows): LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (Windows): LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
build-and-test / Build (Windows): LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Build (Windows): LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux ARM64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Linux ARM64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux ARM64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux ARM64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Linux ARM64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Linux ARM64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x64 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x64 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x64 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x64 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-2022 - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-2022 - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x64 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x64 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x86 - .NET 9): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x86 - .NET 9)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 10): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Cross-Process Tests (Windows windows-latest - x86 - .NET 10)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build-and-test / Test (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2112_Tests.cs#L32
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-and-test / Test (Windows windows-latest - x86 - .NET 8): LiteDB.Tests/Issues/Issue2265_Tests.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test / Test (Windows windows-latest - x86 - .NET 8)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']

Artifacts

Produced during runtime
Name Size Digest
crossprocess-test-results-windows-2022-x64-.NET 10 Expired
1.74 KB
sha256:387259d92abe29a549f37d49b5d0b4400fcf9908d60b5cd624d3de599cd2c2e1
crossprocess-test-results-windows-2022-x64-.NET 8 Expired
1.75 KB
sha256:cc9c3935d18d6aa7bc11c16cd8444e2832865ee4c71dfcb38165891b97f3234f
crossprocess-test-results-windows-2022-x64-.NET 9 Expired
1.75 KB
sha256:8c316ad621e15d25c5a6688478f44ac4c5464eac3f71ebcbb9d683dea4aef14f
crossprocess-test-results-windows-2022-x86-.NET 10 Expired
1.74 KB
sha256:39502a1ee9f6217ae162f34a0577143c55af9d18bc0ede9683726630544eca8a
crossprocess-test-results-windows-2022-x86-.NET 8 Expired
1.75 KB
sha256:2da79aed9b31b0c8c252c21c85801517d3d85850f101135a64d67e48e49073bc
crossprocess-test-results-windows-2022-x86-.NET 9 Expired
1.75 KB
sha256:f884c1a2ad73d8165dd6462d18f6418e50b05f4eaea510bc4f498db18fd1be69
crossprocess-test-results-windows-latest-x64-.NET 10 Expired
1.75 KB
sha256:a6edc6919adb61da558ce444ffbd44893241bae9a9b07937311a47567df3e518
crossprocess-test-results-windows-latest-x64-.NET 8 Expired
1.75 KB
sha256:79f3f9149e7e63f1f136585081157b1ff09c719c91cacc9793e36cd692a94758
crossprocess-test-results-windows-latest-x64-.NET 9 Expired
1.75 KB
sha256:ab0a425765542c2d97985da2df7931dd65f0d8e55f2e04387f4862e1a910d980
crossprocess-test-results-windows-latest-x86-.NET 10 Expired
1.75 KB
sha256:aa18b38508e64470f9dedc3ac772492ef243d7033ea0be028ef7f31a3e94092e
crossprocess-test-results-windows-latest-x86-.NET 8 Expired
1.75 KB
sha256:2d59debc20c5abb39af8391d117232f08716b19e122656cf308dfad8e659f81a
crossprocess-test-results-windows-latest-x86-.NET 9 Expired
1.75 KB
sha256:eaf377501c6903b950336ff42caceabb6bea3ecbc32ecf73cb328fe9979dc395
repros-json Expired
279 Bytes
sha256:3ef128d17f8f6cb5f13765e468fb9659142586c5c366ec169a407a21513ccbd0
tests-build-linux Expired
15.3 MB
sha256:91129ccc9f21de0891cbf07abbd56a22142b37949bfa2ed70484e17cffe7171b
tests-build-macos Expired
15.2 MB
sha256:f23b884ca9141d1d11503d349af9502e8ced3e676acedad98f82fdf95c48f097
tests-build-windows Expired
16.4 MB
sha256:9a87d64f398ab59e79c02357d43e0cfc0a680347815388d86623604a1e3a1bf7