Skip to content

Commit 0afb956

Browse files
author
Felipe da Conceicao Guimaraes
committed
changing location of automationheadinglevel.cs to fix api compat errors
1 parent 23cc6b6 commit 0afb956

File tree

7 files changed

+5
-75
lines changed

7 files changed

+5
-75
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Compat issues with assembly UIAutomationClient:
2-
TypesMustExist : Type 'System.Windows.Automation.AutomationHeadingLevel' does not exist in the implementation but it does exist in the contract.
3-
Total Issues: 1
1+
Total Issues: 0
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Total Issues: 0
1+
Compat issues with assembly UIAutomationTypes:
2+
TypesMustExist : Type 'System.Windows.Automation.AutomationHeadingLevel' does not exist in the implementation but it does exist in the contract.
3+
Total Issues: 1

src/Microsoft.DotNet.Wpf/src/PresentationCore/PresentationCore.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@
392392
<Compile Include="System\Windows\UIElement3D.cs" />
393393
<Compile Include="System\Windows\UIPropertyMetadata.cs" />
394394
<Compile Include="System\Windows\Automation\AutomationLiveSetting.cs" />
395-
<Compile Include="System\Windows\Automation\AutomationHeadingLevel.cs" />
396395
<Compile Include="System\Windows\Automation\AutomationProperties.cs" />
397396
<Compile Include="System\Windows\Automation\IsOffscreenBehavior.cs" />
398397
<Compile Include="System\Windows\Automation\Peers\AutomationPeer.cs" />

src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Automation/AutomationHeadingLevel.cs

-69
This file was deleted.

src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationClient/UIAutomationClient.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<Compile Include="System\Windows\Automation\AutomationElement.cs" />
6262
<Compile Include="System\Windows\Automation\AutomationElementCollection.cs" />
6363
<Compile Include="System\Windows\Automation\AutomationFocusChangedEventArgs.cs" />
64-
<Compile Include="System\Windows\Automation\AutomationHeadingLevel.cs" />
6564
<Compile Include="System\Windows\Automation\BasePattern.cs" />
6665
<Compile Include="System\Windows\Automation\CacheRequest.cs" />
6766
<Compile Include="System\Windows\Automation\ClientSettings.cs" />

src/Microsoft.DotNet.Wpf/src/UIAutomation/UIAutomationTypes/UIAutomationTypes.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<Compile Include="System\Windows\Automation\AutomationElementIdentifiers.cs" />
3636
<Compile Include="System\Windows\Automation\AutomationEvent.cs" />
3737
<Compile Include="System\Windows\Automation\AutomationEventArgs.cs" />
38+
<Compile Include="System\Windows\Automation\AutomationHeadingLevel.cs" />
3839
<Compile Include="System\Windows\Automation\AutomationIdentifier.cs" />
3940
<Compile Include="System\Windows\Automation\AutomationPattern.cs" />
4041
<Compile Include="System\Windows\Automation\AutomationProperty.cs" />

0 commit comments

Comments
 (0)