You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/libraries/Microsoft.Extensions.Configuration.Binder/tests/SourceGenerationTests/ConfigurationBinderTests.Generator.cs
+54-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
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
+
usingSystem;
5
+
usingSystem.Collections.Generic;
4
6
usingMicrosoft.Extensions.Configuration;
5
7
usingXunit;
6
8
@@ -336,17 +338,51 @@ public void MemberAccessibility_InaccessibleNestedTypeAsRootConfig()
0 commit comments