Joseph Musser
Joseph Musser
After considering more, it might be worth discussing where to draw the lines to determine whether SkipLocalsInitAttribute is a pseudo-attribute. - SkipLocalsInitAttribute can be set at a high level and...
ECMA-335 refers to these as `pseudo custom attributes` (without a hyphen, which makes me happy), and defines them as follows: > #### II.21.2 Attributes used by the CLI > >...
I'm ambivalent about ZenHub. It's good for moving issues, but I always felt our pipelines overlapped the milestones feature.
I'm in favor of task lists replacing epics.
This is something I brought up as part of https://github.com/nunit/nunit/issues/2774, but we were waiting for actual use cases, so this is exciting! We'd want it to apply to async setup...
I'm hoping to hear from others as many ideas as we can collect, and my free time is coming back soon!
I'm currently hoping to provide for this scenario by implementing: - https://github.com/nunit/nunit/issues/2220, which gives you control of the async-to-sync adaptation, so you can start and stop the message pump -...
Thanks for the bump. I moved this up in my list of things to do.
@garuma and others: I'm sorry for letting this go so long. You know how it is. I've started looking at it again. I'm opposed to a busy loop, effectively doing...
There's going to have to be just a little more to it than this. The synchronization context needs to be installed once before setup and teardown, but WaitForCompletion which uses...