Gen Lu
Gen Lu
I saw a link to this issue in Roslyn repo and followed it here. Just wanted to let you know that the bug for nuget based provider is fixed. Please...
@BertTank I believe you can disable the tab formatting by adding `/rule-:FormatDocument` at commandline.
@BertTank Yeah, @michaelcfanning is working on adding solution/project specific options to formatting rules. This space-tab conversion option will definitely be considered.
Will take a look and report back, but I don't remember doing anything special for razor when implementing this
Looks like we found the reference to the moved type in a .g.cs file and tries to add an import to the new namespace directly https://sourceroslyn.io/#Microsoft.CodeAnalysis.Features/CodeRefactorings/SyncNamespace/AbstractChangeNamespaceService.cs,657 Should we use the...
yea, also we just rely on the simplifier to remove the old using here if necessary, I'm not sure if this part work correctly in razor either.
> Is there a precedent at all for this in other languages You mean simplifier working with non-CS/VB document? I don't think so. Quick question: If we find a reference...
Is it possible to unittest this?
> What sort of cost are we talking about here? The problem isn't jitting, ngen with IBC data actually have all instances pre-compiled just fine. The problem is the additional...
> My hunch is that number is actually much larger than it should be since even if we have multiple copies of code there shouldn't be that much code. Larger...