[#25] feat(DaedalusSymbol): add GetInstance and SetInstance APIs
#108
Annotations
33 warnings and 1 notice
|
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@v3, actions/setup-dotnet@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/
|
|
test (ubuntu-latest):
ZenKit/BspTree.cs#L124
Non-nullable property 'LightPoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/BspTree.cs#L120
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/BspTree.cs#L119
Non-nullable property 'LeafPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/BspTree.cs#L118
Non-nullable property 'PolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/Boxes.cs#L53
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/Boxes.cs#L51
Non-nullable property 'Axes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/BspTree.cs#L41
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/BspTree.cs#L40
Non-nullable property 'NodeIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/BspTree.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
ZenKit/Vobs/VirtualObject.cs#L351
'VisualDecal.Cache()' hides inherited member 'Visual.Cache()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3, 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/
|
|
release:
ZenKit/BspTree.cs#L124
Non-nullable property 'LightPoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/BspTree.cs#L120
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/BspTree.cs#L119
Non-nullable property 'LeafPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/BspTree.cs#L118
Non-nullable property 'PolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/Boxes.cs#L53
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/Boxes.cs#L51
Non-nullable property 'Axes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/BspTree.cs#L41
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/BspTree.cs#L40
Non-nullable property 'NodeIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/BspTree.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
release:
ZenKit/Vobs/VirtualObject.cs#L351
'VisualDecal.Cache()' hides inherited member 'Visual.Cache()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
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@v3, actions/setup-dotnet@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/
|
|
test (windows-latest):
ZenKit/BspTree.cs#L124
Non-nullable property 'LightPoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/BspTree.cs#L120
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/BspTree.cs#L119
Non-nullable property 'LeafPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/BspTree.cs#L118
Non-nullable property 'PolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/Boxes.cs#L53
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/Boxes.cs#L51
Non-nullable property 'Axes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/BspTree.cs#L41
Non-nullable property 'PortalPolygonIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/BspTree.cs#L40
Non-nullable property 'NodeIndices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/BspTree.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (windows-latest):
ZenKit/Vobs/VirtualObject.cs#L351
'VisualDecal.Cache()' hides inherited member 'Visual.Cache()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
test (windows-latest)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Managed DLL
|
5.66 MB |
sha256:8c23b18d7f9082408daf1675af8621d7679f34ed40eeb7c74c6cf258049a0ba9
|
|
|
NuGet Package
|
5.61 MB |
sha256:14c6c12ff94c3c9bcec81407bafdb640cc8c08e9e086d9e18a851f4105548270
|
|