Skip to content

C# doesn't support multiple return types from methods, as an alternative use Discriminated Unions with ErrorOr library.

License

Notifications You must be signed in to change notification settings

AdsHan/dotnet-discriminated-unions-erroror

Repository files navigation

dotnet-discriminated-unions-erroror

Demonstração de como podemos trabalhar com Discriminated Union usando a biblioteca ErrorOr.

Como executar:

  • Clonar / baixar o repositório em seu workplace.
  • Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.

Sobre

Este projeto foi desenvolvido por Anderson Hansen.

About

C# doesn't support multiple return types from methods, as an alternative use Discriminated Unions with ErrorOr library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages