Fix the middle mouse keybind #5627
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/Compiler/Lexer.cs#L29
Non-nullable field '_current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
DMCompiler/Program.cs#L109
Dereference of a possibly null reference.
|
Build:
DMCompiler/Compiler/DM/DMPath.cs#L5
Non-nullable field 'VarName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
DMCompiler/Compiler/DM/DMParser.cs#L262
Dereference of a possibly null reference.
|
Build:
DMCompiler/Compiler/DM/DMParser.cs#L1256
Possible null reference argument for parameter 'list' in 'DMASTExpressionIn.DMASTExpressionIn(Location location, DMASTExpression value, DMASTExpression list)'.
|
Build:
DMCompiler/Compiler/DM/AST/DMAST.ObjectStatements.cs#L98
Possible null reference assignment.
|
Loading