Skip to content

Commit

Permalink
add docs for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed Sep 18, 2024
1 parent 4d8c203 commit f6a7a3f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You may want to use this playground to:

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

## Analyzer
## 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)

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`.

Expand Down
2 changes: 1 addition & 1 deletion analyzer/Playground/Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nall.NEST.MigtarionAnalyzer" Version="1.0.0">
<PackageReference Include="Nall.NEST.MigtarionAnalyzer" Version="1.1.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
5 changes: 0 additions & 5 deletions analyzer/Playground/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma warning disable CS8321 // Local function is declared but never used

using System.Text.Json;
using Elastic.Clients.Elasticsearch;
using Elastic.Transport;
using Nest;

Expand Down Expand Up @@ -29,7 +28,3 @@ static ElasticClient Create2(ConnectionSettings settings)
{
return new ElasticClient(settings);
}
static ElasticsearchClient Create3(ElasticsearchClientSettings settings)
{
return new ElasticsearchClient(settings);
}
Binary file added assets/elastic-search-playground-demo2.mp4
Binary file not shown.

0 comments on commit f6a7a3f

Please sign in to comment.