You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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 withThe text was updated successfully, but these errors were encountered: