-
Notifications
You must be signed in to change notification settings - Fork 19
Release Notes
Dave Sexton edited this page Jun 22, 2016
·
5 revisions
- Separated TCP dependencies into a new project (deployed as a NuGet package): Qactive.Providers.Tcp
- Some small refactoring, bug fixes and improvements.
- AppDomain security (used by the sandboxed service example) is permitting more operations than it used to in the original implementation. Not much has changed so I don't know yet if it's a difference between .NET 4.6 vs. the beta of .NET 4.5 that the original was written against, or whether it's a bug in Qactive code. Further investigation is required.
Initial release
Not much changed since my original TCP Qbservable Provider except that serializable expressions were separated into another library and both libraries are also built into NuGet packages automatically (Release builds only).