-
Notifications
You must be signed in to change notification settings - Fork 23
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 issue when using dotnet-sdk v6 #19
Comments
I have only been using v5 so far (that's the version that is available on gentoo). I will test v6 tomorrow. |
I can't reproduce this on Linux. Both /EDIT: I can indeed reproduce this with the conda-forge dotnet package. With a distro-installed .NET SDK, everything works fine, so I'd guess that this is a problem in their packaging. |
Since the error happens in |
Okay, last comment on this: I have found the issue and proposed a PR here conda-forge/dotnet-feedstock#45. The "published" version of the .NET 6 SDK from conda-forge is simply broken as it misses a new directory. |
Great, thank you! I will try with the new version once your PR is merged. |
I just tested creating a recipe for conda-forge and seem to get some issues with dotnet-sdk v6:
dotnet-sdk v5 seems to work fine. I tried to find out which dotnet-sdk is used in your github-actions, but failed. Which version you use?
If you are using v6 this may be related to the build process in the conda-forge-recipe: https://github.com/conda-forge/dotnet-feedstock
The text was updated successfully, but these errors were encountered: