Merge branch 'v11/dev' into contrib

This commit is contained in:
Sebastiaan Janssen
2023-03-24 10:51:31 +01:00
3 changed files with 4 additions and 1 deletions

View File

@@ -5,8 +5,9 @@
<PropertyGroup>
<!-- TODO: Update test projects to use nullable reference types and remove this to enable nullable warnings as errors (the solution default) -->
<Nullable>annotations</Nullable>
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>
<!-- Specify rule set for all test projects -->
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)codeanalysis.ruleset</CodeAnalysisRuleSet>

View File

@@ -4,6 +4,7 @@
<Title>Umbraco CMS - Test tools</Title>
<Description>Contains commonly used tools to write tests for Umbraco CMS, such as various builders for content etc.</Description>
<RootNamespace>Umbraco.Cms.Tests.Common</RootNamespace>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>
<ItemGroup>

View File

@@ -6,6 +6,7 @@
<IsPackable>true</IsPackable>
<IsTestProject>true</IsTestProject>
<RootNamespace>Umbraco.Cms.Tests.Integration</RootNamespace>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>
<ItemGroup>