File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Swashbuckle.AspNetCore.SwaggerGen/DependencyInjection Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using Microsoft . AspNetCore . Hosting ;
5
- using Microsoft . AspNetCore . Mvc . Filters ;
6
5
using Microsoft . Extensions . DependencyInjection ;
7
6
using Microsoft . Extensions . Options ;
8
7
using Microsoft . OpenApi . Models ;
@@ -35,7 +34,7 @@ public void Configure(SwaggerGeneratorOptions options)
35
34
36
35
// Create and add any filters that were specified through the FilterDescriptor lists ...
37
36
38
- foreach ( var filterDescriptor in _swaggerGenOptions . ParameterFilterDescriptors )
37
+ foreach ( var filterDescriptor in _swaggerGenOptions . ParameterFilterDescriptors )
39
38
{
40
39
if ( filterDescriptor . Type . IsAssignableTo ( typeof ( IParameterFilter ) ) )
41
40
{
You can’t perform that action at this time.
0 commit comments