MGK.Extensions
1.3.0
dotnet add package MGK.Extensions --version 1.3.0
NuGet\Install-Package MGK.Extensions -Version 1.3.0
<PackageReference Include="MGK.Extensions" Version="1.3.0" />
<PackageVersion Include="MGK.Extensions" Version="1.3.0" />
<PackageReference Include="MGK.Extensions" />
paket add MGK.Extensions --version 1.3.0
#r "nuget: MGK.Extensions, 1.3.0"
#addin nuget:?package=MGK.Extensions&version=1.3.0
#tool nuget:?package=MGK.Extensions&version=1.3.0
MGK.Extensions
A collection of useful extension methods which I use for almost all of my projects.
The extension methods are primarily associated with enhancements to native .NET elements such as the strings, date and times, arrays, enumerables, bytes, guids, enums, and generics type elements.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net9.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on MGK.Extensions:
Package | Downloads |
---|---|
MGK.Acceptance
A library to manage basic acceptance criteria and error/warnings/info messages. |
|
MGK.ServiceBase.API
Base package for api project on microservices. |
|
MGK.ServiceBase.Configuration
Base package to manage configuration and setup. |
|
MGK.Cryptography
A library to manage encryption and decryption of strings based on AES symmetric algorithm. |
|
MGK.ServiceBase.Messaging
Base package to manage the sending of emails. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Source code migrated from .NET 7.0 to .NET 9.0.
Some validations added in some cases to control null values.
NotNullWhen attribute added to tell the compiler that null check has already been performed.
Packages updated and removed Autofixture.
Tests updated.