Easy.Base
10.0.0
dotnet add package Easy.Base --version 10.0.0
NuGet\Install-Package Easy.Base -Version 10.0.0
<PackageReference Include="Easy.Base" Version="10.0.0" />
<PackageVersion Include="Easy.Base" Version="10.0.0" />
<PackageReference Include="Easy.Base" />
paket add Easy.Base --version 10.0.0
#r "nuget: Easy.Base, 10.0.0"
#:package Easy.Base@10.0.0
#addin nuget:?package=Easy.Base&version=10.0.0
#tool nuget:?package=Easy.Base&version=10.0.0
Easy Core
Versioning Notice
As of version 10.0.0, Easy Core has adopted a new versioning scheme that aligns its major version with the .NET major version it targets. This change is intended to provide better clarity and consistency with regard to supported frameworks.
Going forward, the major version of Easy Core will correspond to the major version of .NET it targets (e.g., Easy Core 10.x.x targets .NET 10). The minor and patch versions are used for library-specific updates and do not map to .NET's minor or SDK versions.
Getting Started
This library provides basic tooling that is used in other libraries in the Easy Suite of products.
Installation
To use this library either clone a copy of the repository or check out the NuGet package
Features
- Extension methods
- Converters
- Static helper classes
Build Details
Frameworks
- .NET 8.0
- .NET 9.0
- .NET 10.0
Authors
- NF Software Inc.
License
This project is licensed under the MIT License - see the LICENSE file for details
Acknowledgments
Thank you to:
- Kmg Design for the project icon
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. 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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Easy.Base:
| Package | Downloads |
|---|---|
|
Easy.Blazor.Bulma
This project was created to provide a standard implementation of Bulma with Blazor components. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 775 | 11/26/2025 |
| 1.2.2 | 500 | 10/28/2025 |
| 1.2.1 | 1,313 | 7/8/2025 |
| 1.2.0 | 1,892 | 4/10/2025 |
| 1.1.5 | 1,022 | 11/19/2024 |
| 1.1.4 | 192 | 10/31/2024 |
| 1.1.3 | 482 | 10/10/2024 |
| 1.1.2 | 173 | 9/25/2024 |
| 1.1.1 | 590 | 7/30/2024 |
| 1.1.0 | 364 | 7/10/2024 |
| 1.0.9 | 214 | 6/25/2024 |
| 1.0.8 | 205 | 6/7/2024 |
| 1.0.7 | 372 | 5/24/2024 |
| 1.0.6 | 173 | 5/20/2024 |
| 1.0.5 | 209 | 5/14/2024 |
| 1.0.4 | 257 | 4/29/2024 |
| 1.0.3 | 379 | 3/21/2024 |
| 1.0.2 | 171 | 3/21/2024 |
| 1.0.1 | 200 | 3/21/2024 |
| 1.0.0 | 335 | 3/6/2024 |
10.0.0 Add support for .NET 10.0
1.2.2 Add attribute validation classes and lexicon collection
1.2.1 Enhancements to OTP generation
1.2.0 Drop support for .NET 6.0 and add support for .NET 9.0
1.1.5 Fix issue in EnumExtensions.HasAllFlags method affecting multi-bit flag values
1.1.4 Add method to check SSL certificate expiry date
1.1.3 Fix issue in EnumExtensions.GetFlags method affecting multi-bit flag values
1.1.2 Add Next and Previous LINQ methods
1.1.1 Fix issue calculating IP address range on little endian processors
1.1.0 Drop support for .NET 7.0 and Add extensions for ISOWeek
1.0.10 Add IPAddress extension methods
1.0.9 Improve cancellation token support
1.0.8 Add new extension methods
1.0.7 Add new extension methods
1.0.6 Add DateOnly and TimeOnly overloads to extension methods
1.0.5 Minor improvements
1.0.4 Add new extension methods
1.0.3 Fix sourcelink not working as expected for real
1.0.2 Fix sourcelink not working as expected
1.0.1 Update publishing to include source link, deterministic, and compiler flags
1.0.0 Initial release