David Petric
David Petric
Hello, For anyone who is trying this NuGet I have downloaded the project source code and run the unit test for generating the license and it worked...then I checked my...
Unfortunately, the project's limited recent development has led to challenges, including compatibility issues with the latest Azure Functions worker/isolated packages and Asp.Net integration. This situation is particularly challenging as we...
> To generate .Net client with NSwag you need OpenAPI definition file. For NSwag client generation it doesn't matter where that file comes from (azure function worker or anywhere else)....
> It seems that Microsoft has a recommended solution for this: https://github.com/Azure/azure-functions-openapi-extension/blob/main/docs/generic-cicd-pipeline-support.md which involves running PowerShell or bash script in CI/CD pipeline. I don't think they are using NSwag library...
> @justinyoo and @remitonning > > I was able to get it to build with the following usings: > > ``` > using Microsoft.AspNetCore.Http; > using Microsoft.AspNetCore.Mvc; > using Microsoft.Azure.Functions.Worker;...
> > > @justinyoo and @remitonning > > > I was able to get it to build with the following usings: > > > ``` > > > using Microsoft.AspNetCore.Http;...
> > Take a look at what I did to get it to work above [#629 (comment)](https://github.com/Azure/azure-functions-openapi-extension/issues/629#issuecomment-1843650065) > > @joeliir Where do you get the `hostContext` from? it's from ConfigureServices...
Hi, Is this project deprecated?