-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Merge 'main' into RefStructInterfaces #72650
Merged
AlekseyTs
merged 224 commits into
dotnet:features/RefStructInterfaces
from
AlekseyTs:RefStructInterfaces_07
Mar 21, 2024
Merged
Merge 'main' into RefStructInterfaces #72650
AlekseyTs
merged 224 commits into
dotnet:features/RefStructInterfaces
from
AlekseyTs:RefStructInterfaces_07
Mar 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bump patch version for NuGet publish purpose
…-release/dev17.10 Merge release/dev17.9 to release/dev17.10
…manticTokensHelpers.cs
…nals build 20240311.3 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 9.0.0-alpha.1.24158.2 -> To Version 9.0.0-alpha.1.24161.3
This avoids full solution level searches in scenarios where a project cone is being searched. This was particularly bad when the AssetHint didn't indicate a project/document.
…nScope.FindAssetsAsync
- Rename option to be `RazorSourceGenerator` - Cache results in analyzer provider, since result is fixed per roslyn instance - Remove duped names taken out of ProjectSystemProject
…o-main Merge release/dev17.10 to main
…#72612) [main] Update dependencies from dotnet/source-build-externals
Break added documents into batches when processing solution/compilation translation states.
…structor-base-speculative
…tructor-base-speculative
…pletion Do not put an equals and quotes when completing an xml attribute if present
This adds a tool for replaying compilation events from binary logs directly to the compiler server. This is an effective tool for profiling the compiler server as it removes MSBuild overhead from the logs leaving just the compiler. Further because it's integrated into our code base it makes it very easy to evaluate the efficacy of performance fixes. One simply needs to run `replay` with and without the changes against the same binary log and evaluate the differences in perfview.
dotnet-issue-labeler
bot
added
the
untriaged
Issues and PRs which have not yet been triaged by a lead
label
Mar 21, 2024
AlekseyTs
added
New Feature - RefStructInterfaces
and removed
untriaged
Issues and PRs which have not yet been triaged by a lead
labels
Mar 21, 2024
@dotnet/roslyn-compiler Need a sign-off for a merge from main. |
cston
approved these changes
Mar 21, 2024
AlekseyTs
merged commit Mar 21, 2024
7167b2b
into
dotnet:features/RefStructInterfaces
25 of 30 checks passed
This was referenced May 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.