https://github.com/soenneker/soenneker.dictionaries.singletons
An externally initializing singleton dictionary that uses double-check asynchronous locking, with optional async and sync disposal
https://github.com/soenneker/soenneker.dictionaries.singletons
csharp dictionaries dictionary dotnet extension singleton singletondictionary singletons util
Last synced: 3 months ago
JSON representation
An externally initializing singleton dictionary that uses double-check asynchronous locking, with optional async and sync disposal
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.dictionaries.singletons
- Owner: soenneker
- License: mit
- Created: 2026-01-06T23:14:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T20:22:32.000Z (5 months ago)
- Last Synced: 2026-01-17T11:50:07.800Z (5 months ago)
- Topics: csharp, dictionaries, dictionary, dotnet, extension, singleton, singletondictionary, singletons, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.dictionaries.singletons/)
[](https://github.com/soenneker/soenneker.dictionaries.singletons/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.dictionaries.singletons/)
[](https://github.com/soenneker/soenneker.dictionaries.singletons/actions/workflows/codeql.yml)
#  Soenneker.Dictionaries.Singletons
### An externally initializing singleton dictionary that uses double-check asynchronous locking, with optional async and sync disposal
## Installation
```
dotnet add package Soenneker.Dictionaries.Singletons
```