This repository was archived by the owner on Dec 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Rationalize the code sharing between the three code generation projects #8417
Labels
Milestone
Comments
dougbu
added a commit
that referenced
this issue
Sep 10, 2018
- #8417 - just two files needed to be moved…
dougbu
added a commit
that referenced
this issue
Sep 10, 2018
- #8417 - just two files needed to be moved…
dougbu
added a commit
that referenced
this issue
Sep 11, 2018
- #8417 - just two files needed to be moved…
Correct commit id 792d5b4 |
dougbu
added a commit
that referenced
this issue
Oct 4, 2018
- #8417 - just two files needed to be moved…
dougbu
added a commit
that referenced
this issue
Oct 7, 2018
- #8417 - just two files needed to be moved…
dougbu
added a commit
that referenced
this issue
Oct 7, 2018
- #8417 - just two files needed to be moved…
dougbu
added a commit
that referenced
this issue
Oct 9, 2018
- #8417 - just two files needed to be moved…
dougbu
added a commit
that referenced
this issue
Oct 10, 2018
- #8417 - just two files needed to be moved…
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Is this a Bug or Feature request?
Enhancement that's part of #7947
Description of the problem
Code sharing between the code generation projects is mostly from the bottom up: GetDocumentInsider -> dotnet-getdocument -> Microsoft.Extensions.ApiDescription.Client but a couple of oddball cases exist and those links should be reversed.
In particular
DownloadFileCore
andILogWrapper
should be in the GetDocumentInsider project with<Compile/>
links in Microsoft.Extensions.ApiDescription.Client rather than the other way around.Version of
Microsoft.AspNetCore.Mvc
orMicrosoft.AspNetCore.App
orMicrosoft.AspNetCore.All
See the features/client.code.generation branch branch. That work is intended for the 2.2 Preview 3 milestone.
The text was updated successfully, but these errors were encountered: