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 cd92acb commit bd7146aCopy full SHA for bd7146a
powershell/plugins/cs-namer.ts
@@ -15,7 +15,6 @@ import { SchemaDefinitionResolver } from '../llcsharp/schema/schema-resolver';
15
16
type State = ModelState<codemodel.Model>;
17
18
-
19
function setPropertyNames(schema: Schema) {
20
// name each property in this schema
21
for (const propertySchema of values(schema.properties)) {
0 commit comments