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

14 lines
752 B

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\Recyclarr.Common\Recyclarr.Common.csproj" />
<ProjectReference Include="..\..\src\Recyclarr.Compatibility\Recyclarr.Compatibility.csproj" />
<ProjectReference Include="..\..\src\Recyclarr.Platform\Recyclarr.Platform.csproj" />
<ProjectReference Include="..\..\src\Recyclarr.VersionControl\Recyclarr.VersionControl.csproj" />
<ProjectReference Include="..\Recyclarr.TestLibrary\Recyclarr.TestLibrary.csproj" />
<ProjectReference Include="..\Recyclarr.Tests.TestLibrary\Recyclarr.Tests.TestLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extras.Ordering" />
</ItemGroup>
</Project>