Further fix to configuration classes using ISet, resolving regression with custom 404 pages (#19573)

Further fix to configuration classes using ISet, resolving regression with custom 404 pages.
This commit is contained in:
Andy Butland
2025-06-30 14:37:04 +02:00
committed by GitHub
parent b81d45901b
commit cfbbfa004c
3 changed files with 14 additions and 3 deletions

View File

@@ -42,9 +42,9 @@ namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Core.Configuration.Models.Validati
new ContentSettings
{
Error404Collection =
{
[
new() { Culture = culture, ContentId = 1 },
},
],
Imaging =
{
AutoFillImageProperties =