-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Merge 'main' into 'extensions' #78600
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
Merged
AlekseyTs
merged 221 commits into
dotnet:features/extensions
from
AlekseyTs:extensions_38
May 19, 2025
Merged
Merge 'main' into 'extensions' #78600
AlekseyTs
merged 221 commits into
dotnet:features/extensions
from
AlekseyTs:extensions_38
May 19, 2025
Conversation
This file contains hidden or 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
This PR modifies public API files. Please follow the instructions at https://github.com/dotnet/roslyn/blob/main/docs/contributing/API%20Review%20Process.md for ensuring all public APIs are reviewed before merging. |
jcouv
approved these changes
May 15, 2025
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.
LGTM Thanks (commit 200)
…t#78598) Co-authored-by: Matteo Prosperi <[email protected]>
* Editor configs for source packages * Add nullable enable * Include linked files in source packages * Suppress RS1024 * Remove duplicate nullability directives * Remove unnecessary extensions * Move FatalError and FailFast to Contracts package * Add disclaimer
Otherwise if we launch multiple processes, they might step atop each other and cause locking issues.
Somehow almost every line started with a UTF-8 BOM. This fixes it.
Otherwise if we launch multiple processes, they might step atop each other and cause locking issues.
* Track used assemblies of data section string literals * Move reporting to module * Fix a failing test * Improve test * Add a comment
…ry with loose files (dotnet#78615)
Resolves dotnet#77233 Angle brackets can be used as html elements in markdown, and so sometimes need to be escaped (there is no issue if we always escape them).
Resolves dotnet/vscode-csharp#6767 I am open to other ideas on how to render the top level entry point. For now I just used the display name, which should match what other places like diagnostics may report. Potentially could not include it at all, or name it something else? In VSCode:  In VS, we only show max 2 levels, so the only change is that the top level program entry point can be seen, instead of it being blank: 
…ts.binaryLogPath"` throwing an exception (dotnet#78644) Co-authored-by: Joey Robichaud <[email protected]>
…|`operator evaluation (dotnet#78629) Fixes dotnet#78609.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.