-
Notifications
You must be signed in to change notification settings - Fork 299
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
Investigate Quartz library issue with Microsoft.Data.SqlClient v2.0.0 #691
Comments
Hi @alfeg , I tested your repo steps in quartz-scheduler/quartz#617 . If I use the following commands to create the web app and publish the executable, I can see the Assembly error as described.
I checked the csproj file and there is no
Instead, I get the following message:
If I set FYI We are going to remove pdb files from the native runtime SNI nuget package in the future so it should be able to solve any issues caused by the pdb. |
When is this change (removing pdb dependency) going to be implemented/deployed? This prevents MSIX projects from working properly because the pdb is not deployed in MSIX. So client throws dependency error when executed. Thanks, Mike |
Hi @mwmccallum We're planning to address this change with next preview release of Microsoft.Data.SqlClient v2.1.0-preview2. |
Closing this issue as pdbs have been removed from Microsoft.Data.SqlClient.SNI.runtime v2.1.1 to be picked by Microsoft.Data.SqlClient v2.1.0-preview2 onwards. |
Rolling back to 3.1.8 version of entity framework nugets fixed the error for me in .NET 5 rtm release. |
Originally posted by @alfeg in #652 (comment)
Hi, we have similar issue with 3rd party library that started use of
Microsoft.Data.SqlClient v2.0.0
Here is a issue in corresponding Quartz library with steps to reproduce quartz-scheduler/quartz#617
cc @JRahnama @karinazhou
The text was updated successfully, but these errors were encountered: