Releases: michael-damatov/shuriken
Releases · michael-damatov/shuriken
v2.0.0
- adds support for .NET Core 3
- adds support for nullable reference types
Breaking Changes
- The
Disposemethod of theApplicationMonitorScopeclass renamed toDisposeAsync.
Demo
- .NET Core demo requires the .NET Core Desktop Runtime
- .NET Framework demo required the .NET Framework Runtime
v1.3.2
- fixes an issue to skip raising change notifications for can execute callbacks when the corresponding command becomes
null
v1.3.1
- fixes an issue when an observable property is changed exactly in time between the monitor captures its value
v1.3
- allows the library to be called by partially trusted code
v1.2
- make assembly CLS-Compliant
v1.1
- Re-engineered commands with built-in configurable cancellation and light-weight progress reporting
- Full-featured asynchronous command, s.
AsyncCommandandAsyncCommand<T> - ETW event capturing
Initial Release
The initial release