Skip to content

NotificationCreateOptions.Filters is List<object> instead of List<NotificationFilterField> #5

Description

@Stephen3443

One of the key differences I noticed between the normal c# SDK and .net core SDK was the Filters collection being 'object' instead of a typed value - is this an intended update or a bug? In the interim I created a class that was similar to the 'NotificationFilterField' object class from the C# SDK for passing this collection.

I also noticed .Filters is null and you need to create the collection first, unlike the C# SDK where it is pre-created.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions