Граф коммитов

1 Коммитов

Автор SHA1 Сообщение Дата
j82w 85afdec1c2
.NET 6: Refactors test and samples to use .NET 6 (#2986)
.NET core 3.1 support will end this year. Bumping to .NET 6 which is the latest LTS version.
https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

Added a script to help bump version in the future.

RNGCryptoServiceProvider is now obsolete. Converted to use: RandomNumberGenerator
https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.rngcryptoserviceprovider?view=net-6.0

BinaryFormatter is obsolete and not safe. Switched to use newtonsoft instead.
https://docs.microsoft.com/en-us/dotnet/standard/serialization/binaryformatter-security-guide

Fixed other small warnings. Like removing unnecessary null checks, adding messages to debug asserts, fixing field orders, etc..
2022-01-19 11:29:59 -08:00