bulk
Here are 188 public repositories matching this topic...
-
Updated
Oct 26, 2020 - C#
-
Updated
Oct 22, 2019 - Python
-
Updated
Dec 18, 2018 - Java
-
Updated
Sep 6, 2020 - Python
-
Updated
Oct 26, 2020 - Python
-
Updated
Oct 9, 2019 - JavaScript
-
Updated
Jun 22, 2020 - C#
-
Updated
Jun 24, 2020 - PHP
-
Updated
Oct 9, 2020 - Elixir
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 31, 2018 - JavaScript
-
Updated
Sep 5, 2020 - Python
-
Updated
Apr 12, 2020 - Python
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Dec 18, 2018 - JavaScript
-
Updated
Apr 28, 2019 - HTML
-
Updated
Jun 25, 2020 - C#
Improve this page
Add a description, image, and links to the bulk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bulk topic, visit your repo's landing page and select "manage topics."


Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the
MapValueattribute:But I don't like this approach (see my longer explanation below). Thank you in