-
Notifications
You must be signed in to change notification settings - Fork 3
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
dotnet8 support #38
Comments
To be honest, the changes on my branch were nothing more than a quick and dirty hack to make Adaptify work on .NET 8 and Linux as a dotnet tool. The only detail that might be of interest is a unrelated bug in Runner.fs. I think the line should read
instead of
I'll happily test @haraldsteinlechner's dotnet 8 branch on Linux in the course of the next few days. |
Hi, thanks for answering and bringing up this line. Actually i noticed it when looking at the caching mechanism which seems to be broken (point 2 in my list above). In my rather huge testing project adaptify seems runs forever because of this. |
hi @jskripsky cheers, |
in my new dotnet8 branch it generally seems to work, i'm need some testing still.
I found that @jskripsky had a take on dotnet 8 as well. What was your status?
issues i found on the way
. This seems to be a transitive dependency of the compiler services. After switching to nuget this might have been lost? Are there any other transitive deps missing?
The text was updated successfully, but these errors were encountered: