Skip to content

Commit

Permalink
Merge pull request #34 from nenoNaninu/change_accessibility
Browse files Browse the repository at this point in the history
change generated code accessibility from public to internal
  • Loading branch information
nenoNaninu authored Aug 8, 2023
2 parents 5c31b3a + 6a82ea9 commit 102068c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public string TransformText()
namespace TypedSignalR.Client.DevTools;
public static partial class EndpointRouteBuilderExtensions
internal static partial class EndpointRouteBuilderExtensions
{
/// <summary>
/// /signalr-dev/spec.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public string TransformText()
namespace TypedSignalR.Client.DevTools;
public static partial class EndpointRouteBuilderExtensions
internal static partial class EndpointRouteBuilderExtensions
{{
private static partial ReadOnlySpan<byte> GetSpecJsonBytes() => new byte[] {{ {str} }};
}}";
Expand Down

0 comments on commit 102068c

Please sign in to comment.