Merge pull request #2719 from JKamsker/feat/macos #35
publish-prerelease.yml
on: push
ci-checks
/
Build (Linux)
55s
ci-checks
/
Build (Windows)
2m 21s
ci-checks
/
Build (macOS)
57s
Matrix: ci-checks / test-linux-arm64
Matrix: ci-checks / test-linux
Matrix: ci-checks / test-windows-crossprocess
Matrix: ci-checks / test-windows
Matrix: ci-checks / test-macos
Matrix: reprorunner / repro
Pack & Publish
58s
Annotations
240 warnings
|
ci-checks / 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)
|
|
ci-checks / 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)
|
|
ci-checks / Build (Linux):
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
ci-checks / 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)
|
|
ci-checks / 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)
|
|
ci-checks / Build (Linux):
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
ci-checks / 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.
|
|
ci-checks / Build (Linux):
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
ci-checks / Build (Linux):
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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)
|
|
ci-checks / Build (macOS):
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
ci-checks / 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)
|
|
ci-checks / 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)
|
|
ci-checks / Build (macOS):
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
ci-checks / 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.
|
|
ci-checks / Build (macOS):
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
ci-checks / Build (macOS):
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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)
|
|
ci-checks / Build (Windows):
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
ci-checks / 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)
|
|
ci-checks / 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)
|
|
ci-checks / Build (Windows):
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
ci-checks / 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.
|
|
ci-checks / Build (Windows):
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
ci-checks / Build (Windows):
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
ci-checks / 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']
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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)
|
|
ci-checks / 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.
|
|
ci-checks / 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']
|
|
Pack & Publish
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Pack & Publish:
LiteDB/Engine/Query/QueryExecutor.cs#L139
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
|
Pack & Publish:
LiteDB/Document/DataReader/BsonDataReader.cs#L111
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
|
Pack & Publish:
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
Pack & Publish:
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)
|
|
Pack & Publish:
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)
|
|
Pack & Publish:
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Pack & Publish:
LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Pack & Publish:
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
Pack & Publish:
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Pack & Publish:
LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Pack & Publish
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.75 KB |
sha256:14c0abac58cc4bf0ea245591663fe2739041492cdc137ed76cc462e862149a4a
|
|
|
crossprocess-test-results-windows-2022-x64-.NET 8
Expired
|
1.75 KB |
sha256:88b414397015d551fdf8cc4085a3cf3d5ed8a4fc312322ca3d305cf1ed539a06
|
|
|
crossprocess-test-results-windows-2022-x64-.NET 9
Expired
|
1.75 KB |
sha256:95991b458186c28919535a6514e4600ea29ac34233a94048740ce41daf706fd5
|
|
|
crossprocess-test-results-windows-2022-x86-.NET 10
Expired
|
1.75 KB |
sha256:dcebbe5b14a175865cb2149539a134f4a5fae4088cb1a44ef016a7ed040933e2
|
|
|
crossprocess-test-results-windows-2022-x86-.NET 8
Expired
|
1.75 KB |
sha256:6c125104d4c5e28710ad0ec19b151281e36ab6e1cf84417d46ec0b3a703e7bdd
|
|
|
crossprocess-test-results-windows-2022-x86-.NET 9
Expired
|
1.75 KB |
sha256:604febe718166942100d3931064c741b54d818f09aa2ddb84727ed1d7c3e6731
|
|
|
crossprocess-test-results-windows-latest-x64-.NET 10
Expired
|
1.76 KB |
sha256:5841aedf457bf3fdb66ccf54b76cf01d0dd0987487d8524fdce779aff2ae24fa
|
|
|
crossprocess-test-results-windows-latest-x64-.NET 8
Expired
|
1.75 KB |
sha256:dc781be4b437f65bd7c6b25a2308f293371374f099f0eefc4caa5291ff5a59b5
|
|
|
crossprocess-test-results-windows-latest-x64-.NET 9
Expired
|
1.75 KB |
sha256:6915cb744a3d0663624c4eb62625b4cd82b76ee88259cdbf3e6c92a1be21cced
|
|
|
crossprocess-test-results-windows-latest-x86-.NET 10
Expired
|
1.75 KB |
sha256:bccf6a992b1da2595b1e2105030c213071af856118e9e0acbf4c74ec779de33d
|
|
|
crossprocess-test-results-windows-latest-x86-.NET 8
Expired
|
1.75 KB |
sha256:30bb831e98f08c60d1399366beb501b3c179d04c0aa2b9d8c3c0497d9e9755fa
|
|
|
crossprocess-test-results-windows-latest-x86-.NET 9
Expired
|
1.75 KB |
sha256:8297cbee2554eb082cfd4660e8591c2e77a1a2d7e2eb8510966d66670a1a0eac
|
|
|
repros-json
Expired
|
279 Bytes |
sha256:ada780d83f2d89f7a46d84e44c7447962e76f21b21e352a7a9c26bc91c205a0c
|
|
|
tests-build-linux
Expired
|
15.1 MB |
sha256:6ffb1f3702a696504d4858c801467f0e5d7629aaabb51605ea751317ea8b3391
|
|
|
tests-build-macos
Expired
|
15.1 MB |
sha256:c4f46258e94fcf07ea1fc870dd53de741676e57986bc18869ab7c4da76170000
|
|
|
tests-build-windows
Expired
|
16.3 MB |
sha256:1b2fc89c66071152e5ed2b31c66722e566303ccd430516f41ad3a4aa1ac11771
|
|