Debug Assertion Failure : incorrect initial ParseSynonyms size #3016
Labels
🐛 Bug!
Issues that are bugs in the drivers we maintain.
✔️ Triage Done
Issues that are triaged by dev team and are in investigation.
Describe the bug
A debug assertion is currently being failed in debug mode irrespective of connectionstring used in application code.
To reproduce
Include a complete code listing (or project/solution) that we can run to reproduce the issue.
Partial code listings, or multiple fragments of code, will slow down our response or cause us to push the issue back to you to provide code to reproduce the issue.
Expected behavior
Version string printed correctly.
E.g. Microsoft SQL Server 2022 (RTM) - 16.0.5730.0 (X64)
Sep 10 2024 10:56:05 2022.0160.5730.00
Copyright (C) 2022 Microsoft Corporation
Enterprise Edition (64-bit) on Windows Server 2022 Datacenter 10.0 (Build 20348: ) (Hypervisor)
Further technical details
Microsoft.Data.SqlClient version: current main branch
.NET target: (e.g. Framework 4.7.1, Core 2.2.2) .Net 8.0
SQL Server version: (e.g. SQL Server 2017) Sql Server 2022
Operating system: (e.g. Windows 2019, Ubuntu 18.04, macOS 10.13, Docker container) : Windows
Additional context
This count needs to be corrected
SqlClient/src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlConnectionString.cs
Line 861 in b1f7eaf
The text was updated successfully, but these errors were encountered: