-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
use dotnet 8 preview sdk and lang preview #2924
Conversation
- use lang preview
Directory.Build.props
Outdated
@@ -34,6 +34,7 @@ Some common use cases include: | |||
<!-- https://www.gresearch.co.uk/blog/article/improve-nuget-restores-with-static-graph-evaluation/ --> | |||
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation> | |||
<ServerGarbageCollection>true</ServerGarbageCollection> | |||
<LangVersion>PREVIEW</LangVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it PREVIEW
in all caps? Or does that not matter at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't matter. Normally, tooling inserts lowercase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, changed it to lowercase to be more consistent.
The documentation fails, I guess |
Thanks! |
There still is something fishy with the project cracking happening during CI. |
Can you reproduce that locally on your machine? |
I'm bumping into ionide/proj-info#195 I think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good to go now!
Turns out the docs need some magic envs to use the correct System.Runtime
jazz.
To increase our level of dogfooding