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 e6b6a92 commit d1e80eeCopy full SHA for d1e80ee
StabilityMatrix.Avalonia/App.axaml.cs
@@ -423,6 +423,7 @@ internal static IServiceCollection ConfigureServices()
423
};
424
jsonSerializerOptions.Converters.Add(new ObjectToInferredTypesConverter());
425
jsonSerializerOptions.Converters.Add(new DefaultUnknownEnumConverter<CivitFileType>());
426
+ jsonSerializerOptions.Converters.Add(new DefaultUnknownEnumConverter<CivitModelType>());
427
jsonSerializerOptions.Converters.Add(
428
new JsonStringEnumConverter(JsonNamingPolicy.CamelCase)
429
);
0 commit comments