Adds check for local variable in scope operator check #5717
Annotations
10 warnings
build (ubuntu-latest):
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 (ubuntu-latest):
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 (ubuntu-latest):
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 (ubuntu-latest):
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 (ubuntu-latest):
DMCompiler/DMCompiler.cs#L38
Non-nullable field '_codeDirectory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build (ubuntu-latest):
DMCompiler/DM/Expressions/Unary.cs#L61
Dereference of a possibly null reference.
|
build (ubuntu-latest):
DMCompiler/DM/Expressions/Unary.cs#L53
Dereference of a possibly null reference.
|
build (ubuntu-latest):
DMCompiler/DM/Expressions/Unary.cs#L37
Dereference of a possibly null reference.
|
build (ubuntu-latest):
DMCompiler/DM/Expressions/Unary.cs#L22
Dereference of a possibly null reference.
|
build (ubuntu-latest):
DMCompiler/DM/Expressions/Ternary.cs#L44
Dereference of a possibly null reference.
|