Dan Friedman
Dan Friedman
I still don't see where `fake-docker` is used? It seems like it is defined for no reason. All commands with `fake-docker` fail: > ❯ dotnet .\NestedTypeSubcommands.dll fake-docker > Specify --help...
FYI: I'm working on this.
@freakdesign Is there a plan to do this?
Copying the namespace instead of moving it requires no breaking change.
I would love to see `PropertyInvalidate` or `DependsOn` (as named in the linked issue) or `NotifyOnPropertyChange` (whatever we call it). I have a base class with `ObservableProperty`s and the derived...
Right, the way it is currently done, my code snippet would never work, but it could work if it was done the opposite direction. I also disagree that the existing...
I'm not going to belabor the request, but just to clarify how it _could_ be solved (and maybe I'm still wrong) would be to implement an event handler that handled...
With source generators, this now seems unnecessary. Close?
A source generator solution now exists: https://github.com/reactivemarbles/ObservableEvents.
@michael-hawker The linked library allows one to add `Events()` to any class. It then exposes all the events via Observables. There's a PR for the v2 generator, but a couple...