Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou
- [EntityLengths.Generator](https://github.com/TarasKovalenko/EntityLengths.Generator) - ![stars](https://img.shields.io/github/stars/TarasKovalenko/EntityLengths.Generator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/TarasKovalenko/EntityLengths.Generator?style=flat-square&cacheSeconds=86400) Source Generator designed to automatically generate string length constants from Entity Framework configurations and data annotations.
- [AutoDbSet](https://github.com/Atulin/AutoDbSet) - ![stars](https://img.shields.io/github/stars/Atulin/AutoDbSet?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Atulin/AutoDbSet?style=flat-square&cacheSeconds=86400) Source Generator to automatically create `DbSet<T>` properties on the `DbContext` from marked entities
- [NpgsqlSourceGenerators](https://github.com/Atulin/NpgsqlSourceGenerators) - ![stars](https://img.shields.io/github/stars/Atulin/NpgsqlSourceGenerators?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Atulin/NpgsqlSourceGenerators?style=flat-square&cacheSeconds=86400) Source Generator to automatically register marked enums with NpgSQL for use with PostgreSQL
- [Unflat](https://github.com/pstlnce/unflat) - ![stars](https://img.shields.io/github/stars/pstlnce/unflat?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/pstlnce/unflat?style=flat-square&cacheSeconds=86400) ORM for zero allocation fast parsing into complex classes/structs with custom type parsers support

### Statically typed resources / configurations

Expand Down