Randal.Core
1.3.0
dotnet add package Randal.Core --version 1.3.0
NuGet\Install-Package Randal.Core -Version 1.3.0
<PackageReference Include="Randal.Core" Version="1.3.0" />
paket add Randal.Core --version 1.3.0
#r "nuget: Randal.Core, 1.3.0"
// Install Randal.Core as a Cake Addin #addin nuget:?package=Randal.Core&version=1.3.0 // Install Randal.Core as a Cake Tool #tool nuget:?package=Randal.Core&version=1.3.0
Core coding support for all other libraries and Nuget packages.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Randal.Core:
Package | Downloads |
---|---|
Randal.Core.Testing
Unit test support for Given When Then test pattern. |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.1.0
- Change: Compiling against 4.5 framework instead of 4.5.2
1.2.0
- Change: T4 enum generation from the database now accepts boolean values to mark enums as Obsolete.
1.3.0
- Add: ToFullyFormattedCode provides a full code definition when converting a result set to enumeration.
- Change: Added triple / comments support to enum code generation.