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 2852bfb commit 7e48fcaCopy full SHA for 7e48fca
src/SDK/Language/DotNet.php
@@ -380,6 +380,11 @@ public function getFiles(): array
380
'destination' => '{{ spec.title | caseUcfirst }}/Converters/ValueClassConverter.cs',
381
'template' => 'dotnet/Package/Converters/ValueClassConverter.cs.twig',
382
],
383
+ [
384
+ 'scope' => 'default',
385
+ 'destination' => '{{ spec.title | caseUcfirst }}/Converters/ObjectToInferredTypesConverter.cs',
386
+ 'template' => 'dotnet/Package/Converters/ObjectToInferredTypesConverter.cs.twig',
387
+ ],
388
[
389
'scope' => 'default',
390
'destination' => '{{ spec.title | caseUcfirst }}/Extensions/Extensions.cs',
0 commit comments