File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
OpenFeature.DependencyInjection Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1717 </ItemGroup >
1818
1919 <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" />
2622 </ItemGroup >
2723
2824</Project >
Original file line number Diff line number Diff line change 66using OpenFeature . Constant ;
77using OpenFeature . Model ;
88
9- [ assembly: InternalsVisibleTo ( "DynamicProxyGenAssembly2" ) ] // required to allow NSubstitute mocking of internal methods
10-
119namespace OpenFeature
1210{
1311 /// <summary>
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <ItemGroup >
15+ <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" />
1516 <InternalsVisibleTo Include =" OpenFeature.Benchmarks" />
1617 <InternalsVisibleTo Include =" OpenFeature.Tests" />
1718 <InternalsVisibleTo Include =" OpenFeature.E2ETests" />
You can’t perform that action at this time.
0 commit comments