Build Editor #2
Annotations
10 warnings
build:
DefaultToolbox/Nodes/Stages/StageDefinition.cs#L15
Possible null reference return.
|
build:
DefaultToolbox/Nodes/Stages/StageDefinition.cs#L20
Possible null reference return.
|
build:
DefaultToolbox/Nodes/Stages/StageDefinition.cs#L25
Possible null reference return.
|
build:
DefaultToolbox/Entry.cs#L11
Non-nullable property 'ToolboxService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
DefaultToolbox/Entry.cs#L14
Non-nullable property 'NodeService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LunaForge/EditorData/Documents/LunaForgeDocument.cs#L171
Cannot convert null literal to non-nullable reference type.
|
build:
LunaForge/EditorData/NodeTypeBinder.cs#L20
Nullability of reference types in type of parameter 'assemblyName' of 'Type NodeTypeBinder.BindToType(string assemblyName, string typeName)' doesn't match implicitly implemented member 'Type ISerializationBinder.BindToType(string? assemblyName, string typeName)' (possibly because of nullability attributes).
|
build:
LunaForge/Zip/ZipCompressorInternal.cs#L19
'ZipStrings.UseUnicode' is obsolete: 'Use ZipFile/Zip*Stream StringCodec instead'
|
build:
LunaForge/Zip/ZipCompressorInternal.cs#L17
Non-nullable field 'TargetArchiveFS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
LunaForge/Zip/ZipCompressorInternal.cs#L17
Non-nullable field 'TargetArchive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|