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

.WithNotifications() signature broke after GQL #831

Open
stefano-ottolenghi opened this issue Dec 24, 2024 · 0 comments
Open

.WithNotifications() signature broke after GQL #831

stefano-ottolenghi opened this issue Dec 24, 2024 · 0 comments
Labels

Comments

@stefano-ottolenghi
Copy link
Contributor

There seems to be a bug in notifications filtering. The GQL overloading of .WithNotifications() broke its intended signature. As API docs read, I should be able to call .WithNotifications(Severity.Warning, null), but that fails with

/home/stefano/dotnet-neo4j/Program.cs(7,105): error CS0121: The call is ambiguous between the following methods or properties: 'ConfigBuilder.WithNotifications(Severity?, Category[])' and 'ConfigBuilder.WithNotifications(Severity?, Classification[])' [/home/stefano/dotnet-neo4j/dotnet-neo4j.csproj]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant