dotnet-cqrs/Svrnty.Sample
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
..
Protos Refactor proto generation from source generator to MSBuild task 2026-01-26 14:35:56 -05:00
AddUserCommand.cs yessir 2025-11-03 07:44:17 -05:00
appsettings.Development.json yessir 2025-11-03 07:44:17 -05:00
appsettings.json yessir 2025-11-03 07:44:17 -05:00
FetchUserQuery.cs yessir 2025-11-03 07:44:17 -05:00
InternalCommand.cs yessir 2025-11-03 07:44:17 -05:00
Program.cs update readme 2025-11-07 13:34:51 -05:00
RemoveUserCommand.cs yessir 2025-11-03 07:44:17 -05:00
SimpleAsyncQueryableService.cs added dynamic queries for minimal api 2025-11-03 09:50:03 -05:00
Svrnty.Sample.csproj mega cleanup :D 2025-11-03 16:00:13 -05:00
UserQueryableProvider.cs added dynamic queries for minimal api 2025-11-03 09:50:03 -05:00