Krzysztof Wicher
Krzysztof Wicher
no changes, just rebase
Seems there was a test failure where we for some reason expected InvalidOperationException for null argument (with completely useless error message and NullRef on the inner exception), see here for...
I don't think so, we're now matching behavior to already documented behavior and this exception seems very unlikely to be found by random input - most likely will be only...
We should probably add a rule which cleans up usings
if we clean them up later then we can remove duplicates. I don't think there is a purpose in doing it twice
I would look at some Roslyn example projects. I.e: http://www.codeproject.com/Articles/302595/Roslyn-CTP-Three-Introductory-Projects to get the idea of how it works like. After that I would either base your projects on one of...
I'm not sure this is a good idea assuming that we have InternalsVisibleTo.
@RussKie could you please transfer? @coderb not sure if this will help but it sounds similar to your problem https://social.msdn.microsoft.com/Forums/vstudio/en-US/8fc635e2-9994-4214-9c89-43b3acf528e1/c-sorting-a-datagridview-by-one-column-then-by-another?forum=winformsdatacontrols
I'm curious - do we actually care about XmlReader APIs or we just want XmlSerializer work with those? Are you actually using reader/writer directly?
I think we should start with trying to handle that in XmlSerializer directly and only add APIs to XmlReader/XmlWriter if there is clear benefit