-
Notifications
You must be signed in to change notification settings - Fork 71
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
build.cmd on master fails with "Could not load file or assembly 'System.Data.SqlClient'" #380
Comments
About 2-3 weeks I create a new test project that uses |
@cmeeren I think this is related to dotnet/fsharp#10323. I'll see how to make it work out of the box as I'm also facing similar issues, the current work around is to clear: FSharp.Data.SqlClient/build.fsx Lines 168 to 175 in 8dd0898
Interestingly, the same task just works on our appveyor CI AFAIU. |
@cmeeren, this repository has been updated to dotnet sdk 7 / VS2022 and clears green on Travis. I was also sketching to make what I can, work on non windows machine, at some point. If you have some will to check it again, feel free to do so and report issues again, I'll close this now. Thanks. |
I'm working on #348, but it's a bit hard to contribute to the project, because running
build.cmd
(even on a clean checkout ofmaster
) fails on theBuildTestProjects
target:Am I doing anything wrong? Could there be something wrong with my environment?
The text was updated successfully, but these errors were encountered: