File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Components/Endpoints/src/Binding Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- // Licensed to the .NET Foundation under one or more agreements.
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
namespace Microsoft . AspNetCore . Components . Endpoints . Binding ;
@@ -7,7 +7,9 @@ internal static class WellKnownConverters
7
7
{
8
8
public static readonly IReadOnlyDictionary < Type , FormDataConverter > Converters ;
9
9
10
+ #pragma warning disable CA1810 // Initialize reference type static fields inline
10
11
static WellKnownConverters ( )
12
+ #pragma warning restore CA1810 // Initialize reference type static fields inline
11
13
{
12
14
var converters = new Dictionary < Type , FormDataConverter >
13
15
{
You can’t perform that action at this time.
0 commit comments