-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Updated to support .net core 3 #9782
Conversation
Thanks for this! we will review soon. |
@frantuma any update? |
Hmm.. I really liked the project - and did a few contributions every now and then.. But the community has changed, @wing328 is gone it seems.. |
thanks for your PR @knom, and sorry for this delay. Next time you need help with something in this project. Please, let me know. |
Was this built into the CLI? I have 3.0.18 CLI and it only builds aspnet2.2. |
@rdecarreau this was written for version 2, but will ported soon to codegen v3 |
Hi @HugoMario was this ported to codegen v3 yet? I'll have to drop to version 2 if not. |
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
.3.0.0
branch for changes related to OpenAPI spec 3.0. Default:master
.Description of the PR
@mandrean - I've added support for .NET Core 3 / Swashbuckle 5.
#9781