Closed flaengel closed 4 years ago
@penCsharpener What symbol type do you have?
Does this help? Not entirely sure what information you are asking for...
me stupid, I inverted the if statement...
ok, just debug a bit more and this seems to work for me now.
var modifier = symbol is INamespaceSymbol || symbol is ILocalSymbol ? DeclarationModifiers.None : DeclarationModifiers.From(symbol);
Hello friends! Recently, I have very little free time. Thank you for the proposed fix, I will try to check it out as soon as possible and release it.
Released some time ago.
Thanks again, for your help with resolving this issue.
This still doesn't work for me though. At the same place I get a NotImplementedException leading to an AggregateException. I have to wrap
var modifier = ...
in a try catch.