Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Stephen3443 opened this issue Sep 23, 2018 · 0 comments

Comments

@Stephen3443
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant