Does .NET SDK 3.1 support .NET 5?
Yes, it should work like a charm. I haven’t personally tested it, but .NET 5 is primarily built on top of .NET Core 3.1 which is fully supported. I’d be very surprised if there were issues.
There are, however, plans to add improved .NET 5 support. For example, .NET 5 now supports CPU intrinsics for ARM processors. Therefore, we could optimize the CRC32 algorithm used for document key hashing to use the ARM intrinsics when the SDK is run on an ARM CPU.
2 Likes