Skip to content

Fix Packagemanager behaviour in Visual Studio #18435

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
merged 1 commit into from
Apr 2, 2025

Conversation

KevinRansom
Copy link
Member

The #18393

The issue happens when there are multiple #r "nugets: " in the script, when editing the second package management line causes the currently edited line to be submitted.

The fix is to remove the line under the caret from the submission. All other lines should be submitted. Additionally improve the GetTextView() to use the cached view. Which improves the reliability of the editing PM experience.

@T-Gro T-Gro added the NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes label Apr 2, 2025
@dotnet dotnet deleted a comment from github-actions bot Apr 2, 2025
Copy link
Contributor

github-actions bot commented Apr 2, 2025

⚠️ Release notes required, but author opted out

Warning

Author opted out of release notes, check is disabled for this pull request.
cc @dotnet/fsharp-team-msft

@github-project-automation github-project-automation bot moved this from New to In Progress in F# Compiler and Tooling Apr 2, 2025
@KevinRansom KevinRansom merged commit d43577c into dotnet:main Apr 2, 2025
33 of 34 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in F# Compiler and Tooling Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants