Bug #118469 | Connection attributes for Connector/NET are incomplete/incorrect | ||
---|---|---|---|
Submitted: | 17 Jun 9:38 | Modified: | 17 Jun 10:33 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 9.3 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | connection attributes |
[17 Jun 9:38]
Daniël van Eeden
[17 Jun 9:42]
Daniël van Eeden
Addition host info: My .csproj file has this: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net9.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="MySql.Data" Version="9.3.0" /> </ItemGroup> </Project> $ dotnet --info .NET SDK: Version: 9.0.106 Commit: 3d441471e6 Workload version: 9.0.100-manifests.431e9f8c MSBuild version: 17.12.35+3d441471e Runtime Environment: OS Name: fedora OS Version: 42 OS Platform: Linux RID: fedora.42-x64 Base Path: /usr/lib64/dotnet/sdk/9.0.106/ ....
[17 Jun 10:33]
MySQL Verification Team
Hello Daniël, Thank you for the report and feedback. regards, Umesh