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-21 00:55:48 +0300
committerGitHub <noreply@github.com>2021-01-21 00:55:48 +0300
commitc6411bbcbcf3b4aad999e455d4b2767370abffb9 (patch)
treebed24260db72abb680f6b523548e7ef3abacd9ff /external
parent8b52f5293ccfad0a4f754c10d27d308e89d901e7 (diff)
Add support for C# 8.0 nullable reference types feature (#532)
https://dev.azure.com/ceapex/Engineering/_workitems/edit/317995?src=WorkItemMention&src-action=artifact_link
Diffstat (limited to 'external')
-rw-r--r--external/Test/mdoc.Test.FSharp.dllbin0 -> 263168 bytes
-rw-r--r--external/Test/mdoc.Test.NullableReferenceTypes.dllbin0 -> 21504 bytes
-rw-r--r--external/Test/readme.md1
3 files changed, 1 insertions, 0 deletions
diff --git a/external/Test/mdoc.Test.FSharp.dll b/external/Test/mdoc.Test.FSharp.dll
new file mode 100644
index 00000000..e7de8b4a
--- /dev/null
+++ b/external/Test/mdoc.Test.FSharp.dll
Binary files differ
diff --git a/external/Test/mdoc.Test.NullableReferenceTypes.dll b/external/Test/mdoc.Test.NullableReferenceTypes.dll
new file mode 100644
index 00000000..e72d594e
--- /dev/null
+++ b/external/Test/mdoc.Test.NullableReferenceTypes.dll
Binary files differ
diff --git a/external/Test/readme.md b/external/Test/readme.md
index 95ec2dd3..4c56b81b 100644
--- a/external/Test/readme.md
+++ b/external/Test/readme.md
@@ -4,6 +4,7 @@ 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|
|UWPTestComponentCSharp.winmd|../../mdoc/mdoc.Test/UWPTestComponentCSharp|
|UwpTestWinRtComponentCpp.dll|../../mdoc/mdoc.Test/UwpTestWinRtComponentCpp|
|UwpTestWinRtComponentCpp.winmd|../../mdoc/mdoc.Test/UwpTestWinRtComponentCpp|