IonTechnologies.Result 4.0.0

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

IonTechnologies.Result

Incremental source generator that produces Result classes for a given success type and error enum.

Created by following this blog series from Andrew Lock: https://andrewlock.net/creating-a-source-generator-part-1-creating-an-incremental-source-generator/

Example usage can be found in src/IonTechnologies.Result.Tests/Example.cs

Commit message format

Uses anothrNick/github-tag-action for automatic version tagging. See https://github.com/anothrNick/github-tag-action?tab=readme-ov-file#bumping for details, but the quick version is use #major #minor or #patch in your commit message to bump the version number.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.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
4.0.0 1,109 7/17/2025
3.0.1 184 7/9/2025
3.0.0 191 7/9/2025
2.1.0 196 6/30/2025
2.0.0 198 6/30/2025
1.2.0 201 5/21/2025
1.1.2 194 5/21/2025
1.1.1 190 5/21/2025
1.1.0 180 5/21/2025
1.0.3 208 5/21/2025
1.0.1 202 5/21/2025