-
Notifications
You must be signed in to change notification settings - Fork 293
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
Experimental OperationStatus #1229
Conversation
258e143
to
d888cfd
Compare
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIPacket.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDataReader.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlDataReader.cs
Outdated
Show resolved
Hide resolved
You can bring in the changes from #1251 to rerun CI. |
Thanks @johnnypham, there are still some errors. Cancel doesn't seem to work very well which may be a problem with this set of changes but that can be worked through. There are some total build failures though: |
I tried this build out with the context switch set, and I get an error reading an xml column. With the switch off, it works.
|
Interesting, can you provide me with a minimal reproduction to debug against? |
Here you go |
Ok. That failure is sort of expected because I haven't tested that route through the library. Handling the xml type is totally different to handing strings or binary chunks and it just hasn't been reviewed. That doesn't mean it can't be made to work but at the moment I just don't have the energy to put into it, it's taken me a year to get this far and I need a break from tracking down async in this library. |
I need to test these changes on CI to see if anything breaks that i can't test locally. Please ignore unless you're incredibly bored.