elastic / elasticsearch-net-abstractions

Auxiliary tooling for elastic/elasticsearch-net that does not benefit from the rigorous version branching of that repository
Apache License 2.0
25 stars 14 forks source link

Elastic.Xunit NuGet package? #19

Open octocat-mona opened 5 years ago

octocat-mona commented 5 years ago

In the Getting Started example there's this package reference:

<PackageReference Include="Elastic.Xunit" Version="<latest>" />

Is Elastic.Xunit meant to be a NuGet package (which I cannot find) or should it be included from source?

slayme89 commented 5 years ago

Have the same problem.

russcam commented 5 years ago

At the moment, Elastic.XUnit is in a separate CI feed, which you can target with

<add key="Elastic Abstractions CI" value="https://ci.appveyor.com/nuget/elasticsearch-net-abstractions" />

in your Nuget.Config. We do have plans to put it on Nuget.

chucklu commented 4 years ago

@russcam When will you put Elastic.Managed and Elastic.Xunit on NuGet? Currently I can not compile the source code of this repository.

2>C:\workspace\GitHub\Others\serilog-sinks-elasticsearch\test\Serilog.Sinks.Elasticsearch.IntegrationTests\Serilog.Sinks.Elasticsearch.IntegrationTests.csproj : error NU1101: Unable to find package Elastic.Managed. No packages exist with this id in source(s): api.nuget.org, dotnet-core, Elastic Abstractions CI, Elastic Clients CI 2>C:\workspace\GitHub\Others\serilog-sinks-elasticsearch\test\Serilog.Sinks.Elasticsearch.IntegrationTests\Serilog.Sinks.Elasticsearch.IntegrationTests.csproj : error NU1101: Unable to find package Elastic.Xunit. No packages exist with this id in source(s): api.nuget.org, dotnet-core, Elastic Abstractions CI, Elastic Clients CI 2>C:\workspace\GitHub\Others\serilog-sinks-elasticsearch\test\Serilog.Sinks.Elasticsearch.IntegrationTests\Serilog.Sinks.Elasticsearch.IntegrationTests.csproj : error NU1101: Unable to find package Elastic.Managed. No packages exist with this id in source(s): api.nuget.org, dotnet-core, Elastic Abstractions CI, Elastic Clients CI 2>C:\workspace\GitHub\Others\serilog-sinks-elasticsearch\test\Serilog.Sinks.Elasticsearch.IntegrationTests\Serilog.Sinks.Elasticsearch.IntegrationTests.csproj : error NU1101: Unable to find package Elastic.Xunit. No packages exist with this id in source(s): api.nuget.org, dotnet-core, Elastic Abstractions CI, Elastic Clients CI