CharliePoole

Results 1009 comments of CharliePoole

@asbjornu In this repo, I'm experimenting with using the Cake tool, which is just a wrapper around the command-line. If I use it to update assemblyinfo before building, what do...

@asbjornu I have discovered that GitVersion command (through Cake) is in fact able to add version info to an AssemblyInfo file that doesn't have any. Must be a changed behavior.

@asbjornu Ah ha! I see you did answer me... seems like what you are saying is close to what I discovered in rooting about. It seems unfortunate that there is...

@antibarbie Not sure what "That's even worse:" is referring to in the thread. However, any `Console.WriteLine()` during `OneTimeSetUp` is captured and becomes part of the XML output of the test...

@dkalbertson Would that be any unmanaged assembly or is it necessary to install some framework in order to reproduce the result you have?

While I started some work on this, it's not clear if I should be the one to finish it given some of the other changes under way... marking for discussion...

Thanks @yaakov-h We'll add an Error message in the output window for invalid fixtures for which tests can't be generated. I think that can be done without waiting for any...

We are already giving an error message in the log but only when the test is run. That seems to be the best we can do without a complete reorgainization...

Added a test (currently #ifed out) to the demo class in order to see this problem.

If the corresponding fix to #1381 is in NUnit 3.4, then we can get this into the 3.4 adapter release.