Neolution.Utilities.AspNetCore
0.3.0-alpha.0
Prefix Reserved
dotnet add package Neolution.Utilities.AspNetCore --version 0.3.0-alpha.0
NuGet\Install-Package Neolution.Utilities.AspNetCore -Version 0.3.0-alpha.0
<PackageReference Include="Neolution.Utilities.AspNetCore" Version="0.3.0-alpha.0" />
<PackageVersion Include="Neolution.Utilities.AspNetCore" Version="0.3.0-alpha.0" />
<PackageReference Include="Neolution.Utilities.AspNetCore" />
paket add Neolution.Utilities.AspNetCore --version 0.3.0-alpha.0
#r "nuget: Neolution.Utilities.AspNetCore, 0.3.0-alpha.0"
#:package Neolution.Utilities.AspNetCore@0.3.0-alpha.0
#addin nuget:?package=Neolution.Utilities.AspNetCore&version=0.3.0-alpha.0&prerelease
#tool nuget:?package=Neolution.Utilities.AspNetCore&version=0.3.0-alpha.0&prerelease
Neolution.Utilities
This is a collection of utilities that we have created to help with our development process. We have decided to open source these utilities in the hopes that they will be useful to others.
Usage
To use these utilities, simply add the Nuget package to your project and use the desired classes in your source code.
Contributing
If you would like to contribute to this project, please submit a pull request.
Guidelines
- Use a namespace that fits what the utility is doing. If you introduce a new namespace, choose a name that fits your utility but is still generic enough to hold similar utilities that can be added later alongside your addition.
- Try to create your utility as an extension method. Except it would extend a primitive type like Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, IntPtr, UIntPtr, Char, Double, or Single.
- Add tests to your utilities and strive to cover many different usage scenarios and parametrization and high code coverage.
Releases
Due to the nature of this project as a loosely connected collection of utilities, it's important to be strict about following SemVer to communicate possible breaking changes to the users of this library via version number.
Equally as important is to be precise about the changes made in each release and maintain the CHANGELOG.md according to the Keep a Changelog format so users of this library can see easily where changes were made.
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 was computed. 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 was computed. 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. |
-
net8.0
- 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.
Version | Downloads | Last Updated |
---|---|---|
0.3.0-alpha.0 | 110 | 7/17/2025 |
0.1.0-alpha.0 | 118 | 6/2/2025 |
0.0.1-alpha.3 | 124 | 5/27/2025 |
See CHANGELOG.md for release notes.