You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
312 B
C#

global using Xunit;
global using Xunit.Abstractions;
global using Elastic;
global using Elastic.Clients;
global using Elastic.Clients.Elasticsearch;
global using Elastic.Transport;
global using Elastic.Transport.Diagnostics;
global using Elastic.Transport.Extensions;
global using Elastic.Transport.Products;