Skip to content

Commit 56d9bfc

Browse files
committed
updated csproj file
1 parent 1956d49 commit 56d9bfc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Nest/Nest.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@
138138
<Compile Include="Domain\Bulk\BulkUpdateBody.cs" />
139139
<Compile Include="Domain\Alias\IndexAliases.cs" />
140140
<Compile Include="Domain\Responses\IShardsOperationResponse.cs" />
141+
<Compile Include="Domain\Responses\EmptyResponse.cs" />
142+
<Compile Include="Domain\Responses\SuggestResponse.cs" />
141143
<Compile Include="DSL\Aggregations\AggregationDescriptor.cs" />
142144
<Compile Include="DSL\Aggregations\BucketAggregationBaseDescriptor.cs" />
143145
<Compile Include="DSL\Aggregations\DateHistogramAggregationDescriptor.cs" />
@@ -164,6 +166,8 @@
164166
<Compile Include="DSL\Aggregations\SignificantTermsAggregationDescriptor.cs" />
165167
<Compile Include="DSL\Aggregations\TermsAggregationDescriptor.cs" />
166168
<Compile Include="DSL\Aggregations\ValueCountAggregationDescriptor.cs" />
169+
<Compile Include="DSL\ClearScrollDescriptor.cs" />
170+
<Compile Include="DSL\SuggestDescriptor.cs" />
167171
<Compile Include="DSL\CloseIndexDescriptor.cs" />
168172
<Compile Include="DSL\ClusterStateDescriptor.cs" />
169173
<Compile Include="DSL\ClearCacheDescriptor.cs" />
@@ -220,6 +224,7 @@
220224
<Compile Include="DSL\ScrollDescriptor.cs" />
221225
<Compile Include="DSL\UpdateSettingsDescriptor.cs" />
222226
<Compile Include="DSL\Paths\IndexOptionalPathDescriptor.cs" />
227+
<Compile Include="ElasticClient-Suggest.cs" />
223228
<Compile Include="ElasticClient-RootNodeInfo.cs" />
224229
<Compile Include="ElasticClient-UpdateSettings.cs" />
225230
<Compile Include="DSL\ISimpleGetDescriptor.cs" />
@@ -668,6 +673,7 @@
668673
<Compile Include="Resolvers\Converters\BulkOperationResponseItemConverter.cs" />
669674
<Compile Include="Resolvers\Converters\AggregationConverter.cs" />
670675
<Compile Include="Resolvers\Converters\IndexSettingsResponseConverter.cs" />
676+
<Compile Include="Resolvers\Converters\SuggestResponseConverter.cs" />
671677
<Compile Include="Resolvers\Converters\PropertyPathMarkerConverter.cs" />
672678
<Compile Include="Resolvers\Converters\DynamicMappingOptionConverter.cs" />
673679
<Compile Include="Resolvers\Converters\DictionaryKeysAreNotPropertyNamesJsonConverter.cs" />

src/Tests/Nest.Tests.Integration/Nest.Tests.Integration.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
<Compile Include="Connection\Thrift\ThiftBugReportTests.cs" />
100100
<Compile Include="Core\Bulk\BulkTests.cs" />
101101
<Compile Include="Core\Bulk\BulkUpdateTests.cs" />
102+
<Compile Include="Core\ClearScroll\ClearScrollTests.cs" />
103+
<Compile Include="Core\Suggest\SuggestTests.cs" />
102104
<Compile Include="Core\MultiSearch\MultiSearchTests.cs" />
103105
<Compile Include="DebugTests\MemoryUsageTests.cs" />
104106
<Compile Include="ElasticsearchConfiguration.cs" />

0 commit comments

Comments
 (0)