Allow UI to rename node and added usage in local variable nodes #56
Annotations
10 warnings
src/Dis2Msil/Dis2Msil/Globals.cs#L33
Unboxing a possibly null value.
|
src/Dis2Msil/Dis2Msil/Globals.cs#L15
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L55
Dereference of a possibly null reference.
|
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L65
Dereference of a possibly null reference.
|
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L76
Dereference of a possibly null reference.
|
src/Dis2Msil/Dis2Msil/ILInstruction.cs#L89
Possible null reference argument for parameter 'typeName' in 'string Globals.ProcessSpecialTypes(string typeName)'.
|
src/Dis2Msil/Dis2Msil/MethodBodyReader.cs#L93
Possible null reference assignment.
|
src/Dis2Msil/Dis2Msil/MethodBodyReader.cs#L99
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading