Skip to content

Commit d9c556d

Browse files
authored
Expose ModelReaderWriterContextSnippets (#7452)
Contributes to Azure/azure-sdk-for-net#50229
1 parent 1cf7323 commit d9c556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http-client-csharp/generator/Microsoft.TypeSpec.Generator.ClientModel/src/Snippets/ModelReaderWriterContextSnippets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Microsoft.TypeSpec.Generator.ClientModel.Snippets
99
{
10-
internal static class ModelReaderWriterContextSnippets
10+
public static class ModelReaderWriterContextSnippets
1111
{
1212
public static ValueExpression Default => Static<ModelReaderWriterContextDefinition>().Property(nameof(Default));
1313
}

0 commit comments

Comments
 (0)