Closed Immons closed 9 months ago
Are you using Dynatrace APM? If so, it appears to inject a problem into MySqlConnector and cause the crash: https://github.com/mysql-net/MySqlConnector/issues/1425#issuecomment-1871890221.
You should disable Dynatrace in your container and report this to Dynatrace support.
@bgrainger that was exactly that issue, thank you very much.
Duplicate of #1425
Software versions MySqlConnector version: 2.3.3 Server type (MySQL, MariaDB, Aurora, etc.) and version: MySQL 8 .NET version: .NET 8 running on Ubuntu (Optional) ORM NuGet packages and versions: EntityFramework 8
Describe the bug When running any command with connector, it's throws exception. Works fine on macOS, only issue is on Ubuntu.
Exception
Additional context Migrated from .NET 6 to .NET 8, on .NET 6 it was working fine.