Skip to content

Commit ccf8d24

Browse files
committed
CSHARP-938: Make MongoDB.Driver.Core internals visible to DynamicProxyGenAssembly2 so NSubstitute can work with internal types.
1 parent f6f2ea9 commit ccf8d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MongoDB.Driver.Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@
3232

3333
[assembly: InternalsVisibleTo("MongoDB.Driver.Core.FunctionalTests")]
3434
[assembly: InternalsVisibleTo("MongoDB.Driver.Core.Tests")]
35+
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 commit comments

Comments
 (0)