Activity overview
Latest activity by The_Assimilator
Red Gate, you have destroyed your reputation
Lutz Roeder, a one-man show, released a high-quality tool that he maintained for many years. As soon as he turned it over to your "awesome developers", quality took a dive, and now you have the gal...
Clive, what I'm talking about is if you select an entire namespace and right-click -> Disassemble. At the bottom of the window is an Expand Types hyperlink that, when clicked, expands all class definitions.
I've just tried this on a different namespace - that actually has something other than constructors and properties - and it works exactly as you described. But if I select a single class, the hyperlink at the bottom reads Expand Methods, and if I click that, all methods in the class - including ctors - are expanded to show their contents.
I was under the impression that "Expand Types" and "Expand Methods" did the same thing, so I must apologise for the confusion. However, it would be nice if the "namespace view" had an Expand Methods link as well as Expand Types, so I guess this post has turned into a feature request. [image] / comments
Clive, what I'm talking about is if you select an entire namespace and right-click -> Disassemble. At the bottom of the window is an Expand Types hyperlink that, when clicked, expands all class def...
Bug: implicit no-arg constructors generated incorrectly?
I have used xsd.exe to generate a .cs file from a .xsd document, and then compiled that file into a DLL with the C# 3.5 compiler. Note that the C# source created by XSD has no public constructors e...