Code fixes for Murmu.Common analyzers (IDE only).
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Aug 18, 2025
$ dotnet add package Murmu.Common.Generator.CodeFixes# Murmu.Common.Generator
C# **source generator + analyzers** that create Add/Update/Delete request DTOs from EF entities annotated with `[GenerateAddRequest]`, and provide helpful diagnostics/code-fixes.
Packs as an **Analyzer** NuGet; works at build time.
## Install
Add the package to the project that contains your **entities**:
```bash
dotnet add package Murmu.Common.Generator