Modify cs file #37
Annotations
1 error, 3 warnings, and 1 notice
Inspection
Issues found.
|
Inspection
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Inspection:
Assets/NewBehaviourScript.cs#L3
"[CheckNamespace] Namespace does not correspond to file location, must be: 'Assets'" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/Assets/NewBehaviourScript.cs(3,33)
|
Inspection:
Assets/NewBehaviourScript.cs#L5
"[NotAccessedField.Compiler] Field 'myInt' is assigned but its value is never used" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/Assets/NewBehaviourScript.cs(5,86)
|
Inspection:
Assets/NewBehaviourScript.cs#L3
"[UnusedType.Global] Class 'NewBehaviourScript' is never used" on /__w/unity-code-cleanup-tests/unity-code-cleanup-tests/Assets/NewBehaviourScript.cs(3,33)
|