Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Luo <basehello@icloud.com>2020-12-07 18:11:01 +0300
committerGitHub <noreply@github.com>2020-12-07 18:11:01 +0300
commit8b42e0db35130ebbd09a4bc7a2d31819f24255ca (patch)
tree15b57e649aeca175898d823c1c1c2cd689653176 /mdoc/Test/en.expected-fx-import
parent27c8462fc29be9dce2e978425c51614f7ba010cf (diff)
Sort assembly files and update expected XML files (#526)
This change brings a higher consistency across environments, as originally the .dlls were read in whatever order the operating system enumerated them in; this proved to be inconsistent over time, so this will reduce unexpected results going forward.
Diffstat (limited to 'mdoc/Test/en.expected-fx-import')
-rw-r--r--mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml2
-rw-r--r--mdoc/Test/en.expected-fx-import/index.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml b/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml
index c51e7170..7101a6de 100644
--- a/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml
+++ b/mdoc/Test/en.expected-fx-import/FrameworksIndex/two.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="two">
<Assemblies>
- <Assembly Name="DocTest-DropNS-classic-secondary" Version="0.0.0.0" />
<Assembly Name="DocTest-DropNS-classic" Version="0.0.0.0" />
+ <Assembly Name="DocTest-DropNS-classic-secondary" Version="0.0.0.0" />
</Assemblies>
<Namespace Name="MyFramework.MyNamespace">
<Type Name="MyFramework.MyNamespace.MyClass" Id="T:MyFramework.MyNamespace.MyClass">
diff --git a/mdoc/Test/en.expected-fx-import/index.xml b/mdoc/Test/en.expected-fx-import/index.xml
index f593eced..5190f1db 100644
--- a/mdoc/Test/en.expected-fx-import/index.xml
+++ b/mdoc/Test/en.expected-fx-import/index.xml
@@ -10,7 +10,7 @@
</Attribute>
</Attributes>
</Assembly>
- <Assembly Name="DocTest-DropNS-classic-secondary" Version="0.0.0.0">
+ <Assembly Name="DocTest-DropNS-classic" Version="0.0.0.0">
<Attributes>
<Attribute>
<AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
@@ -20,7 +20,7 @@
</Attribute>
</Attributes>
</Assembly>
- <Assembly Name="DocTest-DropNS-classic" Version="0.0.0.0">
+ <Assembly Name="DocTest-DropNS-classic-secondary" Version="0.0.0.0">
<Attributes>
<Attribute>
<AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>