Skip to content

Commit

Permalink
remove sealed from ModelProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
live1206 committed Dec 27, 2024
1 parent a9ece1f commit b2aebe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Microsoft.Generator.CSharp.Providers
{
public sealed class ModelProvider : TypeProvider
public class ModelProvider : TypeProvider
{
private const string AdditionalBinaryDataPropsFieldDescription = "Keeps track of any properties unknown to the library.";
private readonly InputModelType _inputModel;
Expand Down

0 comments on commit b2aebe9

Please sign in to comment.