true-myth - TrueMyth 1.0.0-CI-20181218-012003

An implementation of Result and Maybe for C♯

PM> Install-Package TrueMyth -Version 1.0.0-CI-20181218-012003 -Source https://www.myget.org/F/true-myth/api/v3/index.json

Copy to clipboard

> nuget.exe install TrueMyth -Version 1.0.0-CI-20181218-012003 -Source https://www.myget.org/F/true-myth/api/v3/index.json

Copy to clipboard

> dotnet add package TrueMyth --version 1.0.0-CI-20181218-012003 --source https://www.myget.org/F/true-myth/api/v3/index.json

Copy to clipboard
<PackageReference Include="TrueMyth" Version="1.0.0-CI-20181218-012003" />
Copy to clipboard
source https://www.myget.org/F/true-myth/api/v3/index.json

nuget TrueMyth  ~> 1.0.0-CI-20181218-012003
Copy to clipboard

> choco install TrueMyth --version 1.0.0-CI-20181218-012003 --source https://www.myget.org/F/true-myth/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "true-myth" -SourceLocation "https://www.myget.org/F/true-myth/api/v2"
Install-Module -Name "TrueMyth" -RequiredVersion "1.0.0-CI-20181218-012003" -Repository "true-myth" -AllowPreRelease
Copy to clipboard

True Myth C♯

A library for safer programming in C♯, with Maybe and Result types with a traditional method-call style.

Azure Pipelines `master` build status Hosted on Nuget.org

Overview

True Myth provides standard, type-safe wrappers and helper functions to help help you with two extremely common cases in programming:

  • not having a value
  • having a result where you need to deal with either success or failure

You could implement all of these yourself – it's not hard! – but it's much easier to just have one extremely well-tested library you can use everywhere to solve this problem once and for all.

  • .NETFramework 4.6.1
    • System.ValueTuple (>= 4.5.0)
  • .NETStandard 2.0
  • .NETFramework 4.6.1: 4.6.1.0
  • .NETStandard 2.0: 2.0.0.0

Owners

Benjamin Collins

Authors

Chris Krycho, Chris Riesgo, Ben Collins

Project URL

https://github.com/true-myth/true-myth-csharp

License

Unknown

Info

2 total downloads
0 downloads for version 1.0.0-CI-20181218-012003
Download (35.65 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.0.0-CI-20190317-022022 38.49 KB Sun, 17 Mar 2019 02:21:38 GMT 0
1.0.0-CI-20190316-141813 38.49 KB Sat, 16 Mar 2019 14:19:28 GMT 0
1.0.0-CI-20190316-140528 38.49 KB Sat, 16 Mar 2019 14:06:42 GMT 0
1.0.0-CI-20190316-061750 38.49 KB Sat, 16 Mar 2019 06:19:06 GMT 0
1.0.0-CI-20190316-050411 38.48 KB Sat, 16 Mar 2019 05:05:21 GMT 0
1.0.0-CI-20190316-041423 38.49 KB Sat, 16 Mar 2019 04:15:36 GMT 0
1.0.0-CI-20190316-040337 38.49 KB Sat, 16 Mar 2019 04:04:50 GMT 0
1.0.0-CI-20190315-050217 38.49 KB Fri, 15 Mar 2019 05:03:27 GMT 0
1.0.0-CI-20190315-044943 38.49 KB Fri, 15 Mar 2019 04:50:55 GMT 0
1.0.0-CI-20190315-043110 38.48 KB Fri, 15 Mar 2019 04:32:28 GMT 0
1.0.0-CI-20190315-041738 38.48 KB Fri, 15 Mar 2019 04:18:51 GMT 0
1.0.0-CI-20190315-040656 38.49 KB Fri, 15 Mar 2019 04:08:11 GMT 0
1.0.0-CI-20190315-035101 38.49 KB Fri, 15 Mar 2019 03:52:10 GMT 0
1.0.0-CI-20190315-025308 38.49 KB Fri, 15 Mar 2019 02:54:22 GMT 0
1.0.0-CI-20190314-233958 38.48 KB Thu, 14 Mar 2019 23:41:10 GMT 0
1.0.0-CI-20190221-040219 38.49 KB Thu, 21 Feb 2019 04:03:26 GMT 0
1.0.0-CI-20190109-034426 38.49 KB Wed, 09 Jan 2019 03:45:45 GMT 1
1.0.0-CI-20190109-032539 38.52 KB Wed, 09 Jan 2019 03:27:03 GMT 0
1.0.0-CI-20190109-025539 37.18 KB Wed, 09 Jan 2019 02:57:04 GMT 0
1.0.0-CI-20190108-174750 36.92 KB Tue, 08 Jan 2019 17:49:12 GMT 0
1.0.0-CI-20190106-221704 36.91 KB Sun, 06 Jan 2019 22:18:26 GMT 0
1.0.0-CI-20190106-213523 36.18 KB Sun, 06 Jan 2019 21:36:43 GMT 0
1.0.0-CI-20190105-214953 36.18 KB Sat, 05 Jan 2019 21:51:17 GMT 0
1.0.0-CI-20190104-212614 35.45 KB Fri, 04 Jan 2019 21:27:36 GMT 0
1.0.0-CI-20181224-183911 35.45 KB Mon, 24 Dec 2018 18:40:35 GMT 1
1.0.0-CI-20181224-182052 35.45 KB Mon, 24 Dec 2018 18:22:11 GMT 0
1.0.0-CI-20181223-212733 35.45 KB Sun, 23 Dec 2018 21:28:55 GMT 0
1.0.0-CI-20181223-210409 35.5 KB Sun, 23 Dec 2018 21:05:30 GMT 0
1.0.0-CI-20181218-012003 35.65 KB Tue, 18 Dec 2018 01:21:23 GMT 0
1.0.0-CI-20181218-005009 35.65 KB Tue, 18 Dec 2018 00:51:32 GMT 0
1.0.0-CI-20181218-003603 35.65 KB Tue, 18 Dec 2018 00:37:22 GMT 0
1.0.0-CI-20181218-002547 35.65 KB Tue, 18 Dec 2018 00:27:13 GMT 0
1.0.0-CI-20181217-234454 35.65 KB Mon, 17 Dec 2018 23:46:18 GMT 0
1.0.0-CI-20181216-003541 35.5 KB Sun, 16 Dec 2018 00:37:03 GMT 0
1.0.0-CI-20181213-231405 35.5 KB Thu, 13 Dec 2018 23:15:26 GMT 0
1.0.0-CI-20181129-171751 35.83 KB Thu, 29 Nov 2018 17:19:14 GMT 0
1.0.0-CI-20181129-170235 35.83 KB Thu, 29 Nov 2018 17:03:59 GMT 0