Skip to content

Commit 63e0ef4

Browse files
committed
Fixed serialized config
1 parent e8516d7 commit 63e0ef4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,13 +1146,19 @@
11461146
"PathFragment": {
11471147
"type": "System.String"
11481148
},
1149+
"PendingMasterPageCompositions": {
1150+
"type": "System.Collections.Generic.List`1[[DotVVM.Framework.Controls.PendingMasterPageComposition, DotVVM.Framework, Version=***, Culture=neutral, PublicKeyToken=23f3607db32275da]]"
1151+
},
11491152
"ReferencedViewModuleInfo": {
11501153
"type": "DotVVM.Framework.Binding.ViewModuleReferenceInfo, DotVVM.Framework"
11511154
},
11521155
"RequestContext": {
11531156
"type": "DotVVM.Framework.Hosting.IDotvvmRequestContext, DotVVM.Framework",
11541157
"isValueInherited": true
11551158
},
1159+
"ResolvedMasterPageCompositionIds": {
1160+
"type": "System.Collections.Generic.HashSet`1[[System.String, CoreLibrary]]"
1161+
},
11561162
"UniqueID": {
11571163
"type": "System.String"
11581164
},

0 commit comments

Comments
 (0)