Is it possible to output a cs client file to another project?
up vote
0
down vote
favorite
I am trying to use NSwag to generate a client during the build of the project. It does so, but it puts the cs file in a folder directly in the webapi project I am getting the spec file out of.
I want to output it out to another project. Won't making a nuget package during this step be possible if the file is in it's own assembly? Not trying to share the webapi source code.
nswag
add a comment |
up vote
0
down vote
favorite
I am trying to use NSwag to generate a client during the build of the project. It does so, but it puts the cs file in a folder directly in the webapi project I am getting the spec file out of.
I want to output it out to another project. Won't making a nuget package during this step be possible if the file is in it's own assembly? Not trying to share the webapi source code.
nswag
1
Just change the output path to write to another project dir?
– Rico Suter
Nov 15 at 7:29
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to use NSwag to generate a client during the build of the project. It does so, but it puts the cs file in a folder directly in the webapi project I am getting the spec file out of.
I want to output it out to another project. Won't making a nuget package during this step be possible if the file is in it's own assembly? Not trying to share the webapi source code.
nswag
I am trying to use NSwag to generate a client during the build of the project. It does so, but it puts the cs file in a folder directly in the webapi project I am getting the spec file out of.
I want to output it out to another project. Won't making a nuget package during this step be possible if the file is in it's own assembly? Not trying to share the webapi source code.
nswag
nswag
asked Nov 13 at 1:02
Lloyd Rodriguez
1
1
1
Just change the output path to write to another project dir?
– Rico Suter
Nov 15 at 7:29
add a comment |
1
Just change the output path to write to another project dir?
– Rico Suter
Nov 15 at 7:29
1
1
Just change the output path to write to another project dir?
– Rico Suter
Nov 15 at 7:29
Just change the output path to write to another project dir?
– Rico Suter
Nov 15 at 7:29
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53272280%2fis-it-possible-to-output-a-cs-client-file-to-another-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Just change the output path to write to another project dir?
– Rico Suter
Nov 15 at 7:29