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.
2 parents 6005a6a + f02651e commit d14c95cCopy full SHA for d14c95c
src/Framework/Framework/ViewModel/Serialization/ViewModelJsonConverter.cs
@@ -204,7 +204,7 @@ public class DotvvmSerializationState: IDisposable
204
205
internal static DotvvmSerializationState? Current => current;
206
207
- internal static DotvvmSerializationState Create(
+ public static DotvvmSerializationState Create(
208
bool isPostback,
209
IServiceProvider services,
210
JsonObject? readEncryptedValues = null)
0 commit comments