Andreas Müller

Results 25 issues of Andreas Müller

Hello! Randomly stumbled upon your implementation while researching about naive surface nets. I was wondering whether you would be able to spare some time to answer some questions for implementing...

https://blogs.msdn.microsoft.com/dotnet/2017/11/15/welcome-to-c-7-2-and-span/ Just wondering if altering Newtonsoft.Json to utilize that feature wouldn't result in a significant speedup, since working with strings is really the heavy lifting for Newtonsoft.Json too i would...

**Is your feature request related to a problem? Please describe.** I ran into the same issue as the OP in #2302 While i did find a workaround to link up...

Update (jcouv): speclet ([https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/extended-nameof-scope.md](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/extended-nameof-scope.md)) ---- ![image](https://cloud.githubusercontent.com/assets/5545184/24409469/9531f634-13d0-11e7-8f18-51b42f5b2506.png) it would be fairly amazing if nameof also worked for MethodName arguments. I think i've talked about this 1-2 years ago and some aspnet...

Proposal
Proposal champion
Implemented Needs ECMA Spec

Hello. I've experienced an issue with this commit: https://github.com/taori/SE-Calculator/commit/9a168ba34b9b422626f054a838ae69a0fa3df1e5 The error i'm running into is with NewShipViewModel.cs basically i have 2 methods with the same name where only the parameter...

enhancement

I just began changing a unit test to assist me with writing a codefix and noticed that the way to verify diagnostics/fixes has changed. I noticed this syntax in the...

@sharwell If i debug my vsix i get codefixes - if i install the vsix i don't get code fixes and diagnostics only. Is there a known issue which rings...

Area-Templates
need more info

The testing SDK provides `EmptyDiagnosticAnalyzer` for this case (and `EmptyCodeFixProvider` for cases where there is an analyzer but no fix). _Originally posted by @sharwell in https://github.com/dotnet/roslyn-analyzers/issues/3143#issuecomment-573257708_ this should be in...

Area-MS.CA.Testing

@sharwell In my github repo in [this](https://github.com/taori/Amusoft.CodeAnalysis.Analyzers/tree/testingframeworkissue) branch and the method `FixCommentsOnClassTests.SimpleRemoval` i ran into an issue with my test case. The ordinary short syntax does not work and it...

question
Area-MS.CA.Testing

I was just writing a test when the test error output printed me the templates diagnostics like `VerifierCS.ACA0004` and i thought that it could be a neat little sdk analyzer...

enhancement
Area-MS.CA.Testing