Skip to content

Commit

Permalink
fixed failing tests by exposing internals to moq
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Jul 7, 2024
1 parent 8640a4b commit 3dc57a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<!-- Add default suffix if there is no InternalsVisibleTo or InternalsVisibleToSuffix defined -->
<ItemGroup Condition="@(InternalsVisibleToSuffix->Count()) == 0 AND @(InternalsVisibleTo->Count()) == 0">
<InternalsVisibleToSuffix Include=".Tests" />

<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>DynamicProxyGenAssembly2</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

<!-- Handle InternalsVisibleTo -->
Expand Down

0 comments on commit 3dc57a2

Please sign in to comment.