ersatztv: disable TreatWarningsAsErrors (#490167)

This commit is contained in:
David McFarland
2026-02-13 21:32:49 +00:00
committed by GitHub
+2
View File
@@ -32,6 +32,8 @@ buildDotnetModule rec {
"ErsatzTV.Scanner"
];
nugetDeps = ./nuget-deps.json;
dotnetFlags = [ "-p:TreatWarningsAsErrors=false" ];
dotnet-sdk = dotnetCorePackages.sdk_10_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_10_0;