Skip to content
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

Merged
merged 21 commits into from
Dec 4, 2023
Merged

Update to .NET 8 RTM #2097

merged 21 commits into from
Dec 4, 2023

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    945b745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa75b5 View commit details
    Browse the repository at this point in the history
  3. build fix: stop using UseBackgroundThreadsForIO, which got deprecated…

    … and removed (it was unused), see rabbitmq/rabbitmq-dotnet-client#846 for more details
    adamsitnik committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8b35098 View commit details
    Browse the repository at this point in the history
  4. build fix: xUnit1031: Test methods should not use blocking task opera…

    …tions, as they can cause deadlocks.
    adamsitnik committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    28715c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f20b8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    262e670 View commit details
    Browse the repository at this point in the history
  7. 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)
    adamsitnik committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    948072c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bc076e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75c5eff View commit details
    Browse the repository at this point in the history
  10. update Pomelo.EntityFrameworkCore.MySql to 8.0.0-beta.2, as 7.0 versi…

    …on does not support EF Core 8.0
    adamsitnik committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ceb153c View commit details
    Browse the repository at this point in the history
  11. revert SqlServer changes

    adamsitnik committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3f17483 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b37491 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a50abf2 View commit details
    Browse the repository at this point in the history
  14. update approved

    adamsitnik committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    accb278 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3caee6c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. 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
    adamsitnik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    38cec11 View commit details
    Browse the repository at this point in the history
  2. Revert "build fix: workaround a naming conflict with ASP.NET by renam…

    …ing the extension type"
    
    This reverts commit 948072c.
    adamsitnik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9ece49d View commit details
    Browse the repository at this point in the history
  3. Revert "update approved"

    This reverts commit accb278.
    adamsitnik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    42200ed View commit details
    Browse the repository at this point in the history
  4. build fix

    adamsitnik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    883033c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d12ef0d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into net80rtm

    # Conflicts:
    #	Directory.Build.props
    adamsitnik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    edcd670 View commit details
    Browse the repository at this point in the history