Csharp Device Client
- Effort started on porting the Device SDK to .NetStandard1.3 (work-in-progress)
Huge credit @yfakariya for the work he provided for porting the SDK to .NetStandard 1.3 - Fix stack overflow, make UWP sample more robust in the presence of errors
- Fix amqp links creation random failure
- Add e2e tests for connection recovery with fault injection
Csharp Service Client
- Add shared .netstandard1.3 project to service client solution
- added IDisposable and protected virtual void Dispose(bool) to base classes of service SDK. PR #57
Csharp Device Shared
- Port the Device SDK to .NetStandard1.3 (work-in-progress)