-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Wire Protocol
-
None
-
(copied to CRM)
Currently, we do not support Snappy on .NET Core for Windows due to a limitation in Snappy.NET (https://snappy.machinezoo.com/).
We are currently aware of two alternatives:
1. Target .Net Standard 2.0. We believe this will allow Microsoft's .NET Framework Compatibility Mode to enable support for .NET Core on Windows.
2. Target .Net Standard 2.0 and switch to [Snappy.Standard|https://www.nuget.org/packages/Snappy.Standard/].
Snappy.Standard is based off Snappy.NET.
- related to
-
CSHARP-2714 Update minimum .NET & .NET Standard version
- Closed