Fixing some problems with LINQ to Umbraco:
- inherited properties not properly managed - non-mandatory structs are handled - adding NodeName and Path to the BaseDocType class (obsoleted Name property, but not removed) [TFS Changeset #76091]
This commit is contained in:
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
SHOCKING.testrunconfig = SHOCKING.testrunconfig
|
||||
umbraco weekly.build = umbraco weekly.build
|
||||
umbraco.build = umbraco.build
|
||||
umbraco3.vsmdi = umbraco3.vsmdi
|
||||
UMBRACOELISE.testrunconfig = UMBRACOELISE.testrunconfig
|
||||
UMBRACOHUMMER.testrunconfig = UMBRACOHUMMER.testrunconfig
|
||||
EndProjectSection
|
||||
@@ -154,7 +155,7 @@ Global
|
||||
SccLocalPath13 = umbraco.Test
|
||||
EndGlobalSection
|
||||
GlobalSection(TestCaseManagementSettings) = postSolution
|
||||
CategoryFile = umbraco.vsmdi
|
||||
CategoryFile = umbraco3.vsmdi
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
||||
Reference in New Issue
Block a user