Fix recreating deleted savefiles #5355
Annotations
10 warnings
Build:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Build:
RobustToolbox/NetSerializer/NetSerializer/Helpers.cs#L27
'FieldAttributes.NotSerialized' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Build:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L24
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Build:
RobustToolbox/NetSerializer/NetSerializer/TypeSerializers/GenericSerializer.cs#L146
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Build:
DMCompiler/DM/Expressions/Procs.cs#L112
Dereference of a possibly null reference.
|
Build:
DMCompiler/DM/Expressions/LValue.cs#L185
Dereference of a possibly null reference.
|
Build:
DMCompiler/DM/DMVariable.cs#L41
Dereference of a possibly null reference.
|
Build:
DMCompiler/Compiler/Lexer.cs#L29
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
DMCompiler/DM/Expressions/Dereference.cs#L307
Dereference of a possibly null reference.
|
Build:
DMCompiler/DM/DMProc.cs#L138
Possible null reference argument for parameter 'dmObject' in 'DMProcBuilder.DMProcBuilder(DMCompiler compiler, DMObject dmObject, DMProc proc)'.
|
Loading