dotnet-cqrs/Svrnty.CQRS.Grpc.Generators
David Nguyen dfbef9d161
Fix placeholder proto namespace to use project's actual namespace
The WriteProtoFileTask now receives RootNamespace and AssemblyName from
MSBuild and uses them for the placeholder proto's csharp_namespace instead
of hardcoded "Generated.Grpc". This ensures GrpcGenerator can find the
service base types on first build, enabling gRPC service registration
to work without requiring a second build.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 02:19:50 -05:00
..
build Fix placeholder proto namespace to use project's actual namespace 2026-01-22 02:19:50 -05:00
Helpers Fix MinimalApi to resolve authorization services per-request 2026-01-14 15:56:31 -05:00
Models Fix MinimalApi to resolve authorization services per-request 2026-01-14 15:56:31 -05:00
GrpcGenerator.cs Add authorization checks to gRPC service implementations 2026-01-21 14:18:07 -05:00
ProtoFileGenerator.cs Fix proto generation for collection types (NpgsqlPolygon, etc.) 2026-01-06 10:33:55 -05:00
ProtoFileSourceGenerator.cs Make GeneratedProtoFile class public for cross-assembly discovery 2026-01-22 00:31:34 -05:00
ProtoTypeMapper.cs Fix MinimalApi to resolve authorization services per-request 2026-01-14 15:56:31 -05:00
Svrnty.CQRS.Grpc.Generators.csproj fix nuget package for Generator assembly? 2025-11-07 12:48:00 -05:00
WriteProtoFileTask.cs Fix placeholder proto namespace to use project's actual namespace 2026-01-22 02:19:50 -05:00