Skip to content

Update public API files outside visual studio #27605

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

Closed
javiercn opened this issue Nov 7, 2020 · 7 comments
Closed

Update public API files outside visual studio #27605

javiercn opened this issue Nov 7, 2020 · 7 comments
Assignees
Labels
affected-most This issue impacts most of the customers area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework severity-minor This label is used by an internal tool task

Comments

@javiercn
Copy link
Member

javiercn commented Nov 7, 2020

Currently when we make API changes we need to update the public API file to reflect them. This can only be achieved easily through visual studio, which makes it a problem for our contributors on other platforms and for fixing this issue in customer contribution PRs

@javiercn javiercn changed the title Update public API files outside visual stuido Update public API files outside visual studio Nov 7, 2020
@javiercn javiercn added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Nov 7, 2020
@javiercn
Copy link
Member Author

javiercn commented Nov 7, 2020

Tracks dotnet/roslyn#48561

@Pilchie
Copy link
Member

Pilchie commented Nov 9, 2020

Also tagging @sharwell who I thought had some sort of host for running fixes outside of VS that we might be able to leverage.

@dougbu dougbu added blocked The work on this issue is blocked due to some dependency External This is an issue in a component not contained in this repository. It is open for tracking purposes. labels Nov 14, 2020
@dougbu
Copy link
Contributor

dougbu commented Nov 18, 2020

Including this in the DoI project for discussion in that context

@Pilchie
Copy link
Member

Pilchie commented Nov 19, 2020

It appears that the 5.0 builds of dotnet-format now support running arbitrary analyzers and fixes, so we should see whether that solves this need.

@wtgodbe wtgodbe added affected-most This issue impacts most of the customers severity-minor This label is used by an internal tool task labels Dec 3, 2020 — with ASP.NET Core Issue Ranking
@Pilchie Pilchie self-assigned this Feb 4, 2021
@Pilchie
Copy link
Member

Pilchie commented Feb 4, 2021

I'm going to try out the dotnet-format approach and see if I can write some instructions for how to use it.

@Pilchie
Copy link
Member

Pilchie commented Feb 4, 2021

Okay - this doesn't work today - blocked by dotnet/format#952. Hopefully that will be fixed before too long.

@javiercn javiercn assigned javiercn and captainsafia and unassigned Pilchie and javiercn Sep 23, 2021
@mkArtakMSFT mkArtakMSFT removed External This is an issue in a component not contained in this repository. It is open for tracking purposes. blocked The work on this issue is blocked due to some dependency labels Nov 5, 2024
@mkArtakMSFT mkArtakMSFT assigned wtgodbe and unassigned captainsafia Nov 5, 2024
@wtgodbe
Copy link
Member

wtgodbe commented Feb 6, 2025

This is do-able today

@wtgodbe wtgodbe closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected-most This issue impacts most of the customers area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework severity-minor This label is used by an internal tool task
Projects
None yet
Development

No branches or pull requests

7 participants
@Pilchie @captainsafia @dougbu @javiercn @wtgodbe @mkArtakMSFT and others