-
Notifications
You must be signed in to change notification settings - Fork 789
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
F# uses central package management and there won't be any test runs #3060
Comments
Solved, need to add |
Isn't We have one place where we dynamically look for F#: by testing to see if we can find the type So I remain confused... |
The test works fine when central package management is not used. Added central package management and then couldn't find |
Found a related issue, NuGet/Home#11949 |
Oof, that's an old one, too. 😞 Honestly I haven't had much luck using central package management. I tried moving to it for the samples project (I'm porting and updating the v2 samples for v3 in anticipation of 1.0), and I've definitely run into edge cases where I'm seeing things just not working correctly (e.g., 3rd party MSBuild logic that expects to be able to extract |
Replicated in a repository(https://github.com/vst-h/FsTestNoRun) with Github Action
dotnet test
output:When I rename
Directory.Packages.props
to not use central package management, then it runs the testsHowever, I'm using the central package management in my c# project and everything works fine.
The text was updated successfully, but these errors were encountered: