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