Skip to content

Commit 7e48fca

Browse files
committed
feat: add ObjectToInferredTypesConverter template for DotNet
1 parent 2852bfb commit 7e48fca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SDK/Language/DotNet.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@ public function getFiles(): array
380380
'destination' => '{{ spec.title | caseUcfirst }}/Converters/ValueClassConverter.cs',
381381
'template' => 'dotnet/Package/Converters/ValueClassConverter.cs.twig',
382382
],
383+
[
384+
'scope' => 'default',
385+
'destination' => '{{ spec.title | caseUcfirst }}/Converters/ObjectToInferredTypesConverter.cs',
386+
'template' => 'dotnet/Package/Converters/ObjectToInferredTypesConverter.cs.twig',
387+
],
383388
[
384389
'scope' => 'default',
385390
'destination' => '{{ spec.title | caseUcfirst }}/Extensions/Extensions.cs',

0 commit comments

Comments
 (0)