Merge to main for 2.0.0 release #490
Annotations
10 warnings
Build VSCode Extension
The variable 'typeInfo' is assigned but its value is never used
|
Build VSCode Extension
The variable 'methodIdxAsm' is assigned but its value is never used
|
Build VSCode Extension
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
|
Build VSCode Extension
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
|
Build VSCode Extension
The variable 'exc' is declared but never used
|
Build VSCode Extension
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build VSCode Extension
The field 'SoftDebuggerSession._tracer' is never used
|
Build VSCode Extension
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Build VSCode Extension
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Build VSCode Extension
Non-nullable event 'DebuggerMessageReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Loading