-
Notifications
You must be signed in to change notification settings - Fork 69
Update to latest version of SDK #315
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
Update to latest version of SDK #315
Conversation
447e647
to
1c9a898
Compare
I've confirmed that the SqlEnumProvider compiler-time issue I described on #314 is caused by the upgrade to the latest version of the TP SDK: The provided types in SqlEnumTests.fs cause compiler errors, but work just fine at design time (i.e., intellisense works, etc.) The error at compile time:
I also see the following in the output:
|
I was able to get the compile issue resolved - SqlClient.Tests now compiles. However, the tests do not run - I get an exception when trying to run xunit. When it calls
I'm not sure what the type I have confirmed that it is related to the generated types - if I comment out all references to |
c763719
to
554ccb8
Compare
554ccb8
to
404b788
Compare
I was able to fix the tests by changing the base type of the provided uom from This PR is ready for review now - my plan is to base #314 off of this branch until it is merged. |
@samhanes thanks a lot for updating the TP SDK! |
No description provided.