codecentric / net_automatic_interface

.Net Source Generator for Automatic Interfaces
MIT License
60 stars 13 forks source link

Fix IParameterSymbol usage #17

Closed skarllot closed 1 year ago

skarllot commented 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>.

The solution is getting the ITypeSymbol from parameter symbol using the Type property.

skarllot commented 1 year ago

Something else need to be made to approve this PR?

ChristianSauer commented 1 year ago

@skarllot No, sorry I was on vacation.