Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Question on the namespace checker in NRefactory

$
0
0

Sorry if this post is in the wrong spot, didn't see any other obvious spots for it.

I'm using MonoDevelop to throw together an MVC application, and it pulls in NRefactory as a dependency. It seems, though, that when using a namespace, it's only checking the top level against the file path, meaning I have a constant squiggly line if I use the folders to organise my assemblies.

I dove into the NRefactory source to fix this and submit a pull request, but when I checked it out there's a comment explicitly saying "Only check top level namespaces". My question is this: Was the intention for this to be handled further up in the MonoDevelop code, or would it be acceptable to do it down here in the GatherVisitor class?


Viewing all articles
Browse latest Browse all 1764

Trending Articles