dotnet-cqrs/Svrnty.CQRS.Grpc.Generators
David Nguyen 433b852a43
All checks were successful
Publish NuGets / build (release) Successful in 40s
Refactor proto generation from source generator to MSBuild task
Replace ProtoFileSourceGenerator and WriteProtoFileTask with a new
GenerateProtoFileTask that creates its own Roslyn compilation. This
solves the timing issue where source generators run too late for
Grpc.Tools to process the generated proto files.

The new task runs after ResolveAssemblyReferences but before
_gRPC_GetProtoc and CoreCompile, ensuring the proto file exists
when Grpc.Tools needs it.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 14:35:56 -05:00
..
build Refactor proto generation from source generator to MSBuild task 2026-01-26 14:35:56 -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
GenerateProtoFileTask.cs Refactor proto generation from source generator to MSBuild task 2026-01-26 14:35:56 -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
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