File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
OpenFeature.DependencyInjection Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
20
- <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
21
- <_Parameter1 >$(AssemblyName).Tests</_Parameter1 >
22
- </AssemblyAttribute >
23
- <AssemblyAttribute Include =" System.Runtime.CompilerServices.InternalsVisibleTo" >
24
- <_Parameter1 >DynamicProxyGenAssembly2</_Parameter1 >
25
- </AssemblyAttribute >
20
+ <InternalsVisibleTo Include =" $(AssemblyName).Tests" />
21
+ <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" />
26
22
</ItemGroup >
27
23
28
24
</Project >
Original file line number Diff line number Diff line change 1
1
using System . Collections . Immutable ;
2
- using System . Runtime . CompilerServices ;
3
2
using System . Threading ;
4
3
using System . Threading . Channels ;
5
4
using System . Threading . Tasks ;
6
5
using OpenFeature . Constant ;
7
6
using OpenFeature . Model ;
8
7
9
- [ assembly: InternalsVisibleTo ( "DynamicProxyGenAssembly2" ) ] // required to allow NSubstitute mocking of internal methods
10
-
11
8
namespace OpenFeature
12
9
{
13
10
/// <summary>
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
14
14
<ItemGroup >
15
+ <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" />
15
16
<InternalsVisibleTo Include =" OpenFeature.Benchmarks" />
16
17
<InternalsVisibleTo Include =" OpenFeature.Tests" />
17
18
<InternalsVisibleTo Include =" OpenFeature.E2ETests" />
You can’t perform that action at this time.
0 commit comments