fixing typo and missing file ref in csproj.

This commit is contained in:
Claus
2017-02-10 11:41:46 +01:00
parent dbe489c0f2
commit 8cf3110708
3 changed files with 2 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ namespace Umbraco.Core.Persistence.Repositories
}
/// <summary>
/// A delete statement taht will delete anything in the table specified where it's PK (keyName) is found in the
/// A delete statement that will delete anything in the table specified where its PK (keyName) is found in the
/// list of umbracoNode.id that have trashed flag set
/// </summary>
/// <param name="tableName"></param>

View File

@@ -14,7 +14,7 @@ namespace Umbraco.Tests.Benchmarks
typeof(ModelToSqlExpressionHelperBenchmarks),
typeof(XmlBenchmarks),
typeof(LinqCastBenchmarks),
typeof(DeepCloneBenchmarks),
//typeof(DeepCloneBenchmarks),
typeof(XmlPublishedContentInitBenchmarks),
});

View File

@@ -85,7 +85,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DeepCloneBenchmarks.cs" />
<Compile Include="LinqCastBenchmarks.cs" />
<Compile Include="ModelToSqlExpressionHelperBenchmarks.cs" />
<Compile Include="BulkInsertBenchmarks.cs" />