-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to .NET 8 RTM #2097
Update to .NET 8 RTM #2097
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 945b745 - Browse repository at this point
Copy the full SHA 945b745View commit details -
build fix: fix xUnit1030 in the whole solution: don't use .GetAwaiter…
… in Test projects
Configuration menu - View commit details
-
Copy full SHA for caa75b5 - Browse repository at this point
Copy the full SHA caa75b5View commit details -
build fix: stop using UseBackgroundThreadsForIO, which got deprecated…
… and removed (it was unused), see rabbitmq/rabbitmq-dotnet-client#846 for more details
Configuration menu - View commit details
-
Copy full SHA for 8b35098 - Browse repository at this point
Copy the full SHA 8b35098View commit details -
build fix: xUnit1031: Test methods should not use blocking task opera…
…tions, as they can cause deadlocks.
Configuration menu - View commit details
-
Copy full SHA for 28715c0 - Browse repository at this point
Copy the full SHA 28715c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f20b8b - Browse repository at this point
Copy the full SHA 7f20b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 262e670 - Browse repository at this point
Copy the full SHA 262e670View commit details -
build fix: workaround a naming conflict with ASP.NET by renaming the …
…extension type since it remains in the same namespace, it should not break the users (they typically don't type full type name that provides the extensions)
Configuration menu - View commit details
-
Copy full SHA for 948072c - Browse repository at this point
Copy the full SHA 948072cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc076e - Browse repository at this point
Copy the full SHA 5bc076eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c5eff - Browse repository at this point
Copy the full SHA 75c5effView commit details -
update Pomelo.EntityFrameworkCore.MySql to 8.0.0-beta.2, as 7.0 versi…
…on does not support EF Core 8.0
Configuration menu - View commit details
-
Copy full SHA for ceb153c - Browse repository at this point
Copy the full SHA ceb153cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f17483 - Browse repository at this point
Copy the full SHA 3f17483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b37491 - Browse repository at this point
Copy the full SHA 8b37491View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50abf2 - Browse repository at this point
Copy the full SHA a50abf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for accb278 - Browse repository at this point
Copy the full SHA accb278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3caee6c - Browse repository at this point
Copy the full SHA 3caee6cView commit details
Commits on Dec 4, 2023
-
Merge remote-tracking branch 'upstream/master' into net80rtm
# Conflicts: # build/docker-images/HealthChecks.UI.Image/HealthChecks.UI.Image.csproj # src/HealthChecks.Aws.S3/HealthChecks.Aws.S3.csproj # src/HealthChecks.Aws.SecretsManager/HealthChecks.Aws.SecretsManager.csproj # src/HealthChecks.Aws.Sns/HealthChecks.Aws.Sns.csproj # src/HealthChecks.Aws.Sqs/HealthChecks.Aws.Sqs.csproj # src/HealthChecks.Aws.SystemsManager/HealthChecks.Aws.SystemsManager.csproj # src/HealthChecks.Azure.Data.Tables/HealthChecks.Azure.Data.Tables.csproj # src/HealthChecks.Azure.Messaging.EventHubs/HealthChecks.Azure.Messaging.EventHubs.csproj # src/HealthChecks.Azure.Storage.Blobs/HealthChecks.Azure.Storage.Blobs.csproj # src/HealthChecks.Azure.Storage.Files.Shares/HealthChecks.Azure.Storage.Files.Shares.csproj # src/HealthChecks.Azure.Storage.Queues/HealthChecks.Azure.Storage.Queues.csproj # src/HealthChecks.AzureSearch/HealthChecks.AzureSearch.csproj # src/HealthChecks.AzureServiceBus/HealthChecks.AzureServiceBus.csproj # src/HealthChecks.CosmosDb/HealthChecks.CosmosDb.csproj # src/HealthChecks.Dapr/HealthChecks.Dapr.csproj # src/HealthChecks.DynamoDb/HealthChecks.DynamoDb.csproj # src/HealthChecks.Gcp.CloudFirestore/HealthChecks.Gcp.CloudFirestore.csproj # src/HealthChecks.Hangfire/HealthChecks.Hangfire.csproj # src/HealthChecks.IbmMQ/HealthChecks.IbmMQ.csproj # src/HealthChecks.InfluxDB/HealthChecks.InfluxDB.csproj # src/HealthChecks.Kafka/HealthChecks.Kafka.csproj # src/HealthChecks.Kubernetes/HealthChecks.Kubernetes.csproj # src/HealthChecks.MongoDb/HealthChecks.MongoDb.csproj # src/HealthChecks.MySql/HealthChecks.MySql.csproj # src/HealthChecks.Nats/HealthChecks.Nats.csproj # src/HealthChecks.NpgSql/HealthChecks.NpgSql.csproj # src/HealthChecks.Oracle/HealthChecks.Oracle.csproj # src/HealthChecks.Publisher.CloudWatch/HealthChecks.Publisher.CloudWatch.csproj # src/HealthChecks.Publisher.Prometheus/HealthChecks.Publisher.Prometheus.csproj # src/HealthChecks.Rabbitmq/HealthChecks.Rabbitmq.csproj # src/HealthChecks.RavenDB/HealthChecks.RavenDB.csproj # src/HealthChecks.Redis/HealthChecks.Redis.csproj # src/HealthChecks.SignalR/HealthChecks.SignalR.csproj # src/HealthChecks.UI.K8s.Operator/HealthChecks.UI.K8s.Operator.csproj # src/HealthChecks.UI/HealthChecks.UI.csproj # test/HealthChecks.Azure.Messaging.EventHubs.Tests/HealthChecks.Azure.Messaging.EventHubs.Tests.csproj # test/HealthChecks.AzureDigitalTwin.Tests/HealthChecks.AzureDigitalTwin.Tests.csproj # test/HealthChecks.AzureServiceBus.Tests/HealthChecks.AzureServiceBus.Tests.csproj # test/HealthChecks.UI.Client.Tests/HealthChecks.UI.Client.Tests.csproj # test/HealthChecks.UI.Data.Tests/HealthChecks.UI.Data.Tests.csproj # test/HealthChecks.UI.Tests/HealthChecks.UI.Tests.csproj
Configuration menu - View commit details
-
Copy full SHA for 38cec11 - Browse repository at this point
Copy the full SHA 38cec11View commit details -
Revert "build fix: workaround a naming conflict with ASP.NET by renam…
…ing the extension type" This reverts commit 948072c.
Configuration menu - View commit details
-
Copy full SHA for 9ece49d - Browse repository at this point
Copy the full SHA 9ece49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42200ed - Browse repository at this point
Copy the full SHA 42200edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883033c - Browse repository at this point
Copy the full SHA 883033cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d12ef0d - Browse repository at this point
Copy the full SHA d12ef0dView commit details -
Merge remote-tracking branch 'upstream/master' into net80rtm
# Conflicts: # Directory.Build.props
Configuration menu - View commit details
-
Copy full SHA for edcd670 - Browse repository at this point
Copy the full SHA edcd670View commit details