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

Elastic.Xunit NuGet package? #19

Open
octocat-mona opened this issue Jun 5, 2019 · 3 comments
Open

Elastic.Xunit NuGet package? #19

octocat-mona opened this issue Jun 5, 2019 · 3 comments

Comments

@octocat-mona
Copy link

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
Copy link

Have the same problem.

@russcam
Copy link
Contributor

russcam commented Jun 27, 2019

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
Copy link

chucklu commented Jul 9, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants