Epic Summary
Summary
There are a number of features that are disabled in the driver when the target framework is netstandard1.5 due to limitations of that version of .NET Standard.
Now that we have added netstandard2.0 as an additional target framework a number of disabled features can be enabled for netstandard2.0 and a number of workarounds needed for netstandard1.5 are not needed for netstandard2.0.
Motivation
To reenable functionality that was disabled when targetting netstandard1.5, so that applications that consume the netstandard2.0 version of the driver can use that functionality.
Documentation
[Scope Document|]
[Technical Design Document|]