Andreas Müller

Results 43 comments of Andreas Müller

apparently related: https://github.com/dotnet/roslyn/issues/21444

@sharwell Do you have any useful pointers for me to look at how to solve this? Could it be that diagnostics reported through RegisterSemanticDiagnosis are not supplied with codefixes and...

Hmm. interesting. Yes it is: https://github.com/taori/Amusoft.CodeAnalysis.Analyzers

I was unable to use any codefix. Adding comments to a method body should be enough to verify whether something is wrong I think. ________________________________ From: Sam Harwell Sent: Thursday,...

@sharwell Did you spot anything suspicious or is it working for you if you install the extension? In some issue i read if it works for others, but not the...

@cyanfish While i like that logging interface it would add a dependency on this library which isn't actually needed for it to run. Hence the `Action`. Many other libraries take...

Yes, i understand what you are trying to do. But a library for communication forcing a logging framework down your throat is a big no no in library development. Check...

> > > It's certainly a fair position to not want to depend on it; but for this project, if logging is added, I would like to stay in line...

I'm curious about the state of this - as is, it would not be introduced unless someone of the community implements it. Is this correct? At least i didn't see...

@alrz Yes - My question was more about the "I didn't see any visible branches"-part. I've read that description too. I'm just making sure there isn't someone working on this...