CodeChops.MagicEnums
1.2.2
See the version list below for details.
dotnet add package CodeChops.MagicEnums --version 1.2.2
NuGet\Install-Package CodeChops.MagicEnums -Version 1.2.2
<PackageReference Include="CodeChops.MagicEnums" Version="1.2.2" />
<PackageVersion Include="CodeChops.MagicEnums" Version="1.2.2" />
<PackageReference Include="CodeChops.MagicEnums" />
paket add CodeChops.MagicEnums --version 1.2.2
#r "nuget: CodeChops.MagicEnums, 1.2.2"
#:package CodeChops.MagicEnums@1.2.2
#addin nuget:?package=CodeChops.MagicEnums&version=1.2.2
#tool nuget:?package=CodeChops.MagicEnums&version=1.2.2
Flexible and extendable enums for C#:
It is possible to use other member values than integral types. For example:
- Strings that automatically represent their member name:
- This prohibits incorrect usage of integral values when they are not needed;
- It removes the need to keep track of (incremental) integral values;
- Custom defined types, for example see StrictDirection: https://github.com/Code-Chops/Geometry/;
- Strings that automatically represent their member name:
Inheritance and/or partial records can be used to extend your enums:
- Enums can now be extended in multiple projects;
- Custom methods can be added to enums, if necessary;
Enum-members can be auto-discovered. This removes the need to keep track of used/unused enum-members:
- Explicitly:
- Is enabled by adding the DiscoverableEnumMembers-attribute;
- Use {Enum}.{Member}.CreateMember(...) to create a source generated enum-member on the fly;
- A member value (and comment) can be provided;
- Implicitly:
- Is enabled by adding the DiscoverableEnumMembers-attribute with implicitDiscoverability = true;
- Use {Enum}.{Member} to create a source generated enum-member on the fly;
- Explicitly:
Enum members can be added at runtime, if necessary;
Has the same functionality as the default .NET enum:
- Members can be found by using their name or value;
- Multiple members with the same value can even be looked up: This is not supported in default C# enums;
Optimized, and therefore fast member registration / lookup;
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- CodeChops.GenericMath (>= 1.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CodeChops.MagicEnums:
| Package | Downloads |
|---|---|
|
CodeChops.ImplementationDiscovery
Provides easy-accessible, design-time and runtime information about implementations throughout your code. |
|
|
CodeChops.MagicEnums.Json
Json (de)serialization for MagicEnums. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1 | 1,954 | 2/21/2025 |
| 4.0.0 | 198 | 2/21/2025 |
| 3.9.3-alpha | 954 | 12/11/2024 |
| 3.9.2 | 1,611 | 10/16/2024 |
| 3.9.1 | 335 | 9/29/2024 |
| 3.9.0 | 909 | 3/20/2023 |
| 3.8.3 | 598 | 3/10/2023 |
| 3.8.2 | 645 | 3/6/2023 |
| 3.8.0 | 542 | 1/27/2023 |
| 3.7.1 | 537 | 1/22/2023 |
| 3.6.0 | 1,183 | 1/7/2023 |
| 3.5.0 | 537 | 1/6/2023 |
| 3.4.4 | 692 | 1/6/2023 |
| 3.4.2 | 476 | 1/4/2023 |
| 3.4.1 | 589 | 1/3/2023 |
| 3.4.0 | 518 | 1/2/2023 |
| 3.3.9 | 463 | 1/2/2023 |
| 3.3.5 | 510 | 12/23/2022 |
| 3.3.4 | 461 | 12/22/2022 |
| 3.3.3 | 421 | 12/19/2022 |
| 3.3.2 | 462 | 12/16/2022 |
| 3.3.1 | 455 | 12/15/2022 |
| 3.3.0 | 468 | 12/14/2022 |
| 2.9.9 | 705 | 9/17/2022 |
| 2.9.8 | 685 | 9/16/2022 |
| 2.9.5 | 708 | 9/16/2022 |
| 2.9.4 | 569 | 9/15/2022 |
| 2.9.3 | 605 | 9/14/2022 |
| 1.5.1 | 713 | 7/11/2022 |
| 1.5.0 | 882 | 7/11/2022 |
| 1.4.3 | 752 | 7/11/2022 |
| 1.4.2 | 1,422 | 7/10/2022 |
| 1.4.1 | 976 | 7/8/2022 |
| 1.3.10 | 699 | 7/8/2022 |
| 1.2.9 | 1,061 | 7/6/2022 |
| 1.2.8 | 588 | 7/6/2022 |
| 1.2.7 | 569 | 7/5/2022 |
| 1.2.6 | 567 | 7/5/2022 |
| 1.2.5 | 1,765 | 6/23/2022 |
| 1.2.4 | 563 | 6/22/2022 |
| 1.2.3 | 832 | 6/21/2022 |
| 1.2.2 | 625 | 6/14/2022 |
| 1.2.1 | 2,400 | 6/14/2022 |
| 1.2.0 | 1,549 | 6/13/2022 |
| 1.1.1 | 2,080 | 3/16/2022 |
| 1.1.0 | 599 | 3/9/2022 |
| 1.0.3 | 744 | 3/4/2022 |
| 1.0.2 | 616 | 3/3/2022 |
| 1.0.1 | 591 | 3/3/2022 |
| 0.9.6 | 615 | 2/20/2022 |
Fixed reference to source generator