Skip to content

Commit f6a7a3f

Browse files
committed
add docs for 1.1.0
1 parent 4d8c203 commit f6a7a3f

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You may want to use this playground to:
1414

1515
To configure the playground, set the `PLAYGROUND_CONNECTION_STRING=https://elastic:elastic@127.0.0.1:9200/` in .env file in the root of the project. If you don't do it, you will be prompted to enter the connection string every time you set up the client
1616

17-
## Analyzer
17+
## Analyzer [![Build](https://github.com/NikiforovAll/elasticsearch-dotnet-playground/actions/workflows/build.yaml/badge.svg)](https://github.com/NikiforovAll/elasticsearch-dotnet-playground/actions/workflows/build.yaml)
1818

1919
This repository contains [Nall.NEST.MigtarionAnalyzer](https://www.nuget.org/packages/Nall.NEST.MigtarionAnalyzer) analyzer that helps with migration from `Nest` to `Elastic.Clients.Elasticsearch`.
2020

analyzer/Playground/Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Nall.NEST.MigtarionAnalyzer" Version="1.0.0">
11+
<PackageReference Include="Nall.NEST.MigtarionAnalyzer" Version="1.1.0">
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>

analyzer/Playground/Program.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma warning disable CS8321 // Local function is declared but never used
22

33
using System.Text.Json;
4-
using Elastic.Clients.Elasticsearch;
54
using Elastic.Transport;
65
using Nest;
76

@@ -29,7 +28,3 @@ static ElasticClient Create2(ConnectionSettings settings)
2928
{
3029
return new ElasticClient(settings);
3130
}
32-
static ElasticsearchClient Create3(ElasticsearchClientSettings settings)
33-
{
34-
return new ElasticsearchClient(settings);
35-
}
56.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)