DevUtils 1.0.3
See the version list below for details.
dotnet add package DevUtils --version 1.0.3
NuGet\Install-Package DevUtils -Version 1.0.3
<PackageReference Include="DevUtils" Version="1.0.3" />
paket add DevUtils --version 1.0.3
#r "nuget: DevUtils, 1.0.3"
// Install DevUtils as a Cake Addin #addin nuget:?package=DevUtils&version=1.0.3 // Install DevUtils as a Cake Tool #tool nuget:?package=DevUtils&version=1.0.3
.Net Dev Utils
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Compatibility
- Compatibility tests for frameworks 4.0, 4.5 and 4.5.1;
Enum extensions
Method to convert `System.Enum` em `IList<T>`;
Web.config / App.config extensions
- Method to read, edit and create item on `<appSettings>` section;
- Method to read and edit attributes `name`, `connectionString` and `providerName` items on `<connectionStrings>` section;
- Method to read itens `<authentication>`, `<compilation>`, `<customErrors>`, `<globalization>`, `<httpRuntime>`, `<identity>` and `<trace>` on `<system.web>` section;