Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/f570b098f188194eed6783485f5632f5bce77537 You should set ROOT_URL correctly, otherwise the web may not work correctly.

build: InternalsVisibleTo excluded from test projects

pull/56/head
Robert Dailey 3 years ago
parent 3960f24f99
commit f570b098f1

@ -19,11 +19,12 @@
</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
</AssemblyAttribute>
<!-- For only NON-TEST projects -->
<ItemGroup Condition="!$(ProjectName.EndsWith('.Tests'))">
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
</ItemGroup>
<ItemGroup>
<!-- From https://github.com/dotnet/msbuild/pull/6285 -->
<AssemblyAttribute Include="System.CLSCompliantAttribute">
<_Parameter1>false</_Parameter1>

Loading…
Cancel
Save