-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Labels
P3Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Waiting for Customer ⏳Issues/PRs waiting for user response/action.Issues/PRs waiting for user response/action.
Description
At wits end, not sure what else it could be. . thanks!
I have a different app with similar ConnString and it has no issue.
Happening using SqlClient 5.5.2 and 6.0.1, inside the aspnet:9.0 runtime image.
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
Cannot reproduce locally on Windows 11.
Also not sure why its converting to lowercase.
logger.LogInformation(connString)
await using var connection = new SqlConnection(connString);
Server=PODSDev-db;Database=PODS;Trusted_Connection=False;uid=E_READ;password=xxx;Application Name=My Service Test
Keyword not supported: 'application name'
When I make it one word:
Server=PODSDev-db;Database=PODS;Trusted_Connection=False;uid=e_READ;password=xxx;ApplicationName=My Service Test
Keyword not supported: 'applicationname'
Metadata
Metadata
Assignees
Labels
P3Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Use for tagging low priority issues, impacts a single customer, and is not a critical/high issue.Waiting for Customer ⏳Issues/PRs waiting for user response/action.Issues/PRs waiting for user response/action.