We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8253f commit 5d1f4acCopy full SHA for 5d1f4ac
src/Kentico.Xperience.Contacts.Importer/Services/ImportService/ImportService.cs
@@ -54,10 +54,10 @@ public ContactInfoMap()
54
private sealed class ContactDeleteArgument
55
{
56
// Pragma disable reason: used implicitly
57
-#pragma warning disable S3459 S1144
+#pragma warning (disable: S3459 S1144)
58
// ReSharper disable once InconsistentNaming // kentico naming convention
59
public Guid ContactGUID { get; set; }
60
-#pragma warning restore S3459 S1144
+#pragma warning (restore: S3459 S1144)
61
};
62
63
private sealed class SimplifiedMap : ClassMap<ContactDeleteArgument>
0 commit comments