Neolution.Utilities.AspNetCore 0.3.0-alpha.0

Prefix Reserved
This is a prerelease version of Neolution.Utilities.AspNetCore.
dotnet add package Neolution.Utilities.AspNetCore --version 0.3.0-alpha.0
                    
NuGet\Install-Package Neolution.Utilities.AspNetCore -Version 0.3.0-alpha.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Neolution.Utilities.AspNetCore" Version="0.3.0-alpha.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Neolution.Utilities.AspNetCore" Version="0.3.0-alpha.0" />
                    
Directory.Packages.props
<PackageReference Include="Neolution.Utilities.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Neolution.Utilities.AspNetCore --version 0.3.0-alpha.0
                    
#r "nuget: Neolution.Utilities.AspNetCore, 0.3.0-alpha.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Neolution.Utilities.AspNetCore@0.3.0-alpha.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Neolution.Utilities.AspNetCore&version=0.3.0-alpha.0&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Neolution.Utilities.AspNetCore&version=0.3.0-alpha.0&prerelease
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.