Pull From Upstream #26
Annotations
5 errors and 10 warnings
Build the project:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporterSettings.cs#L14
The namespace 'Editors.ImportExport.Importing.Importers.GltfToRmv' already contains a definition for 'GltfImporterSettings'
|
Build the project:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporterSettings.cs#L15
Only a single partial type declaration may have a parameter list
|
Build the project:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporterSettings.cs#L14
The namespace 'Editors.ImportExport.Importing.Importers.GltfToRmv' already contains a definition for 'GltfImporterSettings'
|
Build the project:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporterSettings.cs#L15
Only a single partial type declaration may have a parameter list
|
Build the project
Process completed with exit code 1.
|
Build the project:
Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build the project:
Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build the project:
Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L32
Possible null reference argument for parameter 'packFile' in 'Window IEditorCreator.CreateWindow(PackFile packFile, EditorEnums? preferedEditor = null)'.
|
Build the project:
Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L41
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/ToolCreation/EditorInfoBuilder.cs#L32
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 the project:
Shared/SharedCore/ByteParsing/ByteParsers.cs#L750
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/ByteParsing/ByteParsers.cs#L610
Possible null reference return.
|
Loading