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:
authorJoel Martinez <joelmartinez@gmail.com>2017-07-27 17:41:52 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-08-01 15:32:35 +0300
commite2d8ee95121e67d26e4610234b692d6e391e56d7 (patch)
treecf94a992ebba1b7fd5d7082dcf741c300b360788 /mdoc/mdoc.Test/packages.config
parentf1fb82a858bd6ccfcab960cada354c4ba5ee5515 (diff)
mdoc: C# operator signatures are now generated correctly.
Previously, mdoc simply used the compiler-generated method names for operators, such as `op_Multiply`, instead of `operator *`. This releases fixes that for all unary, binary, comparison, and conversion operators. Closes #82
Diffstat (limited to 'mdoc/mdoc.Test/packages.config')
-rw-r--r--mdoc/mdoc.Test/packages.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/mdoc/mdoc.Test/packages.config b/mdoc/mdoc.Test/packages.config
new file mode 100644
index 00000000..e8e2fb77
--- /dev/null
+++ b/mdoc/mdoc.Test/packages.config
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="NUnit" version="2.6.4" targetFramework="net461" />
+ <package id="Mono.Cecil" version="0.10.0-beta5" targetFramework="net45" />
+</packages> \ No newline at end of file