Merge branch 'master' of https://github.com/mr-phazer/TheAssetEditor #27
Annotations
5 errors and 10 warnings
build-and-test:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporter.cs#L73
'GltfImporterSettings' does not contain a definition for 'destinationPackNode' and no accessible extension method 'destinationPackNode' accepting a first argument of type 'GltfImporterSettings' could be found (are you missing a using directive or an assembly reference?)
|
build-and-test:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporter.cs#L74
'GltfImporterSettings' does not contain a definition for 'destinationPackNode' and no accessible extension method 'destinationPackNode' accepting a first argument of type 'GltfImporterSettings' could be found (are you missing a using directive or an assembly reference?)
|
build-and-test:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporter.cs#L73
'GltfImporterSettings' does not contain a definition for 'destinationPackNode' and no accessible extension method 'destinationPackNode' accepting a first argument of type 'GltfImporterSettings' could be found (are you missing a using directive or an assembly reference?)
|
build-and-test:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporter.cs#L74
'GltfImporterSettings' does not contain a definition for 'destinationPackNode' and no accessible extension method 'destinationPackNode' accepting a first argument of type 'GltfImporterSettings' could be found (are you missing a using directive or an assembly reference?)
|
build-and-test
Process completed with exit code 1.
|
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/Events/Global/OpenEditorCommand.cs#L32
Possible null reference argument for parameter 'packFile' in 'Window IEditorCreator.CreateWindow(PackFile packFile, EditorEnums? preferedEditor = null)'.
|
build-and-test:
Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L41
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
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-and-test:
Shared/SharedCore/ByteParsing/ByteParsers.cs#L750
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
Shared/SharedCore/ToolCreation/EditorDatabase.cs#L78
Converting null literal or possible null value to non-nullable type.
|