-
Notifications
You must be signed in to change notification settings - Fork 684
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
Main to prerelease 0710 #5909
Main to prerelease 0710 #5909
Conversation
Add CI for release branch
Increase release CI timeout
Update O# Roslyn and prepare for release
Co-authored-by: Joey Robichaud <[email protected]>
Switch to non-deprecated action for asset upload on release branch
Increase permissions of release piepline to allow it to upload to release
- Adds 2 new background analysis scope options: one for compiler diagnostics and one for analyzer diagnostics - Both the options allow the same set of values as in VS: Open documents, Entire solution, Current document and None (disabled). Currently, `Current document` option is not yet supported in LSP as we do not have a way to know which is the current active document in LSP server. - Builds on top of dotnet/roslyn#68799 - Needs couple more Roslyn side changes as a follow-up: dotnet/roslyn#68797 and dotnet/roslyn#68798
Enable full solution background analysis
Remove unsupported feature
Update README.md to notify user about .NET Runtime Tool
small edits to readme
Merge release to main
Bump Razor to 7.0.0-preview.23301.2
Update roslyn
@arkalyanms I'm surprised there's a merge commit at the end of this though -- do we have content in prerelease that you had to resolve a conflict with? |
are you referring to the O# release fixes that had to be merged back? I didnt have to handle any conflicts. |
I meant 59cde11; I wasn't sure if that was because you had to do it, or was just making the merge locally before creating the PR. |
No description provided.