Daht.Sagitta.Core 3.12.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Daht.Sagitta.Core --version 3.12.0                
NuGet\Install-Package Daht.Sagitta.Core -Version 3.12.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="Daht.Sagitta.Core" Version="3.12.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Daht.Sagitta.Core --version 3.12.0                
#r "nuget: Daht.Sagitta.Core, 3.12.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.
// Install Daht.Sagitta.Core as a Cake Addin
#addin nuget:?package=Daht.Sagitta.Core&version=3.12.0

// Install Daht.Sagitta.Core as a Cake Tool
#tool nuget:?package=Daht.Sagitta.Core&version=3.12.0                

Sagitta - Core

Functional paradigm abstractions for .NET

NuGet Downloads Coverage

CodeQL Library Markdown

LinkedIn X (Twitter)

Table of contents

  1. Installation
  2. API
  3. License
  4. Security policy
  5. Code of conduct
  6. Contributing guidelines

Installation

For information on all available versions, please see the NuGet or GitHub package registry

Please select the installation method that best suits your workflow:

  • .NET command-line interface (CLI):

    dotnet add package Daht.Sagitta.Core --version x.x.x
    
  • Default package reference:

    
    <Project Sdk="Microsoft.NET.Sdk">
      <ItemGroup>
    
        <PackageReference Include="Daht.Sagitta.Core" Version="x.x.x" />
    
      </ItemGroup>
    </Project>
    
  • Central package management (CPM):

    
    <Project>
      <PropertyGroup>
    
        <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
    
      </PropertyGroup>
      <ItemGroup>
    
        <PackageVersion Include="Daht.Sagitta.Core" Version="x.x.x" />
    
      </ItemGroup>
    </Project>
    
    
    <Project Sdk="Microsoft.NET.Sdk">
      <ItemGroup>
    
        <PackageReference Include="Daht.Sagitta.Core" />
    
      </ItemGroup>
    </Project>
    

Top

API

Monads

The monads represent a set of structures that provide ways to manage the state of an element through the composition of sequential operations and the handling of side effects.

Type Description
Result<TSuccess, TFailure> Type that encapsulates both the expected success and the possible failure of a given action
ResultFactory Type that exposes a set of ways to initialize Result<TSuccess, TFailure>

Top

License

Distributed under MIT license.

Top

Security policy

Please read and keep in mind our security policy.

Top

Code of conduct

Please read and follow our code of conduct.

Top

Contributing guidelines

Please read and follow our contributing guidelines.

Top

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. 
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
5.0.0 132 8/22/2024
4.3.0 112 6/12/2024
4.2.0 180 2/13/2024
4.1.0 96 2/13/2024
4.0.0 140 2/4/2024
3.13.0 131 1/22/2024 3.13.0 is deprecated because it is no longer maintained.
3.12.0 125 1/22/2024 3.12.0 is deprecated because it is no longer maintained.
3.11.0 178 1/7/2024 3.11.0 is deprecated because it is no longer maintained.
3.10.0 146 1/5/2024 3.10.0 is deprecated because it is no longer maintained.
3.9.0 145 1/4/2024 3.9.0 is deprecated because it is no longer maintained.
3.8.0 134 1/4/2024 3.8.0 is deprecated because it is no longer maintained.
3.7.0 132 1/4/2024 3.7.0 is deprecated because it is no longer maintained.
3.6.0 135 1/4/2024 3.6.0 is deprecated because it is no longer maintained.
3.5.0 141 1/4/2024 3.5.0 is deprecated because it is no longer maintained.
3.4.0 150 1/4/2024 3.4.0 is deprecated because it is no longer maintained.
3.3.0 138 1/4/2024 3.3.0 is deprecated because it is no longer maintained.
3.2.0 138 1/3/2024 3.2.0 is deprecated because it is no longer maintained.
3.1.0 131 1/3/2024 3.1.0 is deprecated because it is no longer maintained.
3.0.0 154 1/2/2024 3.0.0 is deprecated because it is no longer maintained.
2.8.0 212 12/9/2023 2.8.0 is deprecated because it is no longer maintained.
2.7.0 188 12/8/2023 2.7.0 is deprecated because it is no longer maintained.
2.6.0 172 12/8/2023 2.6.0 is deprecated because it is no longer maintained.
2.5.0 184 12/8/2023 2.5.0 is deprecated because it is no longer maintained.
2.4.0 186 12/8/2023 2.4.0 is deprecated because it is no longer maintained.
2.3.0 172 12/6/2023 2.3.0 is deprecated because it is no longer maintained.
2.2.0 176 12/6/2023 2.2.0 is deprecated because it is no longer maintained.
2.1.0 151 12/6/2023 2.1.0 is deprecated because it is no longer maintained.
2.0.0 172 12/5/2023 2.0.0 is deprecated because it is no longer maintained.
1.2.0 186 12/5/2023 1.2.0 is deprecated because it is no longer maintained.
1.1.0 185 12/4/2023 1.1.0 is deprecated because it is no longer maintained.
1.0.0 174 12/3/2023 1.0.0 is deprecated because it is no longer maintained.