Skip to content
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

Make all public API in dotnet-watch.dll internal and sealed. #28260

Merged
merged 7 commits into from
Nov 22, 2022

Conversation

tmat
Copy link
Member

@tmat tmat commented Sep 29, 2022

dotnet-watch.dll has been intended to be used as a tool, not consumed as a library and expose any extensibility points via public APIs.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

Copy link
Member

@vlada-shubina vlada-shubina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please avoid changes in templates as this PR is not related to them.

Copy link
Member

@vlada-shubina vlada-shubina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good from templating perspective

@tmat
Copy link
Member Author

tmat commented Oct 27, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tmat
Copy link
Member Author

tmat commented Nov 9, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tmat
Copy link
Member Author

tmat commented Nov 16, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tmat
Copy link
Member Author

tmat commented Nov 22, 2022

@javiercn PTAL

Copy link
Member

@javiercn javiercn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks correct from what I can tell.

Are these APIs used by VS in some way?

@tmat tmat merged commit 7e5fad7 into dotnet:main Nov 22, 2022
@tmat
Copy link
Member Author

tmat commented Nov 22, 2022

Are these APIs used by VS in some way?

No, VS doesn't use dotnet-watch at all.

@tmat tmat deleted the PublicAPI branch November 22, 2022 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants