Fixed naming convention #2
Annotations
12 warnings
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/.
|
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/
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L980
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L980
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L985
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
source/UnityPackage/Assets/Runtime/FixedVector4TypeConverter.cs#L31
The variable 'a' is declared but never used
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L16
Missing XML comment for publicly visible type or member 'Fixed.Precision'
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L17
Missing XML comment for publicly visible type or member 'Fixed.MaxValue'
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L18
Missing XML comment for publicly visible type or member 'Fixed.MinValue'
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L19
Missing XML comment for publicly visible type or member 'Fixed.One'
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L20
Missing XML comment for publicly visible type or member 'Fixed.Zero'
|
source/UnityPackage/Assets/Runtime/Fixed.cs#L25
Missing XML comment for publicly visible type or member 'Fixed.PiOver2'
|
This job succeeded
Loading