Provide ToString implementation of ConnectionString #235
ci.yml
on: pull_request
build-and-test
/
Build (Linux)
48s
build-and-test
/
Build (Windows)
1m 58s
build-and-test
/
Build (macOS)
34s
repro-runner
/
Generate matrix
37s
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
Annotations
273 warnings
|
build-and-test / Build (macOS)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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.
|
|
repro-runner / Generate matrix
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Build (Linux)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/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/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/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/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/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 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
|
repro-runner / Run Issue_2586_RollbackTransaction on ubuntu-24.04
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Test (macOS .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
|
repro-runner / Run Issue_2561_TransactionMonitor on ubuntu-24.04
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Test (Linux .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
|
repro-runner / Run Issue_2614_DiskServiceDispose on ubuntu-22.04
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Test (Linux .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
|
repro-runner / Run Issue_2614_DiskServiceDispose on ubuntu-24.04
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
repro-runner / Run Issue_2586_RollbackTransaction on ubuntu-22.04
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Test (Linux ARM64 - .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
|
repro-runner / Run Issue_2561_TransactionMonitor on ubuntu-22.04
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Test (Linux ARM64 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Test (Linux ARM64 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, docker/setup-qemu-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Build (Windows)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/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 / 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/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.
|
|
repro-runner / Run Issue_2561_TransactionMonitor on windows-2022
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Test (Windows windows-2022 - x64 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Cross-Process Tests (Windows windows-2022 - x64 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
|
repro-runner / Run Issue_2586_RollbackTransaction on windows-2022
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Cross-Process Tests (Windows windows-2022 - x64 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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-latest - x64 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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-2022 - x86 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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-latest - x64 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 - x64 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 - x86 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Test (Windows windows-2022 - x64 - .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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-latest - x64 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 - x86 - .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 - x86 - .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Cross-Process Tests (Windows windows-2022 - x86 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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-latest - x86 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
|
build-and-test / Cross-Process Tests (Windows windows-2022 - x86 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Test (Windows windows-latest - x64 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Test (Windows windows-latest - x64 - .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 - x86 - .NET 9)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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-latest - x86 - .NET 8)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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 / Cross-Process Tests (Windows windows-latest - x64 - .NET 10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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']
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
crossprocess-test-results-windows-2022-x64-.NET 10
|
1.75 KB |
sha256:e6746d0146f5daea3e4a8994b4a5831157b89f9a79bd018cd8981b118f0b3305
|
|
|
crossprocess-test-results-windows-2022-x64-.NET 8
|
1.74 KB |
sha256:e9fbf1ac79851e3e40b12f0282b2d2b4c90faa9096dded924054e7138e4a4c4a
|
|
|
crossprocess-test-results-windows-2022-x64-.NET 9
|
1.74 KB |
sha256:5701fa642f32f780673a48e239bf0a6db30a27afec4a4b4de6ea3babde751111
|
|
|
crossprocess-test-results-windows-2022-x86-.NET 10
|
1.75 KB |
sha256:5febe2f7ffd2f2e68f347c93f4da1eda144e17609b4d9aac3fb9aefc1542c438
|
|
|
crossprocess-test-results-windows-2022-x86-.NET 8
|
1.74 KB |
sha256:abf52a1296ec9109afb75aee64f0e8e89adbca8b02eceb1d4597cc8f305a5dd0
|
|
|
crossprocess-test-results-windows-2022-x86-.NET 9
|
1.75 KB |
sha256:560925f9afd97b02b97ed73ceabe9fc96d759a1a68644d364f2b359073cb0ca4
|
|
|
crossprocess-test-results-windows-latest-x64-.NET 10
|
1.75 KB |
sha256:22a0f094d01440917f933070fd5c43c547a93278799cc7fd809a6c8d16cce3ae
|
|
|
crossprocess-test-results-windows-latest-x64-.NET 8
|
1.75 KB |
sha256:7005256593da55a4b53d658446a79acb4ccc126e37dc748f6ae6950f5a9706d0
|
|
|
crossprocess-test-results-windows-latest-x64-.NET 9
|
1.75 KB |
sha256:ffedaa2fe4f392d9baf6ca6d503f7a51642e359deae90fc20686821d5579c915
|
|
|
crossprocess-test-results-windows-latest-x86-.NET 10
|
1.74 KB |
sha256:df4d40038b22935bd7682cc786f20ce109ea087abcacb8d241616acc430532f1
|
|
|
crossprocess-test-results-windows-latest-x86-.NET 8
|
1.75 KB |
sha256:61a5ad21532fdc0fa813f36b415b76a5d02869f613fc322a2f9622660ad20b93
|
|
|
crossprocess-test-results-windows-latest-x86-.NET 9
|
1.75 KB |
sha256:1c53e22897343c8176472eba7fbb0704365cc160e2ac24f3603d2417efde23a8
|
|
|
repros-json
|
279 Bytes |
sha256:d1596c2cd1f25bd811e99dcd1900cbcba0180764fe701dc3b6612edabe3887d6
|
|
|
tests-build-linux
|
15.2 MB |
sha256:e950843bd1f9b0b4bfb4c869456b45ada1b4d6a5ff2eea796b67a4ed95826366
|
|
|
tests-build-macos
|
15.1 MB |
sha256:b2bd1cf72d8181ec6cd4c931b2fc83ec37b59aa7b2c6e497fb7176dc64dfe517
|
|
|
tests-build-windows
|
16.3 MB |
sha256:3cb0e40350634d0ebc7bb4b6753d5c1e48a8700c25c3b4b828e810a1195ce85f
|
|