GPS.SimpleExtensions
1.0.0
See the version list below for details.
dotnet add package GPS.SimpleExtensions --version 1.0.0
NuGet\Install-Package GPS.SimpleExtensions -Version 1.0.0
<PackageReference Include="GPS.SimpleExtensions" Version="1.0.0" />
paket add GPS.SimpleExtensions --version 1.0.0
#r "nuget: GPS.SimpleExtensions, 1.0.0"
// Install GPS.SimpleExtensions as a Cake Addin #addin nuget:?package=GPS.SimpleExtensions&version=1.0.0 // Install GPS.SimpleExtensions as a Cake Tool #tool nuget:?package=GPS.SimpleExtensions&version=1.0.0
A simple library of extension methods that GPS will make use of
in our projects. Methods include Assertions for parameters, String manipulation,
Reflection (get values, set values, etc), and dealing with DBNull values.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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 (2)
Showing the top 2 NuGet packages that depend on GPS.SimpleExtensions:
Package | Downloads |
---|---|
GPS.SimpleServiceServer
Simple Service Server that is extensible and allows hosting of any kind of service. |
|
GPS.SimplePerformanceCounters
GPS.SimplePerformanceCounters library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.0.0
Sharp Ninja
This is the initial conversion of the code from the GenericExtensionMethods project
that I (Payton Byrd) released in 2009. Much of the fat has been cut out.