Appearance Weakrefs #5364
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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:
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:
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/Compiler/DMM/DMMParser.cs#L77
Possible null reference argument for parameter 'type' in 'ExpressionContext.ExpressionContext(DMCompiler compiler, DMObject type, DMProc proc)'.
|
Build:
DMCompiler/Compiler/DMM/DMMParser.cs#L77
Cannot convert null literal to non-nullable reference type.
|
Build:
DMCompiler/Compiler/DMM/DMMParser.cs#L82
Possible null reference argument for parameter 'varValue' in 'bool MapObjectJson.AddVarOverride(string varName, object varValue)'.
|
Build:
DMCompiler/DM/Builders/DMASTFolder.cs#L229
Possible null reference return.
|
Build:
DMCompiler/Compiler/DM/DMParser.cs#L257
Dereference of a possibly null reference.
|
Loading