Closed skarllot closed 1 year ago
The version 7.0.203 of .NET SDK introduces a breaking change to ToDisplayString method of IParameterSymbol returning <type> <parameter name> instead of <type>.
<type> <parameter name>
<type>
The solution is getting the ITypeSymbol from parameter symbol using the Type property.
Something else need to be made to approve this PR?
@skarllot No, sorry I was on vacation.
The version 7.0.203 of .NET SDK introduces a breaking change to ToDisplayString method of IParameterSymbol returning
<type> <parameter name>
instead of<type>
.The solution is getting the ITypeSymbol from parameter symbol using the Type property.