Skip to content

Fixed naming convention #2

Fixed naming convention

Fixed naming convention #2

Triggered via push June 24, 2024 05:33
Status Success
Total duration 32s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L980
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L980
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L985
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: source/UnityPackage/Assets/Runtime/FixedVector4TypeConverter.cs#L31
The variable 'a' is declared but never used
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L16
Missing XML comment for publicly visible type or member 'Fixed.Precision'
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L17
Missing XML comment for publicly visible type or member 'Fixed.MaxValue'
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L18
Missing XML comment for publicly visible type or member 'Fixed.MinValue'
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L19
Missing XML comment for publicly visible type or member 'Fixed.One'
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L20
Missing XML comment for publicly visible type or member 'Fixed.Zero'
test: source/UnityPackage/Assets/Runtime/Fixed.cs#L25
Missing XML comment for publicly visible type or member 'Fixed.PiOver2'