Fix capacity reservation, AllocationSize reporting, and TLA+ model (#8) #39
ci.yml
on: push
changes
4s
build-and-test
2m 34s
Annotations
12 warnings
|
changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, dorny/paths-filter@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
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, dorny/test-reporter@v2. 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:
tests/RamDrive.IntegrationTests/TortureTests.cs#L240
This call site is reachable on all platforms. 'RamDriveFixture.CapacityMb' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test:
tests/RamDrive.IntegrationTests/TortureTests.cs#L257
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build-and-test:
tests/RamDrive.IntegrationTests/ChaosTests.cs#L38
This call site is reachable on all platforms. 'RamDriveFixture.Root' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test:
tests/RamDrive.IntegrationTests/ChaosTests.cs#L88
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build-and-test:
tests/RamDrive.IntegrationTests/ChaosTests.cs#L86
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
build-and-test:
tests/RamDrive.IntegrationTests/TortureTests.cs#L39
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
build-and-test:
tests/RamDrive.IntegrationTests/InitialDirectoryTests.cs#L12
This call site is reachable on all platforms. 'RamDriveFixture.Root' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test:
tests/RamDrive.IntegrationTests/TortureTests.cs#L8
This call site is reachable on all platforms. 'RamDriveFixture.Root' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test:
tests/RamDrive.Benchmarks/OnReadWriteBenchmark.cs#L273
This call site is reachable on all platforms. 'IFileSystem.WriteFile(string, ReadOnlyMemory<byte>, ulong, bool, bool, FileOperationInfo, CancellationToken)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
build-and-test:
tests/RamDrive.Benchmarks/OnReadWriteBenchmark.cs#L243
This call site is reachable on all platforms. 'IFileSystem.ReadFile(string, Memory<byte>, ulong, FileOperationInfo, CancellationToken)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|