Fixed gizmo bug #13
Annotations
12 warnings
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test:
Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-test:
Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-test:
Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/PackFiles/PackFileService.cs#L142
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/PackFiles/PackFileService.cs#L157
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/ToolCreation/EditorInfoBuilder.cs#L5
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-test:
Shared/SharedCore/ToolCreation/EditorDatabase.cs#L99
Possible null reference return.
|
build-and-test:
Shared/SharedCore/ToolCreation/EditorDatabase.cs#L102
Converting null literal or possible null value to non-nullable type.
|