Skip to content

Instantly share code, notes, and snippets.

@bruno-brant
Last active May 9, 2023 20:29
Show Gist options
  • Save bruno-brant/d4286f50aff66c0a0d1eaa60712cd3a1 to your computer and use it in GitHub Desktop.
Save bruno-brant/d4286f50aff66c0a0d1eaa60712cd3a1 to your computer and use it in GitHub Desktop.
Essential .NET Libraries

Essential .NET Libraries

A few libraries that we can leverage on most projects to make our life easier:

  1. AnyOf - Sort of union types for .NET.

  2. SuccincT - Adds some functional features to .NET, with helpers such as pipe operators and partial function applications.

  3. IntelliEnum - Typed Enums for free.

  4. Sprache - Monadic parsers ftw!

  5. CommunityToolkit.Diagnostics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment