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

chore: Disable warning CA1506 in Program.cs

gui
Robert Dailey 3 years ago
parent 5db22529ff
commit c0bc714739

@ -1,3 +1,7 @@
// [CA1506] '<Main>$' is coupled with '54' different types from '34' different namespaces. Rewrite or refactor the code
// to decrease its class coupling below '41'.
#pragma warning disable CA1506
using System.IO.Abstractions;
using Autofac.Extensions.DependencyInjection;
using MudBlazor.Services;

Loading…
Cancel
Save