Skip to content

Commit e9ffcb1

Browse files
committed
make csharp dictionary types partial
1 parent ccfbfdb commit e9ffcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages/csharp/src/main/kotlin/io/vrap/codegen/languages/csharp/model/CsharpModelInterfaceRenderer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class CsharpModelInterfaceRenderer constructor(override val vrapTypeProvider: Vr
120120
|namespace ${vrapType.csharpPackage()}
121121
|{
122122
| <${this.DeserializationAttributes()}>
123-
| public interface I${vrapType.simpleClassName} : IDictionary\<string, ${property.type.toVrapType().simpleName()}\>
123+
| public partial interface I${vrapType.simpleClassName} : IDictionary\<string, ${property.type.toVrapType().simpleName()}\>
124124
| {
125125
| }
126126
|}

0 commit comments

Comments
 (0)