Compare commits

..

1 Commits

Author SHA1 Message Date
david.nguyen 377977b080 Make GeneratedProtoFile class public for cross-assembly discovery
Publish NuGets / build (release) Successful in 34s
The generated proto file holder class was internal, preventing
reflection-based service registration from discovering it across
assembly boundaries.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 00:31:34 -05:00
@@ -65,7 +65,7 @@ public class ProtoFileSourceGenerator : IIncrementalGenerator
/// <summary>
/// Contains the auto-generated Protocol Buffer definition
/// </summary>
internal static class GeneratedProtoFile
public static class GeneratedProtoFile
{
public const string FileName = "{{protoFileName}}";