Framework-Class-Library-Extension
Framework-Class-Library-Extension copied to clipboard
Highly reuseable classes I find to be missing in .NET's FCL.
When using `CommandBinding` in a style setter an exception containing the following message is thrown: _"The only supported MarkupExtension types are DynamicResourceExtension and BindingBase or derived types."_ Example code: ```...
When trying to bind to commands of which the method definition contains an optional parameter an exception is currently thrown. The command binding logic probably just needs to take optional...
An InvalidOperationException occurred when the process thread could not be found within the listed threads of the process. How can this occur? Could the ID change in between the calls?
While adding [several new unit tests](https://github.com/Whathecode/Framework-Class-Library-Extension/blob/master/Whathecode.System.Aspects.Tests/InitializeEventHandlersAttributeTest.cs) for the `InitializeEventHandlers` aspect, some unkown issues where resolved, except for the `StaticEventHandlersTest()` which currently fails. A static event would need to be initialized...