-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add Web Application project support for build-time OpenAPI document generation #8242
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
4 tasks done
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Needs: Spec
Indicates that a spec defining user experience is required
Milestone
Comments
We have enough of a spec that I'll get a design PR out in this milestone. Reassigning to myself and placing the completed installation in Preview6. |
This was referenced Apr 18, 2019
dougbu
added a commit
that referenced
this issue
Apr 22, 2019
- set `%(FirstForGenerator)` based on `%(CodeGenerator)` metadata Side note, PR fixes include - add `%(FirstForGenerator)` metadata, #4916 - add support for disabling design-time builds, #4944 - change default output directory to `obj/`, #4945 1 of 2 (remainder will come with #8242) - provide a default `%(CodeGenerator)` value, ##7491 1 of 2 (remainder will come in next milestone)
Work to do:
related issues: |
3 tasks
dougbu
added a commit
that referenced
this issue
May 30, 2019
…all documents in one go - #8242 1 of 2 - save a cache file listing all retrieved documents - remove .NET Core App 2.0 support - remove ServiceProjectReferenceMetadata.targets, related `Project` class, and searches for a project - tools will run within a project and get needed information from project on command line - roll framework forward in both tools to expand their applicability nits: - refactor methods in `GetDocumentCommandWorker` - reorder option addition for consistency and to place `--help` at the top of help output - consolidate information about method signatures at top of `GetDocumentCommandWorker` - consolidate `try` / `catch` blocks in `GetDocumentCommandWorker`
dougbu
added a commit
that referenced
this issue
May 30, 2019
This was referenced May 30, 2019
Merged
dougbu
added a commit
that referenced
this issue
May 31, 2019
dougbu
added a commit
that referenced
this issue
Jun 3, 2019
…all documents in one go - #8242 1 of 2 - save a cache file listing all retrieved documents - remove .NET Core App 2.0 support - remove ServiceProjectReferenceMetadata.targets, related `Project` class, and searches for a project - tools will run within a project and get needed information from project on command line - roll framework forward in both tools to expand their applicability nits: - refactor methods in `GetDocumentCommandWorker` - reorder option addition for consistency and to place `--help` at the top of help output - consolidate information about method signatures at top of `GetDocumentCommandWorker` - consolidate `try` / `catch` blocks in `GetDocumentCommandWorker`
dougbu
added a commit
that referenced
this issue
Jun 3, 2019
dougbu
added a commit
that referenced
this issue
Jun 3, 2019
…cuments in one go (#10667) - #8242 1 of 2 - save a cache file listing all retrieved documents - remove .NET Core App 2.0 support - remove ServiceProjectReferenceMetadata.targets, related `Project` class, and searches for a project - tools will run within a project and get needed information from project on command line - roll framework forward in both tools to expand their applicability when using .NET Core - use Microsoft.Extensions.HostFactoryResolver.Sources (part of #4923) - remove Microsoft.AspNetCore.Hosting.Abstractions dependency nits: - refactor methods in `GetDocumentCommandWorker` - reorder option addition for consistency and to place `--help` at the top of help output - consolidate information about method signatures at top of `GetDocumentCommandWorker` - consolidate `try` / `catch` blocks in `GetDocumentCommandWorker` - shorten the lifespan of a `Task` - ensure GetDocument.Insider exit codes are unique - make a few more `string`s `const` - fold a few expressions over fewer lines
part 1: 4c8ca0b |
part 2 (of 2): b3ddd65 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Needs: Spec
Indicates that a spec defining user experience is required
@glennc, the experience for this should be defined.
Here are the list of items we need clarity on:
csproj
file indicating that the document should be auto-generatedobj/
directory by defaultdotnet-getdocument
toolThe text was updated successfully, but these errors were encountered: