Skip to content

Add IncludeSubtypes to enable subtype cloning for non-abstract classes #234

Add IncludeSubtypes to enable subtype cloning for non-abstract classes

Add IncludeSubtypes to enable subtype cloning for non-abstract classes #234

Triggered via pull request June 4, 2026 15:32
Status Failure
Total duration 1m 46s
Artifacts

dotnet.yml

on: pull_request
build-netstandard20
15s
build-netstandard20
build-net46
1m 37s
build-net46
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 25 warnings, and 2 notices
build-netstandard20
Error setting status: Resource not accessible by integration Request object: { "context": "Build (netstandard2.0)", "description": "The build for netstandard2.0 passed", "state": "success", "owner": "lofcz", "repo": "FastCloner", "sha": "00f85e6e624138580cd0dc2f27303e8cb383a1d6", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/26961973111" }
build-and-test (macos-latest)
Error setting status: Resource not accessible by integration Request object: { "context": "Tests (macos-latest)", "description": "The tests on macos-latest passed", "state": "success", "owner": "lofcz", "repo": "FastCloner", "sha": "00f85e6e624138580cd0dc2f27303e8cb383a1d6", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/26961973111" }
build-and-test (ubuntu-latest)
The strategy configuration was canceled because "build-and-test.macos-latest" failed
build-and-test (ubuntu-latest)
Error setting status: Resource not accessible by integration Request object: { "context": "Tests (ubuntu-latest)", "description": "The tests on ubuntu-latest failed", "state": "failure", "owner": "lofcz", "repo": "FastCloner", "sha": "00f85e6e624138580cd0dc2f27303e8cb383a1d6", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/26961973111" }
build-and-test (ubuntu-latest)
The operation was canceled.
build-and-test (windows-latest)
The strategy configuration was canceled because "build-and-test.macos-latest" failed
build-and-test (windows-latest)
Error setting status: Resource not accessible by integration Request object: { "context": "Tests (windows-latest)", "description": "The tests on windows-latest failed", "state": "failure", "owner": "lofcz", "repo": "FastCloner", "sha": "00f85e6e624138580cd0dc2f27303e8cb383a1d6", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/26961973111" }
build-and-test (windows-latest)
The operation was canceled.
build-net46
Error setting status: Resource not accessible by integration Request object: { "context": "Build (net46)", "description": "The build for net46 passed", "state": "success", "owner": "lofcz", "repo": "FastCloner", "sha": "00f85e6e624138580cd0dc2f27303e8cb383a1d6", "target_url": "https://github.com/lofcz/FastCloner/actions/runs/26961973111" }
build-netstandard20
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/setup-node@v3, Sibz/github-status-action@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 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 (macos-latest)
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/setup-node@v3, Sibz/github-status-action@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 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 (macos-latest): src/FastCloner.Benchmark/FeatureDictionary.cs#L20
Nullability of reference types in value of type '(bool success, Dictionary<SimpleKey, string>? clonedDict)' doesn't match target type '(bool success, Dictionary<SimpleKey, string> clonedDict)'.
build-and-test (macos-latest): src/FastCloner.Benchmark/FeatureDictionary.cs#L19
Nullability of reference types in value of type '(bool success, Dictionary<SimpleKey, string>? clonedDict)' doesn't match target type '(bool success, Dictionary<SimpleKey, string> clonedDict)'.
build-and-test (macos-latest): src/FastCloner.Benchmark/FeatureDictionary.cs#L18
Nullability of reference types in value of type '(bool success, Dictionary<SimpleKey, string>? clonedDict)' doesn't match target type '(bool success, Dictionary<SimpleKey, string> clonedDict)'.
build-and-test (macos-latest): src/FastCloner.Benchmark/BenchDolly.cs#L98
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (macos-latest): src/FastCloner.Benchmark/BenchDictionary.cs#L65
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (macos-latest): src/FastCloner.Benchmark/BenchDictionary.cs#L11
Non-nullable field 'testData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest): src/FastCloner.Benchmark/BenchArray2d.cs#L11
Non-nullable field 'testData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest): src/FastCloner.Contrib/ContribTypeHandlers.cs#L30
This call site is reachable on all platforms. 'Font.Clone()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test (macos-latest): src/FastCloner.Contrib/ContribTypeHandlers.cs#L30
This call site is reachable on all platforms. 'Font.Clone()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test (ubuntu-latest)
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/setup-node@v3, Sibz/github-status-action@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 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 (ubuntu-latest): src/FastCloner.Benchmark/FeatureDictionary.cs#L20
Nullability of reference types in value of type '(bool success, Dictionary<SimpleKey, string>? clonedDict)' doesn't match target type '(bool success, Dictionary<SimpleKey, string> clonedDict)'.
build-and-test (ubuntu-latest): src/FastCloner.Benchmark/FeatureDictionary.cs#L19
Nullability of reference types in value of type '(bool success, Dictionary<SimpleKey, string>? clonedDict)' doesn't match target type '(bool success, Dictionary<SimpleKey, string> clonedDict)'.
build-and-test (ubuntu-latest): src/FastCloner.Benchmark/FeatureDictionary.cs#L18
Nullability of reference types in value of type '(bool success, Dictionary<SimpleKey, string>? clonedDict)' doesn't match target type '(bool success, Dictionary<SimpleKey, string> clonedDict)'.
build-and-test (ubuntu-latest): src/FastCloner.Benchmark/BenchArray2d.cs#L11
Non-nullable field 'testData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest): src/FastCloner.Benchmark/BenchDolly.cs#L98
Non-nullable property 'String' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (ubuntu-latest): src/FastCloner.Benchmark/BenchDictionary.cs#L11
Non-nullable field 'testData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest): src/FastCloner.Benchmark/BenchDictionary.cs#L65
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (ubuntu-latest): src/FastCloner.Contrib/ContribTypeHandlers.cs#L30
This call site is reachable on all platforms. 'Font.Clone()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test (ubuntu-latest): src/FastCloner.Contrib/ContribTypeHandlers.cs#L30
This call site is reachable on all platforms. 'Font.Clone()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test (windows-latest)
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/setup-node@v3, Sibz/github-status-action@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 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-net46
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/setup-node@v3, Sibz/github-status-action@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 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 (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
build-net46
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026