https://github.com/sakryukov/dotnet-enumerations-command-line
Really enumerating .NET enumeration type + enumeration-based command line
https://github.com/sakryukov/dotnet-enumerations-command-line
command-line csharp documentation dotnet globalization localization metadata reflection wpf
Last synced: 2 months ago
JSON representation
Really enumerating .NET enumeration type + enumeration-based command line
- Host: GitHub
- URL: https://github.com/sakryukov/dotnet-enumerations-command-line
- Owner: SAKryukov
- License: mit
- Created: 2023-09-15T03:43:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T16:11:57.000Z (over 1 year ago)
- Last Synced: 2025-03-23T11:13:00.426Z (over 1 year ago)
- Topics: command-line, csharp, documentation, dotnet, globalization, localization, metadata, reflection, wpf
- Language: C#
- Homepage: https://www.SAKryukov.org
- Size: 226 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enumerations
Really enumerating .NET enumeration type + enumeration-based command line
Covered topics:
* Generic Enumeration type
* Command-line utility based on enum declarations
* Localization
* Automatically generated documentation
## Publications
* [Enumeration Types do not Enumerate! Working around .NET and Language Limitations](https://www.codeproject.com/Articles/129830/Enumeration-Types-do-not-Enumerate-Working-around)
* [Human-readable Enumeration Meta-data](https://www.codeproject.com/Articles/136181/Human-readable-Enumeration-Meta-data)
* [Enumeration-based Command Line Utility](https://www.codeproject.com/Articles/144349/Enumeration-based-Command-Line-Utility)
* [Bitwise Enumeration Editor for PropertyGrid and Visual Studio](https://www.codeproject.com/Articles/809357/Bitwise-Enumeration-Editor-for-PropertyGrid-and-Vi)
* Modernized .NET Enumerations and Command Line (under development)
## Under development
