Went to implement builder.AddSwashBuckle (via documentation recommendation), and am getting a deprecation warning., about using IWebJobsStartup for SwashBuckle initialization. The documentation/implementation should be updated to utilize FunctionsStartup instead of IWebJobsStartup.
Went to implement builder.AddSwashBuckle (via documentation recommendation), and am getting a deprecation warning., about using IWebJobsStartup for SwashBuckle initialization. The documentation/implementation should be updated to utilize FunctionsStartup instead of IWebJobsStartup.