Make GeneratedProtoFile class public for cross-assembly discovery
All checks were successful
Publish NuGets / build (release) Successful in 34s
All checks were successful
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>
This commit is contained in:
parent
20147bfec7
commit
377977b080
@ -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}}";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user