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
Operating system version: Windows for client, docker for elasticsearch
Description of the problem including expected versus actual behavior:
GetAliasResponse is now initialized with Aliases being null instead of empty dictionary. This causes IsValidResponse and the depending DebugInformation to fail with System.NullReferenceException when no matching alias exists.
Expected result is for IsValidResponse not to throw, either by dictionary being empty, or by checking for nulls.
The text was updated successfully, but these errors were encountered:
Elastic.Clients.Elasticsearch version: 9.0.0
Elasticsearch version: 9.0.0
.NET runtime version: net9.0
Operating system version: Windows for client, docker for elasticsearch
Description of the problem including expected versus actual behavior:
GetAliasResponse is now initialized with Aliases being null instead of empty dictionary. This causes IsValidResponse and the depending DebugInformation to fail with System.NullReferenceException when no matching alias exists.
Expected result is for IsValidResponse not to throw, either by dictionary being empty, or by checking for nulls.
The text was updated successfully, but these errors were encountered: