question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Whether the version parameter of FastEndpoints.Swagger.DocumentProcessor can provide scope support

See original GitHub issue
     //Here minEndpointVersion support !?
    services.AddSwaggerDoc(maxEndpointVersion: 0, settings: s =>
      {
      } );
    public DocumentProcessor(int maxEndpointVersion)
    {
        maxEpVer = maxEndpointVersion;
    }

Whether the version parameter of FastEndpoints.Swagger.DocumentProcessor can provide scope support, for example sometimes I need to limit the version of a document to between 2-3, but currently only maxEndpointVersion can be configured

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vipwancommented, Sep 19, 2022
0reactions
vipwancommented, Sep 18, 2022

Yes, that’s the premise !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Swagger Support
Swagger is a first class citizen in the land of FastEndpoints enabling API visualization with minimal effort.
Read more >
How to stop default api vesion showing up in swagger ...
With NSwug we can use a DocumentProcessors which can be used to filter out the unwanted swagger paths. I have used below nuget...
Read more >
Integration Api version with route parameter and swagger
Hi, I want to integrate swagger with API versioning in route parameter minimal API, something like: api/v{version:apiVersion}/catalogs.
Read more >
Implement authorization for Swagger in ASP.NET Core 6
In this article I'll discuss how we can implement basic authentication in Swagger. To work with the code examples provided in this article,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found