dodexahedron

Results 367 comments of dodexahedron

Actually.... This is more about DataTableSource, I suppose, since it's the type that explicitly MUST own a DataTable. But the inheritance and ownership tree would make it a LOT easier...

I agree in the general case about not Disposing what you don't create, as that's generally just proper practice. That's why I proposed maybe implementing the pattern that streams do,...

> > Do you already having test `Dim.Auto` with the vertical text direction? > > I did, and it was working. But then I broke it. > > I'll ensure...

> > Sometimes it's Visual Studio's fault. 😆 > > And sometimes it's the fault of unit tests that depend on all kinds of other crap in obtuse ways. Ha...

Oh hey just a tip for future event code or other cancelable code, since that happened to be the first file that actually expanded initially in the diff view here......

It sucks so much for us that every platform and use tha forces us to have to have a "driver" to jump through different hoops to make this all happen....

There are some decent free ones, and there are some EXCELLENT ones in the JetBrains tools. I have the all products pack and make use of DotCover, DotMemory, and DotTrace...

The most basic and simple thing to do, though, if you are trying to improve something that looks like an obvious pain point, is to just write a test method...

(Just keeping these thoughts separate in multiple comments) ReSharper itself can also point out a wide range of likely sub-optimal code, too. Yes, it's always running various analyzers for you...