Skip to content
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

Bug coming from the outdated System.Data.SqlClient dependency #1417

Open
YeskaNova opened this issue Feb 9, 2021 · 2 comments
Open

Bug coming from the outdated System.Data.SqlClient dependency #1417

YeskaNova opened this issue Feb 9, 2021 · 2 comments
Labels
improvement Improvement of behavior or code quality propose-close

Comments

@YeskaNova
Copy link

Hi,

I use FluentMigrator in my app to check if a SQL table exists. My whole app crashes when I stress-test it. I have narrowed the issue to this crazy-to-debug bug: dotnet/runtime#19735 . FluentMigrator for SqlServer uses System.Data.SqlClient version 4.4.3 . This bug has been fixed in 4.5.0-RC1. Can we update that dependency to anything more recent than that? ( If we can update it to Microsoft.Data.SqlClient that would be even better.)

@jzabroski
Copy link
Collaborator

Immediate workaround would be to force your library to handle AssemblyResolve.

Build is currently broken due to AzureDevOps StackOverflowException. Not sure on ETA to fix it.

@YeskaNova
Copy link
Author

Yes, AssemblyResolve can do the trick, I'll do that for the time being. It took me weeks to figure out where was the error so if we can put this for the next release that would save time for someone else in the future. Thank you.

@schambers schambers added improvement Improvement of behavior or code quality propose-close labels Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement of behavior or code quality propose-close
Projects
None yet
Development

No branches or pull requests

3 participants