We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c39f9 commit fee084dCopy full SHA for fee084d
src/TypeSpec.Extension/Emitter.Csharp/src/options.ts
@@ -36,7 +36,7 @@ export interface AzureCSharpEmitterOptions extends CSharpEmitterOptions {
36
export const AzureCSharpEmitterOptionsSchema: JSONSchemaType<AzureCSharpEmitterOptions> =
37
{
38
type: "object",
39
- additionalProperties: false,
+ additionalProperties: true,
40
properties: {
41
...CSharpEmitterOptionsSchema.properties,
42
csharpGeneratorPath: {
0 commit comments