SAMMAI.Transverse 0.14.0-beta

This is a prerelease version of SAMMAI.Transverse.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package SAMMAI.Transverse --version 0.14.0-beta
                    
NuGet\Install-Package SAMMAI.Transverse -Version 0.14.0-beta
                    
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="SAMMAI.Transverse" Version="0.14.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SAMMAI.Transverse" Version="0.14.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="SAMMAI.Transverse" />
                    
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 SAMMAI.Transverse --version 0.14.0-beta
                    
#r "nuget: SAMMAI.Transverse, 0.14.0-beta"
                    
#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 SAMMAI.Transverse@0.14.0-beta
                    
#: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=SAMMAI.Transverse&version=0.14.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SAMMAI.Transverse&version=0.14.0-beta&prerelease
                    
Install as a Cake Tool

SAMMAI.Transverse

SAMMAI transverse helper

Adding the Local Package Source

To access this NuGet package, execute the following command to add the local package source:

dotnet nuget add source "<physical-root-path-of-this-folder>\SAMMAI.NuGet" -n "SAMMAI Local Package Source"
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.

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.14.5-beta 0 9/26/2025
0.14.4-beta 159 9/19/2025
0.14.3-beta 61 9/12/2025
0.14.2-beta 73 9/5/2025
0.14.1-beta 55 8/22/2025
0.14.0-beta 78 8/15/2025
0.13.2-beta 27 8/1/2025
0.13.1-beta 311 7/25/2025
0.13.0-beta 68 7/18/2025
0.12.1-beta 59 7/11/2025
0.12.0-beta 71 7/4/2025
0.11.0-beta 65 6/21/2025
0.10.0-beta 67 6/6/2025
0.9.6-beta 98 5/30/2025
0.9.5-beta 78 5/24/2025
0.9.4-beta 78 5/9/2025
0.9.3-beta 103 5/2/2025
0.9.2-beta 145 4/25/2025
0.9.1-beta 165 4/1/2025
0.9.0-beta 142 3/28/2025
0.8.1-beta 94 3/21/2025
0.8.0-beta 152 3/18/2025
0.7.1-beta 148 3/12/2025
0.7.0-beta 301 2/24/2025

feat: add helpers to allow to send an email inviting to reset a password
feat: add generic header swagger documentation
feat (reafactor): desegregate custom data and database functionalities
feat: add database and custom data endpoints
chore: move form resources classes to a new folder focuses on themself
chore: standardize the not found, bad request, validator messages