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 639b958 commit 8ec6e0aCopy full SHA for 8ec6e0a
src/AspNetCore/OData/src/Asp.Versioning.OData/DependencyInjection/IServiceCollectionExtensions.cs
@@ -11,6 +11,7 @@ namespace Microsoft.Extensions.DependencyInjection;
11
/// <summary>
12
/// Provides extension methods for <see cref="IServiceCollection"/>.
13
/// </summary>
14
+[CLSCompliant( false )]
15
public static class IServiceCollectionExtensions
16
{
17
[MethodImpl( MethodImplOptions.AggressiveInlining )]
0 commit comments