File tree Expand file tree Collapse file tree
src/AspNetCore/WebApi/src/Asp.Versioning.OpenApi/Builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33#pragma warning disable IDE0130
44
5- namespace Microsoft . Extensions . DependencyInjection ;
5+ namespace Microsoft . AspNetCore . Builder ;
66
77using Asp . Versioning ;
88using Asp . Versioning . ApiExplorer ;
@@ -11,8 +11,8 @@ namespace Microsoft.Extensions.DependencyInjection;
1111using Microsoft . AspNetCore . Builder ;
1212using Microsoft . AspNetCore . OpenApi ;
1313using Microsoft . AspNetCore . Routing ;
14+ using Microsoft . Extensions . DependencyInjection ;
1415using System . Diagnostics . CodeAnalysis ;
15- using static Microsoft . Extensions . DependencyInjection . IEndpointRouteBuilderExtensions ;
1616
1717/// <summary>
1818/// Provides extension methods for <see cref="IEndpointConventionBuilder"/>.
Original file line number Diff line number Diff line change 22
33#pragma warning disable IDE0130
44
5- namespace Microsoft . Extensions . DependencyInjection ;
5+ namespace Microsoft . AspNetCore . Builder ;
66
77using Asp . Versioning . OpenApi ;
88using Microsoft . AspNetCore . Routing ;
9+ using Microsoft . Extensions . DependencyInjection ;
910
1011/// <summary>
1112/// Provides extension methods for <see cref="IEndpointRouteBuilder"/>.
You can’t perform that action at this time.
0 commit comments