https://github.com/egil/framework
A collection of libraries!
https://github.com/egil/framework
dotnet orleans source-generators
Last synced: about 1 month ago
JSON representation
A collection of libraries!
- Host: GitHub
- URL: https://github.com/egil/framework
- Owner: egil
- License: mit
- Created: 2025-02-14T08:48:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T13:58:59.000Z (2 months ago)
- Last Synced: 2025-09-05T23:50:10.148Z (about 1 month ago)
- Topics: dotnet, orleans, source-generators
- Language: C#
- Homepage:
- Size: 742 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Egil's framework
A collection of libraries!
- **[Strongly Typed Primitives](https://github.com/egil/framework/tree/main/Egil.StronglyTypedPrimitives):** A source generator for creating strongly-typed primitive types that makes it easy to avoid the primitive obsession anti pattern. Add a [StronglyTyped] attribute to a partial record struct to get started.
- **[Extensions to Orleans Storage](https://github.com/egil/framework/tree/main/Egil.Orleans.Storage):** This library provides OpenTelemetry integration for Microsoft Orleans grain storage providers. It enables detailed telemetry collection for grain storage operations with minimal configuration, helping you monitor and analyze storage performance, errors, and usage patterns in your Orleans applications.