CommonSharp 1.1.0
See the version list below for details.
dotnet add package CommonSharp --version 1.1.0
NuGet\Install-Package CommonSharp -Version 1.1.0
<PackageReference Include="CommonSharp" Version="1.1.0" />
paket add CommonSharp --version 1.1.0
#r "nuget: CommonSharp, 1.1.0"
// Install CommonSharp as a Cake Addin #addin nuget:?package=CommonSharp&version=1.1.0 // Install CommonSharp as a Cake Tool #tool nuget:?package=CommonSharp&version=1.1.0
CommonSharp - A collection of useful C# classes and static methods
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet54 is compatible. |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETPlatform 5.4
- Microsoft.CSharp (>= 4.0.1-beta-23516)
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
- System.Security.Cryptography.Algorithms (>= 4.0.0-beta-23225)
- System.Text.Encoding (>= 4.0.11-beta-23509)
- System.Text.RegularExpressions (>= 4.0.11-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added `CryptoRandom` class that is an implementation of `System.Security.Cryptography.RandomNumberGenerator` that can be used when implementing ASP.NET Identity's PasswordHasher in ASP.NET Core authorization system without actually using the whole ASP.NET Identity, for example when generating passwords or verifying passwords (HashPasswordV3 method and VerifyHashedPasswordV3)
See:
https://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity/PasswordHasher.cs
- Added `SHA1` static method
- Changed `Md5` methods name to `MD5`