Casasoft.Helpers 1.0.0

dotnet add package Casasoft.Helpers --version 1.0.0
                    
NuGet\Install-Package Casasoft.Helpers -Version 1.0.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="Casasoft.Helpers" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Casasoft.Helpers" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Casasoft.Helpers" />
                    
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 Casasoft.Helpers --version 1.0.0
                    
#r "nuget: Casasoft.Helpers, 1.0.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 Casasoft.Helpers@1.0.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=Casasoft.Helpers&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Casasoft.Helpers&version=1.0.0
                    
Install as a Cake Tool

Casasoft.Helpers

Lightweight helper utilities targeted at .NET 10.0. Provides common helper functions and extension methods for reuse across Casasoft projects.

Status

  • Target framework: net10.0
  • XML documentation generation enabled (GenerateDocumentationFile = True)
  • License: AGPL-3.0-or-later

Quick Start

Install (from NuGet)

  • If the package is published as Casasoft.Helpers:
    • dotnet add package Casasoft.Helpers

Build from source

  • Restore and build:
    • dotnet restore
    • dotnet build -c Release
  • Pack:
    • dotnet pack -c Release -o ./nupkg

Usage

  • Add a reference to the library and use the Casasoft.Helpers namespace in your code:
using Casasoft.Helpers;

// example usage (replace with actual API from the library)
var result = HelperClass.DoSomething();

API Documentation

  • XML documentation is produced during build. The .xml file is created adjacent to the assembly when dotnet build or dotnet pack runs.
  • Generate more user-facing docs or publish API docs from the XML comments as needed.

Contributing

  • Fork the repo, create a feature branch, and submit a pull request.
  • Keep changes targeted and include unit tests where appropriate.
  • Follow the existing code style and include XML comments for public APIs.

Authors and Maintainers

License

This project is licensed under the AGPL-3.0-or-later. See the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.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
1.0.0 112 3/15/2026