diff --git a/src/Contacts/CNEnums.cs b/src/Contacts/CNEnums.cs index 521b5c1b55ee..e0939ca907d9 100644 --- a/src/Contacts/CNEnums.cs +++ b/src/Contacts/CNEnums.cs @@ -88,6 +88,7 @@ public enum CNErrorCode : long { NoAccessibleWritableContainers = 101, UnauthorizedKeys = 102, FeatureDisabledByUser = 103, + FeatureNotAvailable = 104, RecordDoesNotExist = 200, InsertedRecordAlreadyExists = 201, ContainmentCycle = 202, diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-Contacts.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-Contacts.todo deleted file mode 100644 index fc36f242bc9a..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-Contacts.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! CNErrorCode native value CNErrorCodeFeatureNotAvailable = 104 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-Contacts.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-Contacts.todo deleted file mode 100644 index fc36f242bc9a..000000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-Contacts.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! CNErrorCode native value CNErrorCodeFeatureNotAvailable = 104 not bound diff --git a/tests/xtro-sharpie/iOS-Contacts.todo b/tests/xtro-sharpie/iOS-Contacts.todo deleted file mode 100644 index fc36f242bc9a..000000000000 --- a/tests/xtro-sharpie/iOS-Contacts.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! CNErrorCode native value CNErrorCodeFeatureNotAvailable = 104 not bound diff --git a/tests/xtro-sharpie/macOS-Contacts.todo b/tests/xtro-sharpie/macOS-Contacts.todo deleted file mode 100644 index fc36f242bc9a..000000000000 --- a/tests/xtro-sharpie/macOS-Contacts.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! CNErrorCode native value CNErrorCodeFeatureNotAvailable = 104 not bound diff --git a/tests/xtro-sharpie/watchOS-Contacts.todo b/tests/xtro-sharpie/watchOS-Contacts.todo deleted file mode 100644 index fc36f242bc9a..000000000000 --- a/tests/xtro-sharpie/watchOS-Contacts.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! CNErrorCode native value CNErrorCodeFeatureNotAvailable = 104 not bound