Daniel Cazzulino
Daniel Cazzulino
@dependabot ignore this dependency
My workaround for now was to downgrade to: ``` ``` Since I'm not using anything in 4.3 for my incremental generator, this works for now.
/cc @bmuskalla @tilmann1
As far as intended behavior, I'd say the members with `EditorBrowsableState.Never` should never be show, regardless of how the member was discovered (current project, project reference or assembly reference). An...
This is a case where given that a team member even knows what code needs to be touched, waiting for the community to figure out how to make a unit...
Totally understood @CyrusNajmabadi, as a maintainer of oss myself, I know that's pretty much always the case 😢 . @sharwell I suppose that makes it a *plus* rather than a...
I can't fathom how this is remotely an enhancement rather than a serious bug that should be fixed ASAP :/. Makes using `Timeout` absolutely useless and dangerous.
The workaround is to not use the attribute, and instead have your test methods run as part of a call to something like `Execute(timeout, () => { actual test method...
Since the auto-properties are (I'm pretty sure nearly always) optimized away, I'm tempted to say the default should be that. Perhaps the generated class visibility should determine one or the...
Yep, precisely put.