RoslynDOM
RoslynDOM copied to clipboard
Hi, first of all great work. But now that RTM is out, what is the status and milestones of this and other projects on github? I would really like to...
When changing a name or passing a name to a constructor, Simple validation to ensure no illegal characters should be performed
The construction of expressions (not parsed) is rather messed up and needing a bit of redesign... - parent isn't available at construction - numerous problems with invocations Suggest using only...
Optional Boolean argument to indicate whether to search up to the root. Desired for CodeFirst file path search
Determine whether the lack of parameter types is resolvable. The compiler has to know whether the parameters are legal, but the symbols are returning null for the type.
I'm considering a pretty big name change. BuildSyntax is one of two major methods (outputting RoslynDom) It returns Syntax, after it builds it. Thus I think Get would be a...
I have collapsed as much as possible into a single logical tree. However, there are several scenarios where the language provides a nested level, and you generally don't care. But...
A huge part of the effort in RoslynDom has been in understanding how programmers use code, not the technical aspects of building the tool (OK, parts of that were hard...
Repro with load of RDomNamespace
Hi Kathleen, great job with RoslynDOM. Certainly a promising project! One thing I'd like to see is documentation available in the Wiki (i.e. as markdown). Right now most documentation is...