Merge pull request #208 from Pear-231/BugFixes-PackFileBrowser-And-UI… #23
Annotations
3 errors and 10 warnings
Build the project:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporter.cs#L15
The type or namespace name 'BaseDialogs' does not exist in the namespace 'CommonControls' (are you missing an assembly reference?)
|
Build the project:
Editors/ImportExportEditor/Editors.ImportExport/Importing/Importers/GltfToRmv/GltfImporter.cs#L15
The type or namespace name 'BaseDialogs' does not exist in the namespace 'CommonControls' (are you missing an assembly reference?)
|
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/DevConfig/DevelopmentConfigurationManager.cs#L18
Non-nullable field '_activeConfig' 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/DependencyInjection/ScopeRepository.cs#L8
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the project:
Shared/SharedCore/ErrorHandling/ApplicationStateRecorder.cs#L7
Non-nullable field 's_applicationTimer' 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/ErrorHandling/ErrorList.cs#L8
Non-nullable property 'ErrorType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the project:
Shared/SharedCore/ErrorHandling/ErrorList.cs#L9
Non-nullable property 'ItemName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading