You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a (very) brief look at this @ChristianSauer, and I think the most recent merge actually makes this worse - for the case above, it generates something like this:
global::ADD.Shared.Api.EventLogs.EnumWithByteTypea= B
I may even need to roll back the recent change where method generation is delegated to Roslyn, as I'm not sure the symbol generation has any more configuration options to make the default enum parameter render correctly.
Anyway, it's probably not good to release the current master. I will have a deeper look on Wednesday.
Edit
It does turn out that you can't reliably generate parameter signatures using ToDisplayString, so I'll revert some of the changes from the last PR and implement default enum parameter values through custom code. See the closure comments on #66 for details.
Here is a example:
leads to
The text was updated successfully, but these errors were encountered: