Fixed Run Json

This commit is contained in:
Tig
2024-09-24 22:45:37 -06:00
parent 847e6111dc
commit 591a76e34f
6 changed files with 119 additions and 139 deletions

View File

@@ -46,7 +46,7 @@ public class SerializableConfigurationPropertyTests
// Ensure no property has the generic JsonStringEnumConverter<>
EnsureNoSpecifiedConverters (properties, new [] { typeof (JsonStringEnumConverter<>) });
//// Ensure no property has the type RuneJsonConverter
/// Ensure no property has the type RuneJsonConverter
//EnsureNoSpecifiedConverters (properties, new [] { typeof (RuneJsonConverter) });
// Ensure no property has the type KeyJsonConverter
EnsureNoSpecifiedConverters (properties, new [] { typeof (KeyJsonConverter) });