Commit d3f062d
authored
* Move to .NET 3.0 and C# 8.0 (#4097)
* initial move to .NET Core 3.0
* bump to .net sdk 3.0.100 and update our build files to install it for now while the images catch up
* move scripts to 3.0 since we call dotnet run on them, exclude new types from codestandards test that all types live in Elasticsearch.Net/NEST namespace
* build tooling moved from 2.2 to 3.0
* move all netcoreapp over to 3.0
* move to range on RegexCollection no longer accepts Last()
* update our own dependencies
* make 2.2 available for canary so that rewrite using 2.2 tools still works
* fix yaml indentation
* disable ingest-attachemnt for now, installl has stderr on 8.0.0 which abstractions does not yet handle
* move rewriter and differ to local dotnet tools
* no longer need to install 2.2 sdk for differ
(cherry picked from commit 9bbffad)
* Bump System.Buffers in Tests
* Move library projects over to also build net461 on linux through Microsoft.NETFramework.ReferenceAssemblies like we do on 7.x and master
* disable bullkallretries on CI for now, warrants deeper investigation issue to follow
* update to latest abstractions
* SkipOnCiAttribute over SkipOnTeamCityAttribute
* enable ingest attachment on writable cluster
* update abstractions
* bulkinvalid should have skipversion
1 parent 1e45ee8 commit d3f062d
File tree
53 files changed
+164
-143
lines changed- build/scripts
- src
- CodeGeneration
- ApiGenerator
- DocGenerator
- AsciiDoc
- Elasticsearch.Net
- Nest
- Serializers/Nest.JsonNetSerializer
- Tests
- Tests.Benchmarking
- Tests.ClusterLauncher
- Tests.Core
- Client/Settings
- Xunit
- Tests.Domain
- Tests.Reproduce
- Tests.ScratchPad
- Tests
- Cat/CatFielddata
- Cluster/RemoteInfo
- CodeStandards
- Document
- Multiple
- BulkAll
- Bulk
- Single/Index
- Framework
- EndpointTests
- TestState
- Extensions
- VirtualClustering
- Rules
- XPack
- License
- GetBasicLicenseStatus
- GetTrialLicenseStatus
- MachineLearning
- Migration/MigrationUpgrade
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+164
-143
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
| |||
84 | 93 | | |
85 | 94 | | |
86 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
87 | 99 | | |
88 | 100 | | |
89 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
0 commit comments