Not sure if related to the updates from .netconf/.net9 but the solution no longer builds
Output errors
Error (active) NU1902 Warning As Error: Package 'Microsoft.AspNetCore.Server.IIS' 2.2.0 has a known moderate severity vulnerability, GHSA-prrf-397v-83xh LogicAppUnit G:\Github\TestingFramework\src\LogicAppUnit\LogicAppUnit.csproj 1
Error (active) NU1904 Warning As Error: Package 'System.Text.Encodings.Web' 4.6.0 has a known critical severity vulnerability, GHSA-ghhp-997w-qr28 LogicAppUnit.Samples.Functions G:\Github\TestingFramework\src\LogicAppUnit.Samples.Functions\LogicAppUnit.Samples.Functions.csproj 1
Error (active) NU1902 Warning As Error: Package 'Microsoft.AspNetCore.Server.IIS' 2.2.0 has a known moderate severity vulnerability, GHSA-prrf-397v-83xh LogicAppUnit.Samples.LogicApps.Tests G:\Github\TestingFramework\src\LogicAppUnit.Samples.LogicApps.Tests\LogicAppUnit.Samples.LogicApps.Tests.csproj 1
As a workaround, updating all
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
to false allowed the solution to build
Not sure if related to the updates from .netconf/.net9 but the solution no longer builds
Output errors
Error (active) NU1902 Warning As Error: Package 'Microsoft.AspNetCore.Server.IIS' 2.2.0 has a known moderate severity vulnerability, GHSA-prrf-397v-83xh LogicAppUnit G:\Github\TestingFramework\src\LogicAppUnit\LogicAppUnit.csproj 1
Error (active) NU1904 Warning As Error: Package 'System.Text.Encodings.Web' 4.6.0 has a known critical severity vulnerability, GHSA-ghhp-997w-qr28 LogicAppUnit.Samples.Functions G:\Github\TestingFramework\src\LogicAppUnit.Samples.Functions\LogicAppUnit.Samples.Functions.csproj 1
Error (active) NU1902 Warning As Error: Package 'Microsoft.AspNetCore.Server.IIS' 2.2.0 has a known moderate severity vulnerability, GHSA-prrf-397v-83xh LogicAppUnit.Samples.LogicApps.Tests G:\Github\TestingFramework\src\LogicAppUnit.Samples.LogicApps.Tests\LogicAppUnit.Samples.LogicApps.Tests.csproj 1
As a workaround, updating all
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>to false allowed the solution to build