Apply code preferences, removed unused namespace and use tabs everywhere #184
Annotations
10 warnings
Build:
src/Dis2Msil/Dis2Msil/Globals.cs#L33
Unboxing a possibly null value.
|
Build:
src/Dis2Msil/Dis2Msil/Globals.cs#L15
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Dis2Msil/Dis2Msil/Globals.cs#L13
Non-nullable field 'multiByteOpCodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Dis2Msil/Dis2Msil/Globals.cs#L14
Non-nullable field 'singleByteOpCodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L55
Dereference of a possibly null reference.
|
Build:
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L65
Dereference of a possibly null reference.
|
Build:
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L76
Dereference of a possibly null reference.
|
Build:
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L89
Possible null reference argument for parameter 'typeName' in 'string Globals.ProcessSpecialTypes(string typeName)'.
|
Build:
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L11
Non-nullable field 'operand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L12
Non-nullable field 'operandData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading