https://github.com/soenneker/soenneker.enums.initializationmodes
Defines how an instance is initialized (sync or async), including whether a key and/or cancellation token is used.
https://github.com/soenneker/soenneker.enums.initializationmodes
csharp dotnet enum enums initialization initializationmode initializationmodes mode
Last synced: 12 days ago
JSON representation
Defines how an instance is initialized (sync or async), including whether a key and/or cancellation token is used.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.enums.initializationmodes
- Owner: soenneker
- License: mit
- Created: 2026-01-06T23:08:27.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2026-01-12T06:46:18.000Z (14 days ago)
- Last Synced: 2026-01-12T09:54:10.923Z (14 days ago)
- Topics: csharp, dotnet, enum, enums, initialization, initializationmode, initializationmodes, mode
- Language: C#
- Homepage: https://soenneker.com
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.enums.initializationmodes/)
[](https://github.com/soenneker/soenneker.enums.initializationmodes/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.enums.initializationmodes/)
#  Soenneker.Enums.InitializationModes
### Defines how an instance is initialized (sync or async), including whether a key and/or cancellation token is used.
## Installation
```
dotnet add package Soenneker.Enums.InitializationModes
```