CodeChops.MagicEnums
1.4.2
See the version list below for details.
dotnet add package CodeChops.MagicEnums --version 1.4.2
NuGet\Install-Package CodeChops.MagicEnums -Version 1.4.2
<PackageReference Include="CodeChops.MagicEnums" Version="1.4.2" />
paket add CodeChops.MagicEnums --version 1.4.2
#r "nuget: CodeChops.MagicEnums, 1.4.2"
// Install CodeChops.MagicEnums as a Cake Addin #addin nuget:?package=CodeChops.MagicEnums&version=1.4.2 // Install CodeChops.MagicEnums as a Cake Tool #tool nuget:?package=CodeChops.MagicEnums&version=1.4.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 | net6.0 is compatible. 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. |
-
net6.0
- CodeChops.GenericMath (>= 1.3.6)
- CodeChops.Identities (>= 0.0.6)
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 |
---|---|---|
3.9.3-alpha | 227 | 12/11/2024 |
3.9.2 | 835 | 10/16/2024 |
3.9.1 | 229 | 9/29/2024 |
3.9.0 | 644 | 3/20/2023 |
3.8.3 | 434 | 3/10/2023 |
3.8.2 | 455 | 3/6/2023 |
3.8.0 | 422 | 1/27/2023 |
3.7.1 | 414 | 1/22/2023 |
3.6.0 | 865 | 1/7/2023 |
3.5.0 | 422 | 1/6/2023 |
3.4.4 | 535 | 1/6/2023 |
3.4.2 | 375 | 1/4/2023 |
3.4.1 | 464 | 1/3/2023 |
3.4.0 | 389 | 1/2/2023 |
3.3.9 | 338 | 1/2/2023 |
3.3.5 | 405 | 12/23/2022 |
3.3.4 | 353 | 12/22/2022 |
3.3.3 | 329 | 12/19/2022 |
3.3.2 | 371 | 12/16/2022 |
3.3.1 | 366 | 12/15/2022 |
3.3.0 | 345 | 12/14/2022 |
2.9.9 | 600 | 9/17/2022 |
2.9.8 | 584 | 9/16/2022 |
2.9.5 | 599 | 9/16/2022 |
2.9.4 | 477 | 9/15/2022 |
2.9.3 | 494 | 9/14/2022 |
1.5.1 | 594 | 7/11/2022 |
1.5.0 | 766 | 7/11/2022 |
1.4.3 | 649 | 7/11/2022 |
1.4.2 | 1,229 | 7/10/2022 |
1.4.1 | 855 | 7/8/2022 |
1.3.10 | 601 | 7/8/2022 |
1.2.9 | 920 | 7/6/2022 |
1.2.8 | 465 | 7/6/2022 |
1.2.7 | 464 | 7/5/2022 |
1.2.6 | 472 | 7/5/2022 |
1.2.5 | 1,589 | 6/23/2022 |
1.2.4 | 457 | 6/22/2022 |
1.2.3 | 705 | 6/21/2022 |
1.2.2 | 495 | 6/14/2022 |
1.2.1 | 2,173 | 6/14/2022 |
1.2.0 | 1,363 | 6/13/2022 |
1.1.1 | 1,858 | 3/16/2022 |
1.1.0 | 486 | 3/9/2022 |
1.0.3 | 619 | 3/4/2022 |
1.0.2 | 480 | 3/3/2022 |
1.0.1 | 479 | 3/3/2022 |
0.9.6 | 489 | 2/20/2022 |
Updated GenericMath package.