We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3f0ed commit 7efff8fCopy full SHA for 7efff8f
src/AspNetCore/WebApi/src/Asp.Versioning.Http/DependencyInjection/IServiceCollectionExtensions.cs
@@ -8,11 +8,11 @@ namespace Microsoft.Extensions.DependencyInjection;
8
using Microsoft.AspNetCore.Http;
9
using Microsoft.AspNetCore.Http.Json;
10
using Microsoft.AspNetCore.Routing;
11
-using System.Diagnostics.CodeAnalysis;
12
using Microsoft.Extensions.DependencyInjection.Extensions;
13
using Microsoft.Extensions.Options;
14
-using static DynamicallyAccessedMemberTypes;
+using System.Diagnostics.CodeAnalysis;
15
using static ServiceDescriptor;
+using static System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes;
16
17
/// <summary>
18
/// Provides extension methods for the <see cref="IServiceCollection"/> interface.
0 commit comments