Commit 81c6697
authored
Update to .NET 8 RTM (#2097)
* update all dependencies that don't require TFM update to latest versions
* build fix: fix xUnit1030 in the whole solution: don't use .GetAwaiter in Test projects
* build fix: stop using UseBackgroundThreadsForIO, which got deprecated and removed (it was unused), see rabbitmq/rabbitmq-dotnet-client#846 for more details
* build fix: xUnit1031: Test methods should not use blocking task operations, as they can cause deadlocks.
* update all dependencies that required TFM bump to .NET 8
* build fix: stop using .Add, use .Append instead
* run approval tests for 8, not 71 parent 5134490 commit 81c6697
File tree
134 files changed
+471
-580
lines changed- build/docker-images/HealthChecks.UI.Image
- samples
- HealthChecks.Sample
- HealthChecks.UI.Branding
- HealthChecks.UI.Oidc
- HealthChecks.UI.Sample
- HealthChecks.UI.StorageProviders
- HealthChecks.UIAndApiCustomization
- HealthChecks.UIAndApi
- src
- HealthChecks.Aws.S3
- HealthChecks.Aws.SecretsManager
- HealthChecks.Aws.Sns
- HealthChecks.Aws.Sqs
- HealthChecks.Aws.SystemsManager
- HealthChecks.Azure.Data.Tables
- HealthChecks.Azure.Messaging.EventHubs
- HealthChecks.Azure.Storage.Blobs
- HealthChecks.Azure.Storage.Queues
- HealthChecks.AzureDigitalTwin
- HealthChecks.AzureSearch
- HealthChecks.AzureServiceBus
- HealthChecks.CosmosDb
- HealthChecks.Dapr
- HealthChecks.DynamoDb
- HealthChecks.Gcp.CloudFirestore
- HealthChecks.Hangfire
- HealthChecks.IbmMQ
- HealthChecks.InfluxDB
- HealthChecks.Kafka
- HealthChecks.Kubernetes
- HealthChecks.MongoDb
- HealthChecks.MySql
- HealthChecks.Nats
- HealthChecks.NpgSql
- HealthChecks.Oracle
- HealthChecks.Prometheus.Metrics
- HealthChecks.Publisher.CloudWatch
- HealthChecks.Publisher.Prometheus
- HealthChecks.Rabbitmq
- HealthChecks.RavenDB
- HealthChecks.Redis
- HealthChecks.SignalR
- HealthChecks.UI.Data
- HealthChecks.UI.InMemory.Storage
- HealthChecks.UI.K8s.Operator
- HealthChecks.UI.MySql.Storage
- HealthChecks.UI.PostgreSQL.Storage
- HealthChecks.UI.SQLite.Storage
- HealthChecks.UI.SqlServer.Storage
- HealthChecks.UI
- Core
- test
- HealthChecks.ApplicationStatus.Tests/Functional
- HealthChecks.ArangoDb.Tests/Functional
- HealthChecks.Azure.Data.Tables.Tests
- HealthChecks.Azure.KeyVault.Secrets.Tests
- HealthChecks.Azure.Messaging.EventHubs.Tests
- HealthChecks.Azure.Storage.Blobs.Tests
- HealthChecks.Azure.Storage.Queues.Tests
- HealthChecks.AzureDigitalTwin.Tests
- HealthChecks.AzureKeyVault.Tests
- Functional
- HealthChecks.AzureServiceBus.Tests
- HealthChecks.Consul.Tests/Functional
- HealthChecks.CosmosDb.Tests
- HealthChecks.Elasticsearch.Tests/Functional
- HealthChecks.EventStore.Tests/Functional
- HealthChecks.EventStore.gRPC.Tests/Functional
- HealthChecks.Gremlin.Tests/Functional
- HealthChecks.IbmMQ.Tests/Functional
- HealthChecks.InfluxDB.Tests/Functional
- HealthChecks.Kafka.Tests/Functional
- HealthChecks.Kubernetes.Tests/Functional
- HealthChecks.MongoDb.Tests/Functional
- HealthChecks.MySql.Tests/Functional
- HealthChecks.Nats.Tests/Functional
- HealthChecks.Network.Tests
- Functional
- HealthChecks.Npgsql.Tests/Functional
- HealthChecks.OpenIdConnectServer.Tests/Functional
- HealthChecks.Oracle.Tests/Functional
- HealthChecks.Prometheus.Metrics.Tests/Functional
- HealthChecks.Publisher.Seq.Tests/Functional
- HealthChecks.RabbitMQ.Tests/Functional
- HealthChecks.RavenDb.Tests/Functional
- HealthChecks.Redis.Tests/Functional
- HealthChecks.SignalR.Tests/Functional
- HealthChecks.Solr.Tests/Functional
- HealthChecks.SqlServer.Tests
- DependencyInjection
- Functional
- HealthChecks.Sqlite.Tests/Functional
- HealthChecks.System.Tests/Functional
- HealthChecks.UI.Client.Tests
- HealthChecks.UI.Data.Tests
- HealthChecks.UI.Tests
- Functional
- Configuration
- DatabaseProviders
- HealthChecks.Uris.Tests
- Functional
- _SHARED
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
134 files changed
+471
-580
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments