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>2021-01-27 12:25:55 +0300
committerXiao Luo <basehello@icloud.com>2021-01-27 12:25:55 +0300
commit37ae438b80fa2b6e0c9518605c452e653a316006 (patch)
treeb730b7f81b6d5165da462aa07a8a640647aa80b8 /external/Test
parentff124806fcf9f894f84409bfce7f6c3492ac6cbe (diff)
Fix the Mono.Cecil can't load .NET Core platform assemblies in WSL, macOS, and Ubuntu OS environment.
Diffstat (limited to 'external/Test')
-rw-r--r--external/Test/System.Collections.dllbin0 -> 42056 bytes
-rw-r--r--external/Test/System.Runtime.dllbin0 -> 330824 bytes
-rw-r--r--external/Test/readme.md4
3 files changed, 3 insertions, 1 deletions
diff --git a/external/Test/System.Collections.dll b/external/Test/System.Collections.dll
new file mode 100644
index 00000000..a09c5303
--- /dev/null
+++ b/external/Test/System.Collections.dll
Binary files differ
diff --git a/external/Test/System.Runtime.dll b/external/Test/System.Runtime.dll
new file mode 100644
index 00000000..40ceb771
--- /dev/null
+++ b/external/Test/System.Runtime.dll
Binary files differ
diff --git a/external/Test/readme.md b/external/Test/readme.md
index 4c56b81b..2ab97745 100644
--- a/external/Test/readme.md
+++ b/external/Test/readme.md
@@ -4,7 +4,9 @@ The files in this directory are used as test inputs for explicit assembly testin
|---|---|
|CSharpExample.dll|TBD|
|mdoc.Test.Cplusplus.dll|../../mdoc/mdoc.Test.Cplusplus|
-|mdoc.Test.NullableReferenceTypes|../../mdoc/mdoc.Test/NullableReferenceTypesTests|
+|mdoc.Test.NullableReferenceTypes.dll|../../mdoc/mdoc.Test/NullableReferenceTypesTests|
+|System.Collections.dll|.NET Core 3.1 assembly for unit tests of mdoc.Test.NullableReferenceTypes|
+|System.Runtime.dll|.NET Core 3.1 assembly for unit tests of mdoc.Test.NullableReferenceTypes|
|UWPTestComponentCSharp.winmd|../../mdoc/mdoc.Test/UWPTestComponentCSharp|
|UwpTestWinRtComponentCpp.dll|../../mdoc/mdoc.Test/UwpTestWinRtComponentCpp|
|UwpTestWinRtComponentCpp.winmd|../../mdoc/mdoc.Test/UwpTestWinRtComponentCpp|