This commit is contained in:
Shannon
2019-10-28 19:35:18 +11:00
parent 6368a0a8d6
commit 51f89410ce
2 changed files with 7 additions and 3 deletions

View File

@@ -109,8 +109,6 @@
<Version>5.2.7</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Dashboard\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@@ -7,6 +7,12 @@ using Umbraco.Core.Models.PublishedContent;
namespace Umbraco.ModelsBuilder.Umbraco
{
/// <summary>
/// This is called from within the generated model classes
/// </summary>
/// <remarks>
/// DO NOT REMOVE - although there are not code references this is used directly by the generated models.
/// </remarks>
public static class PublishedModelUtility
{
// looks safer but probably useless... ppl should not call these methods directly