-
Notifications
You must be signed in to change notification settings - Fork 84
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
Traversal SDK net6 support #309
Comments
Looks like an MSBuild bug reported here: dotnet/msbuild#7035 |
Looks like the same issue. |
Based on the stack trace, I suspect if you save the project to disk first it might work. It seems like the path to project is |
I'm going to close this in favor of NuGet/Home#11376 |
Hi @jeffkl , sorry for the dumb question, but has this been released yet? |
@leonardochaia the bug was fixed in the next release which will be in Visual Studio 17.1 and .NET 6.0.200 which should be available in early February. You can also use preview versions if you need the functionality right away. https://github.com/dotnet/installer#installers-and-binaries |
Hi!
In dotnet-affected, we create MSBuild Traversal SDK projects using this code:
This code works fine in net5 but it's failing on net6. I suspect it may be because Microsoft.Build.Traversal needs to support net 6?
The stacktrace looks like this:
Full logs can be found here
Link to source code
dotnet info
Any guidance is appreciated!
Thanks!
Leo.
The text was updated successfully, but these errors were encountered: