mono / api-doc-tools

.NET Reference API Toolchain
MIT License
68 stars 48 forks source link

master does not build on WIndows with VS 15.8.1 #308

Closed cartermp closed 5 years ago

cartermp commented 6 years ago

Steps:

  1. Clone master
  2. Clone submodules
  3. Open apidocstools.sln
  4. Build all

Looks like all the errors are about using Mono.Cecil, but adding that via NuGet doesn't appear to help.

joelmartinez commented 6 years ago

@cartermp that probably just means you have to grab the submodules. See:
https://github.com/mono/api-doc-tools#dependencies

This should get you up and running, so I'm going to close the issue ... please feel free to continue commenting if you have further issues, and I'll re-open it and keep working with you :)

Also, note # 2, please note that the unit tests are using nunit. I'll be migrating to xunit in the near future, but for now:
https://github.com/mono/api-doc-tools/blob/master/CONTRIBUTING.md#tests

joelmartinez commented 6 years ago

Annnnd ... nevermind. You literally said that in your 2nd point :) Can you give me some more details about what errors you're seeing?

cartermp commented 6 years ago
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

  ICSharpCode.SharpZipLib -> C:\repos\api-doc-tools\external\SharpZipLib\bin\Debug\ICSharpCode.SharpZipLib.dll
Monodoc\generators\html\Ecmaspec2Html.cs(13,10): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\generators\html\Toc2Html.cs(13,3): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\Tree.cs(41,4): warning CS0618: 'Node.Node(string, string)' is obsolete: 'Tree inheriting Node is being phased out. Use the `Tree.RootNode' property instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\Tree.cs(91,4): warning CS0618: 'Node.Node(string, string)' is obsolete: 'Tree inheriting Node is being phased out. Use the `Tree.RootNode' property instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Analyzer.cs(164,21): warning CS0618: 'CloseableThreadLocal<object>.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\TokenFilter.cs(58,21): warning CS0618: 'TokenStream.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\HelpSource.cs(276,4): warning CS0162: Unreachable code detected [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Mono.Documentation\XmlDocUtils.cs(178,35): warning CS0168: The variable 'e' is declared but never used [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\generators\html\Toc2Html.cs(17,20): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\generators\html\Ecmaspec2Html.cs(48,26): warning CS0618: 'XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/?linkid=14202' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsWriter.cs(214,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsWriter.cs(223,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsWriter.cs(233,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\generators\html\Ecma2Html.cs(221,19): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\generators\html\Ecma2Html.cs(282,18): warning CS0618: 'Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\RootTree.cs(499,41): warning CS0618: 'Version.LUCENE_CURRENT' is obsolete: 'Use an actual version instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\RootTree.cs(522,4): warning CS0618: 'IndexWriter.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\storage\ZipStorage.cs(118,35): warning CS0618: 'ZipFile.Size' is obsolete: 'Use the Count property instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs(108,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs(109,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs(110,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Messages\NLS.cs(244,8): warning CS0618: 'SecurityManager.SecurityEnabled' is obsolete: 'Because security can no longer be turned off, the SecurityEnabled property no longer has any effect.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileReader.cs(103,7): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileReader.cs(135,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs(262,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs(273,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs(284,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileReader.cs(299,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\KeywordAnalyzer.cs(28,13): warning CS0618: 'Analyzer.SetOverridesTokenStreamMethod<TClass>()' is obsolete: 'This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream ' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizerImpl.cs(623,14): warning CS0618: 'StandardTokenizerImpl.ACRONYM_DEP' is obsolete: 'this solves a bug where HOSTs that end with '.' are identified as ACRONYMs' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\KeywordAnalyzer.cs(36,8): warning CS0612: 'Analyzer.overridesTokenStreamMethod' is obsolete [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileWriter.cs(214,17): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileWriter.cs(221,25): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizerImpl.cs(703,4): warning CS0618: 'StandardTokenizerImpl.ACRONYM_DEP' is obsolete: 'this solves a bug where HOSTs that end with '.' are identified as ACRONYMs' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizerImpl.cs(703,18): warning CS0618: 'StandardTokenizer.ACRONYM_DEP' is obsolete: 'this solves a bug where HOSTs that end with '.' are identified as ACRONYMs.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsReader.cs(257,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsReader.cs(267,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsReader.cs(277,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CompoundFileWriter.cs(271,6): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CheckIndex.cs(375,6): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CheckIndex.cs(602,7): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\QueryParser.cs(571,17): warning CS0618: 'TokenStream.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizer.cs(182,23): warning CS0618: 'StandardTokenizerImpl.ACRONYM_DEP' is obsolete: 'this solves a bug where HOSTs that end with '.' are identified as ACRONYMs' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DirectoryReader.cs(159,33): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DirectoryReader.cs(217,33): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardAnalyzer.cs(73,13): warning CS0618: 'Analyzer.SetOverridesTokenStreamMethod<TClass>()' is obsolete: 'This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream ' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardAnalyzer.cs(141,8): warning CS0612: 'Analyzer.overridesTokenStreamMethod' is obsolete [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardAnalyzer.cs(165,4): warning CS0618: 'StandardTokenizer.SetReplaceInvalidAcronym(bool)' is obsolete: 'Remove in 3.X and make true the only valid value. See https://issues.apache.org/jira/browse/LUCENE-1068' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DirectoryReader.cs(334,41): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsReader.cs(581,6): warning CS0618: 'IndexInput.ReadChars(char[], int, int)' is obsolete: '-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\QueryParser\QueryParser.cs(1205,46): warning CS0618: 'Version.LUCENE_CURRENT' is obsolete: 'Use an actual version instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\providers\ecma-provider.cs(409,15): warning CS0168: The variable 'rest' is declared but never used [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\providers\ecma-provider.cs(516,14): warning CS0168: The variable 'rest' is declared but never used [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocInverterPerField.cs(217,8): warning CS0618: 'TokenStream.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\PerFieldAnalyzerWrapper.cs(78,13): warning CS0618: 'Analyzer.SetOverridesTokenStreamMethod<TClass>()' is obsolete: 'This is only present to preserve back-compat of classes that subclass a core analyzer and override tokenStream but not reusableTokenStream ' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\PerFieldAnalyzerWrapper.cs(103,8): warning CS0612: 'Analyzer.overridesTokenStreamMethod' is obsolete [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermScorer.cs(91,7): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermScorer.cs(125,6): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DirectoryReader.cs(1507,23): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
Monodoc\providers\ecma-provider.cs(551,13): warning CS0168: The variable 'rest' is declared but never used [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocumentsWriter.cs(830,4): warning CS0618: 'CompoundFileWriter.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Store\CheckSumIndexOutput.cs(69,17): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Store\Directory.cs(239,8): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Store\Directory.cs(244,8): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Store\Directory.cs(249,5): warning CS0618: 'Directory.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Store\FileSwitchDirectory.cs(77,25): warning CS0618: 'Directory.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Store\FileSwitchDirectory.cs(84,25): warning CS0618: 'Directory.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\TermQuery.cs(149,25): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldInfos.cs(118,5): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermInfosReader.cs(107,7): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocumentsWriter.cs(1331,6): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocumentsWriter.cs(1365,5): warning CS0618: 'Searcher.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldInfos.cs(409,5): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Util\BitVector.cs(183,5): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Util\BitVector.cs(258,5): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Store\IndexInput.cs(149,4): warning CS0618: 'IndexInput.ReadChars(char[], int, int)' is obsolete: '-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermBuffer.cs(79,5): warning CS0618: 'IndexInput.ReadChars(char[], int, int)' is obsolete: '-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FilterIndexReader.cs(161,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsWriter.cs(182,8): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsWriter.cs(198,9): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsWriter.cs(218,8): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(182,21): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(188,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(192,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(197,21): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(199,17): warning CS0618: 'CloseableThreadLocal<IndexInput>.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FilterIndexReader.cs(95,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FilterIndexReader.cs(322,4): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(238,45): warning CS0618: 'FieldsWriter.FIELD_IS_COMPRESSED' is obsolete: 'Kept for backwards-compatibility with <3.0 indexes; will be removed in 4.0' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(240,31): warning CS0618: 'FieldsWriter.FIELD_IS_COMPRESSED' is obsolete: 'Kept for backwards-compatibility with <3.0 indexes; will be removed in 4.0' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(325,5): warning CS0618: 'IndexInput.SkipChars(int)' is obsolete: 'this method operates on old "modified utf8" encoded strings' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsPositionsWriter.cs(98,17): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(369,25): warning CS0618: 'IndexInput.SkipChars(int)' is obsolete: 'this method operates on old "modified utf8" encoded strings' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(457,8): warning CS0618: 'FieldsReader.LazyField.isCompressed' is obsolete: 'Only kept for backward-compatbility with <3.0 indexes. Will be removed in 4.0.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(469,8): warning CS0618: 'FieldsReader.LazyField.isCompressed' is obsolete: 'Only kept for backward-compatbility with <3.0 indexes. Will be removed in 4.0.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(527,18): warning CS0618: 'FieldsReader.LazyField.isCompressed' is obsolete: 'Only kept for backward-compatbility with <3.0 indexes. Will be removed in 4.0.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(546,16): warning CS0618: 'IndexInput.ReadChars(char[], int, int)' is obsolete: '-- please use ReadString or ReadBytes instead, and construct the string from those utf8 bytes' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FieldsReader.cs(611,21): warning CS0618: 'FieldsReader.LazyField.isCompressed' is obsolete: 'Only kept for backward-compatbility with <3.0 indexes. Will be removed in 4.0.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexReader.cs(1031,5): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexReader.cs(1264,7): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexReader.cs(1279,7): warning CS0618: 'Directory.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexReader.cs(1281,7): warning CS0618: 'Directory.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultiLevelSkipListReader.cs(196,25): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(1366,5): warning CS0618: 'MergePolicy.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(532,25): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultipleTermPositions.cs(149,6): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultipleTermPositions.cs(173,6): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(1399,6): warning CS0618: 'MergeScheduler.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultipleTermPositions.cs(206,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultiReader.cs(188,33): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\NormsWriter.cs(194,5): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs(213,9): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentMergeInfo.cs(99,13): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentMergeInfo.cs(102,17): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\MultiReader.cs(450,25): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(2005,5): warning CS0618: 'MergePolicy.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(2010,5): warning CS0618: 'MergeScheduler.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs(346,5): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs(274,8): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs(279,8): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs(294,8): warning CS0618: 'Directory.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs(299,8): warning CS0618: 'Directory.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentMerger.cs(284,4): warning CS0618: 'CompoundFileWriter.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs(416,7): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(2126,7): warning CS0618: 'CompoundFileWriter.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs(839,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs(734,25): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs(1081,4): warning CS0618: 'CloseableThreadLocal<TermVectorsReader>.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentReader.cs(1082,4): warning CS0618: 'CloseableThreadLocal<FieldsReader>.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs(523,7): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs(909,5): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs(964,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(826,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(827,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs(758,25): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(769,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(770,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentInfos.cs(682,10): warning CS0618: 'IndexInput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(722,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(723,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(650,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(651,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs(598,5): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs(621,7): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\ParallelReader.cs(653,25): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(578,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(579,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(504,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(505,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(435,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(436,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(376,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FieldCacheImpl.cs(377,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(3258,5): warning CS0618: 'MergePolicy.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(3259,5): warning CS0618: 'MergeScheduler.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FilteredTermEnum.cs(119,21): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\FuzzyQuery.cs(176,5): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\SegmentMerger.cs(900,6): warning CS0618: 'IndexOutput.Close()' is obsolete: 'Use Dispose() instead.' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\IndexSearcher.cs(147,21): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreQuery.cs(207,24): warning CS0618: 'CustomScoreQuery.CustomScore(int, float, float[])' is obsolete: 'Will be removed in Lucene 3.1' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreQuery.cs(212,24): warning CS0618: 'CustomScoreQuery.CustomScore(int, float, float)' is obsolete: 'Will be removed in Lucene 3.1' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreQuery.cs(217,24): warning CS0618: 'CustomScoreQuery.CustomExplain(int, Explanation, Explanation[])' is obsolete: 'Will be removed in Lucene 3.1' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\Function\CustomScoreQuery.cs(222,24): warning CS0618: 'CustomScoreQuery.CustomExplain(int, Explanation, Explanation)' is obsolete: 'Will be removed in Lucene 3.1' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiTermQuery.cs(142,6): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiTermQueryWrapperFilter.cs(150,21): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiTermQueryWrapperFilter.cs(157,5): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\MultiTermQuery.cs(315,6): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PhrasePositions.cs(47,5): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\PhrasePositions.cs(60,5): warning CS0618: 'TermDocs.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\NumericRangeQuery.cs(540,16): warning CS0618: 'TermEnum.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(5065,33): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\IndexWriter.cs(5089,29): warning CS0618: 'IndexReader.Close()' is obsolete: 'Use Dispose() instead' [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\TermVectorsTermsWriter.cs(34,30): warning CS0649: Field 'TermVectorsTermsWriter.termVectorsWriter' is never assigned to, and will always have its default value null [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\CharBlockPool.cs(31,16): warning CS0649: Field 'CharBlockPool.numBuffer' is never assigned to, and will always have its default value 0 [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocFieldProcessorPerThread.cs(42,18): warning CS0649: Field 'DocFieldProcessorPerThread.docBoost' is never assigned to, and will always have its default value 0 [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\FormatPostingsDocsWriter.cs(39,17): warning CS0649: Field 'FormatPostingsDocsWriter.freqStart' is never assigned to, and will always have its default value 0 [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Index\DocumentsWriter.cs(184,26): warning CS0649: Field 'DocumentsWriter.newFiles' is never assigned to, and will always have its default value null [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Search\DocIdSetIterator.cs(29,15): warning CS0414: The field 'DocIdSetIterator.doc' is assigned but its value is never used [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizerImpl.cs(230,15): warning CS0414: The field 'StandardTokenizerImpl.yycolumn' is assigned but its value is never used [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
C:\repos\api-doc-tools\external\Lucene.Net.Light\src\core\Analysis\Standard\StandardTokenizerImpl.cs(233,16): warning CS0414: The field 'StandardTokenizerImpl.zzAtBOL' is assigned but its value is never used [C:\repos\api-doc-tools\monodoc\monodoc.csproj]
  monodoc -> C:\repos\api-doc-tools\bin\Debug\monodoc.dll
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Mono.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Mono.Cecil.Mdb, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Mono.Cecil.Pdb, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Mono.Cecil.Rocks, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Monodoc\EcmaDocTests.cs(7,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(7,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(7,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(7,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\SettingsTest.cs(6,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(7,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(6,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(8,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(13,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(13,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(13,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(13,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(18,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(18,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(13,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(13,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\SettingsTest.cs(12,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\SettingsTest.cs(12,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\EcmaDocTests.cs(14,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\EcmaDocTests.cs(14,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(16,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(16,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(16,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(16,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\EcmaDocTests.cs(25,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\EcmaDocTests.cs(25,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(22,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(22,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\SettingsTest.cs(15,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\SettingsTest.cs(15,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\EcmaDocTests.cs(52,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\EcmaDocTests.cs(52,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(28,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\TreeTest.cs(28,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(22,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(22,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(14,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(14,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(28,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\NodeTest.cs(28,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(20,4): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(20,4): error CS0246: The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(71,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(71,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(113,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(113,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(147,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(147,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(162,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\HelpSourceTests.cs(162,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(15,3): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(15,3): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(32,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(32,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(45,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc\RootTreeTest.cs(45,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(18,4): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(18,4): error CS0246: The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(71,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(71,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(84,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(84,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(97,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(97,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(109,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(109,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(122,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(122,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(133,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(133,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(143,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(143,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(153,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(153,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(21,4): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(21,4): error CS0246: The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(159,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(159,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(165,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(165,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(173,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(173,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(180,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(180,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(189,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(189,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(195,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(195,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(201,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(201,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(211,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(211,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(222,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(222,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(50,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(50,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(232,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(232,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(243,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(243,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(60,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Generators\RawGeneratorTests.cs(60,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(252,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(252,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(271,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(271,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(290,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(290,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(321,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(321,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(332,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(332,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(356,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(356,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(414,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(414,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(431,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(431,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(443,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(443,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(455,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(455,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(473,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(473,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(484,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(484,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(496,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(496,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(512,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(512,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(542,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(542,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(559,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(559,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(572,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(572,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(589,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(589,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(607,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(607,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(626,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(626,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(639,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(639,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(656,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(656,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(669,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(669,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(686,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(686,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(710,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(710,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(723,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(723,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(736,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(736,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(761,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(761,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(774,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(774,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(799,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(799,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(813,4): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Monodoc.Ecma\EcmaUrlTests.cs(813,4): error CS0246: The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj]
Mono.Documentation\Updater\Formatters\ApplePlatformEnumFormatter.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(7,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(4,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(6,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFullMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(7,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(8,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpMemberFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocCSharpMemberFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MsxdocSlashDocMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\StandardFlagsEnumFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\AttributeValueFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\ResolvedTypeInfo.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FileNameMemberFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\DocTypeMemberFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppMemberFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(7,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILMemberFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(7,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\DocIdFormatter.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\DocIdFormatter.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(8,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DynamicParserContext.cs(4,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\MsxdocDocumentationImporter.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\EcmaDocumentationEnumerator.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(9,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(10,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(1,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(2,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(4,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(5,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventReference.cs(1,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(1,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(2,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyReference.cs(1,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(4,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\NativeTypeManager.cs(3,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(33,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(34,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkIndex.cs(8,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkEntry.cs(4,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkEntry.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkTypeEntry.cs(4,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkTypeEntry.cs(5,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\AssemblySet.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(6,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(7,12): error CS0234: The type or namespace name 'Collections' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(14,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(2,12): error CS0234: The type or namespace name 'Cecil' does not exist in the namespace 'Mono' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(6,68): error CS0246: The type or namespace name 'IMemberDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventReference.cs(5,43): error CS0246: The type or namespace name 'FieldReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(465,41): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(25,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(467,41): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(66,42): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(108,37): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(108,48): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(374,56): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsMemberFormatter.cs(15,56): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(17,16): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(17,27): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(61,48): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(359,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsMemberFormatter.cs(28,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(95,40): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(115,52): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(32,20): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(369,61): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsMemberFormatter.cs(40,61): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(32,35): warning CS0109: The member 'AttachedEventDefinition.DeclaringType' does not hide an accessible member. The new keyword is not required. [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsMemberFormatter.cs(54,42): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(10,40): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(10,73): error CS0246: The type or namespace name 'MetadataToken' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventDefinition.cs(8,26): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsMemberFormatter.cs(66,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(430,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(430,109): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(133,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(133,109): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(138,51): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(138,19): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(285,49): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(146,49): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventReference.cs(15,28): error CS0246: The type or namespace name 'IMemberDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventReference.cs(15,46): error CS0115: 'AttachedEventReference.ResolveDefinition()': no suitable method found to override [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventReference.cs(10,39): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEventReference.cs(7,26): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(53,47): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsFormatter.cs(153,47): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(440,58): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(14,58): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(28,72): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(28,35): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(60,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(6,74): error CS0246: The type or namespace name 'IMemberDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(117,56): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyReference.cs(5,46): error CS0246: The type or namespace name 'FieldReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(169,61): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(185,30): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(41,96): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(41,55): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(155,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(190,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(47,78): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(47,130): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(16,16): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(16,27): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(450,55): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\JsUsageFormatter.cs(195,55): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(56,45): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(56,99): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(78,51): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(31,20): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(31,35): warning CS0109: The member 'AttachedPropertyDefinition.DeclaringType' does not hide an accessible member. The new keyword is not required. [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(87,62): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(87,73): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(99,52): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(10,43): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(10,76): error CS0246: The type or namespace name 'MetadataToken' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyDefinition.cs(8,26): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(110,85): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(110,137): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyReference.cs(15,28): error CS0246: The type or namespace name 'IMemberDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(119,48): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(119,102): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyReference.cs(15,46): error CS0115: 'AttachedPropertyReference.ResolveDefinition()': no suitable method found to override [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(147,57): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyReference.cs(10,42): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(158,57): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedPropertyReference.cs(7,26): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\AttachedEntitiesHelper.cs(173,44): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(10,53): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\NativeTypeManager.cs(112,49): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(19,69): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(19,35): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(37,69): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(37,35): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFullMemberFormatter.cs(13,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(42,55): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(42,23): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(31,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(90,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(54,56): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(54,23): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(61,76): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(61,35): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpMemberFormatter.cs(8,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(170,76): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(106,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(22,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtMemberFormatter.cs(9,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(76,66): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(76,35): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(305,47): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(126,47): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(81,52): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(81,23): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(88,48): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(137,55): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(100,80): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(93,50): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(739,81): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(140,81): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(703,77): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(83,78): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(98,61): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(98,23): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(163,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxMemberFormatter.cs(8,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(221,83): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(221,33): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(470,56): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(17,56): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(258,47): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(109,47): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(105,69): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(105,35): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(252,69): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(40,58): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(110,62): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(110,28): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(272,57): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(61,60): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(122,81): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(283,66): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(121,74): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Util\CecilExtensions.cs(121,35): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(291,73): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(452,95): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(140,42): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppMemberFormatter.cs(9,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(262,96): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(145,96): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(331,53): error CS0246: The type or namespace name 'TypeAttributes' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(690,58): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(145,58): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(151,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(651,80): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(277,81): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(454,61): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(152,61): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(275,90): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(288,46): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(350,91): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(216,53): error CS0246: The type or namespace name 'TypeAttributes' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1009,42): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(357,75): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1080,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(307,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(402,62): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(444,45): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(445,55): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(740,55): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(415,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(611,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(416,57): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(222,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1041,46): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(505,47): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(168,55): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1045,49): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(542,50): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(405,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(986,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(466,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpUsageFormatter.cs(173,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1032,47): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(554,48): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(929,83): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppCxFullMemberFormatter.cs(564,40): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(228,83): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(435,92): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(530,93): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(667,84): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(234,85): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(248,81): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(227,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(537,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(256,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(315,50): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(410,52): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(604,53): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1050,46): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(321,47): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(327,47): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppWinRtFullMemberFormatter.cs(332,48): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(420,77): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(624,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(425,81): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(657,82): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(199,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MsxdocSlashDocMemberFormatter.cs(8,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(681,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(681,110): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(21,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpMemberFormatter.cs(9,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(686,73): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(723,42): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(185,82): error CS0246: The type or namespace name 'ArrayType' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(734,82): error CS0246: The type or namespace name 'ArrayType' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(54,10): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(240,56): error CS0246: The type or namespace name 'PropertyReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocCSharpMemberFormatter.cs(14,56): error CS0246: The type or namespace name 'PropertyReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(761,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(48,30): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(55,21): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(15,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(210,83): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBMemberFormatter.cs(8,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(771,83): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(780,59): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\ResolvedTypeInfo.cs(15,16): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(869,56): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\ResolvedTypeInfo.cs(17,16): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(893,56): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\ResolvedTypeInfo.cs(10,34): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(64,76): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\ResolvedTypeInfo.cs(8,9): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(940,77): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(74,46): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(970,56): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(85,84): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(990,50): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(99,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1055,52): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\DocTypeMemberFormatter.cs(9,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(174,35): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CppFormatters\CppFullMemberFormatter.cs(1089,52): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(189,41): error CS0246: The type or namespace name 'TypeAttributes' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(109,33): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(109,3): error CS0246: The type or namespace name 'MethodBody' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(207,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(134,24): error CS0246: The type or namespace name 'MethodBody' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(251,90): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FileNameMemberFormatter.cs(9,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(256,59): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(72,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(310,61): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(172,23): error CS0246: The type or namespace name 'MethodBody' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(172,40): error CS0246: The type or namespace name 'Instruction' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(172,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(172,109): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(100,85): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(192,39): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(323,56): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(114,55): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(198,27): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(198,52): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(185,36): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(205,47): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\exceptions.cs(205,22): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(376,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(198,42): error CS0246: The type or namespace name 'TypeAttributes' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(25,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(446,92): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(217,91): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(456,52): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(461,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(224,75): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(90,83): error CS0246: The type or namespace name 'ArrayType' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(138,40): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(269,62): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(474,77): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(284,57): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(105,80): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(163,76): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(503,81): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(292,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(179,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(114,62): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(367,93): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(244,70): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(524,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(524,109): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(280,54): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(134,55): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(255,56): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(379,53): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(139,50): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(268,65): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(157,49): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(290,36): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(387,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\DocIdFormatter.cs(14,48): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(529,67): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(529,98): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(29,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(307,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(400,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(546,66): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(20,32): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(184,74): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(184,107): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(322,47): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\DocIdFormatter.cs(18,48): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(572,58): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(382,64): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(427,82): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(25,40): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILMemberFormatter.cs(9,78): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(388,38): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(654,55): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(201,73): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(201,100): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(48,47): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(77,77): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(682,62): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(399,90): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(290,51): error CS0246: The type or namespace name 'PropertyReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(209,52): error CS0246: The type or namespace name 'PropertyReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(699,55): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(93,85): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(444,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(444,110): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(83,49): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(404,65): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(107,69): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(127,55): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(88,49): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(744,42): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(295,48): error CS0246: The type or namespace name 'FieldReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(506,48): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(245,49): error CS0246: The type or namespace name 'FieldReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(163,80): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(93,49): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(522,60): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(749,42): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(449,68): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(449,99): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DynamicParserContext.cs(15,38): error CS0246: The type or namespace name 'ICustomAttributeProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(98,49): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(188,80): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(300,48): error CS0246: The type or namespace name 'EventReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(791,40): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(251,49): error CS0246: The type or namespace name 'EventReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(531,61): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(216,42): error CS0246: The type or namespace name 'TypeAttributes' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(796,40): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(468,67): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(257,55): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(264,60): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(264,24): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(801,40): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(538,60): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(233,62): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(265,62): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(837,40): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(492,59): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(238,57): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(329,32): error CS0246: The type or namespace name 'IMemberDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(545,62): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(842,38): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(273,57): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(552,62): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\VBFullMemberFormatter.cs(848,39): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(289,59): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(335,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(579,56): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(560,60): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(297,56): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\MemberFormatter.cs(470,44): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(354,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(305,56): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(608,63): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(568,71): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\CSharpFullMemberFormatter.cs(625,56): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(367,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(576,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(384,82): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(595,92): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(401,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(401,110): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(600,79): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\MsxdocDocumentationImporter.cs(148,34): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(22,19): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(527,64): error CS0246: The type or namespace name 'IMetadataResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(527,93): error CS0246: The type or namespace name 'IAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(527,18): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(605,77): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\SlashDocMemberFormatter.cs(23,19): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(406,68): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(406,99): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(610,33): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(615,33): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(615,54): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(425,67): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(438,59): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(625,81): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(479,56): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(630,65): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(505,72): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(649,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(649,109): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(679,57): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(775,55): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(518,67): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(17,75): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(17,36): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\EcmaDocumentationEnumerator.cs(24,76): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\EcmaDocumentationEnumerator.cs(24,37): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(793,73): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(793,84): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\ILFullMemberFormatter.cs(558,56): error CS0246: The type or namespace name 'EventDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\EcmaDocumentationEnumerator.cs(31,64): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\EcmaDocumentationEnumerator.cs(31,25): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(822,48): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(844,52): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(844,63): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(844,17): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(22,70): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(22,31): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(849,65): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(789,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(865,79): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(893,48): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(892,83): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(902,40): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(34,97): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\EcmaDocumentationEnumerator.cs(81,98): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(935,40): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(907,46): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(912,37): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(971,36): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(917,37): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(922,38): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(928,50): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\EcmaDocumentationEnumerator.cs(87,77): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(934,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(939,38): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(1067,65): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(945,49): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(953,78): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(962,49): error CS0246: The type or namespace name 'TypeAttributes' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(973,50): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(58,53): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(58,26): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Formatters\FSharpFormatter.cs(998,42): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(1224,44): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(229,77): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocumentationEnumerator.cs(229,38): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(105,53): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(1240,38): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(591,52): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(150,17): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(150,46): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(150,71): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(160,38): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(175,47): error CS0246: The type or namespace name 'PropertyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(193,44): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(231,47): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(30,23): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(1451,74): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(54,29): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(240,40): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(256,62): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(256,28): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(18,47): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(24,47): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(269,52): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(91,16): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(277,80): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(277,35): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(1778,98): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(291,53): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(92,21): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(296,64): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(93,22): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(326,64): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(373,38): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(97,16): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(387,49): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(1955,54): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(397,50): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocsNodeInfo.cs(98,16): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(1981,50): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(407,104): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(407,47): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2140,60): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(451,45): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(451,78): error CS0246: The type or namespace name 'GenericInstanceType' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2147,60): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(509,13): error CS0246: The type or namespace name 'IGenericParameterProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(510,13): error CS0246: The type or namespace name 'GenericInstanceType' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(539,13): error CS0246: The type or namespace name 'IGenericParameterProvider' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2207,109): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(555,65): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(555,76): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2264,72): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(565,50): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2285,71): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(579,50): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(600,65): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(600,24): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(600,35): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(615,41): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\DocUtils.cs(623,39): error CS0246: The type or namespace name 'MethodReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(189,28): error CS0246: The type or namespace name 'IAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(281,39): error CS0246: The type or namespace name 'BaseAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(6,34): error CS0246: The type or namespace name 'MetadataResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2420,51): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2420,95): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkIndex.cs(34,73): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(12,49): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(12,25): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(193,16): error CS0246: The type or namespace name 'IAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(49,40): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(49,65): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(49,16): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(75,50): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(75,75): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(75,16): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(287,64): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(287,19): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2468,152): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(87,53): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(87,23): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(295,53): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(295,25): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(104,44): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(12,40): error CS0115: 'MDocMetadataResolver.Resolve(TypeReference)': no suitable method found to override [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(302,53): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(302,81): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(302,25): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(201,44): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(201,16): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(8,38): error CS0246: The type or namespace name 'IAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(23,53): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(23,81): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(23,25): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocMetadataResolver.cs(10,9): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkTypeEntry.cs(67,38): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(211,44): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(211,72): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(211,16): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(28,46): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(28,74): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(28,94): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(28,18): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(216,50): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(216,78): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(216,107): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(216,18): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(246,42): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(307,46): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(307,74): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(307,18): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2473,152): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(50,41): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(50,69): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(50,9): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(195,32): error CS0246: The type or namespace name 'IAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\AssemblySet.cs(91,28): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkEntry.cs(100,50): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkEntry.cs(116,38): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(191,38): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(350,62): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(350,123): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(350,27): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(63,65): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(63,93): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(63,21): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\AssemblySet.cs(147,15): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(100,63): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(100,124): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(100,28): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(373,48): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(373,81): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(373,18): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(430,26): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(454,16): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(487,55): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(487,88): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(487,18): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2505,152): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(501,50): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(501,83): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(501,9): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\AssemblySet.cs(15,25): error CS0246: The type or namespace name 'BaseAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(514,49): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(514,82): error CS0246: The type or namespace name 'ReaderParameters' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(514,9): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(533,40): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\AssemblySet.cs(16,16): error CS0246: The type or namespace name 'IAssemblyResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\AssemblySet.cs(17,16): error CS0246: The type or namespace name 'IMetadataResolver' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(549,62): error CS0246: The type or namespace name 'AssemblyNameReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkTypeEntry.cs(117,40): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(295,44): error CS0115: 'MDocBaseResolver.Resolve(AssemblyNameReference)': no suitable method found to override [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(302,44): error CS0115: 'MDocBaseResolver.Resolve(AssemblyNameReference, ReaderParameters)': no suitable method found to override [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\FrameworkEntry.cs(138,52): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\MDocResolver.cs(285,9): error CS0246: The type or namespace name 'Collection<>' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2478,166): error CS0246: The type or namespace name 'ModuleDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\Updater\Frameworks\AssemblySet.cs(90,21): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2598,50): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2627,63): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2669,42): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(2769,49): error CS0246: The type or namespace name 'FieldDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3135,54): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3172,63): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3191,63): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3186,51): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3439,67): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3463,73): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3483,54): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3483,84): error CS0246: The type or namespace name 'ParameterDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3721,55): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3647,91): error CS0246: The type or namespace name 'GenericParameter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3647,121): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3751,51): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3756,86): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3756,112): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3798,86): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3784,48): error CS0246: The type or namespace name 'CustomAttribute' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3818,147): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3851,47): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3878,67): error CS0246: The type or namespace name 'MethodDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3894,44): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3906,62): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3920,41): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3925,47): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3944,47): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(3949,52): error CS0246: The type or namespace name 'TypeReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(4002,49): error CS0246: The type or namespace name 'MemberReference' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(746,47): error CS0246: The type or namespace name 'AssemblyDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
Mono.Documentation\MDocUpdater.cs(754,30): error CS0246: The type or namespace name 'TypeDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.csproj]
C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\Collections.fs(12,1): warning FS0058: Possible incorrect indentation: this token is offside of context started at position (11:1). Try indenting this token further or using standard formatting conventions. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj]
C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\Collections.fs(12,1): warning FS0058: Possible incorrect indentation: this token is offside of context started at position (11:1). Try indenting this token further or using standard formatting conventions. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj]
C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\Constraints.fs(89,35): warning FS0064: This construct causes code to be less generic than indicated by the type annotations. The type variable 'T has been constrained to be type 'obj'. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj]
C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\Functions.fs(33,23): warning FS0064: This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type 'obj'. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj]
C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\PatternMatchingExamples.fs(159,12): warning FS3189: Redundant arguments are being ignored in function 'failwith'. Expected 1 but got 2 arguments. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj]
  mdoc.Test.FSharp -> C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\bin\Debug\mdoc.Test.FSharp.dll
joelmartinez commented 6 years ago

Hmm, that's strange ... it's complaining that it can't find types from Mono.Cecil, and NUnit ... both being nuget packages. Are you sure that these packages are actually being restored to your local disk?

cartermp commented 6 years ago

So I needed to download the nuget.exe from here (the one that ships as a build task in VS will not restore this solution correctly). once I ran restore manually things where in the correct hard-coded locations.

cartermp commented 6 years ago

I also needed to unload the test projects (monodoc.test and mdoc.test) or I would get these errors

Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

  ICSharpCode.SharpZipLib -> C:\repos\api-doc-tools\external\SharpZipLib\bin\Debug\ICSharpCode.SharpZipLib.dll
  mdoc.Test.FSharp -> C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.FSharp\bin\Debug\mdoc.Test.FSharp.dll
  monodoc -> C:\repos\api-doc-tools\bin\Debug\monodoc.dll
  Monodoc.Test -> C:\repos\api-doc-tools\monodoc\Test\bin\Debug\Monodoc.Test.dll
  mdoc -> C:\repos\api-doc-tools\bin\Debug\mdoc.exe
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3274: The primary reference "C:\repos\api-doc-tools\bin\Debug\mdoc.exe" could not be resolved because it was built against the ".NETFramework,Version=v4.7.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.6.1". [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3277: Found conflicts between different versions of "FSharp.Core" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "mdoc.Test.Cplusplus, Version=1.0.6709.28740, Culture=neutral, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
BasicFormatterTests.cs(4,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
BasicTests.cs(7,26): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtMembersTests.cs(1,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtFormatterTests.cs(3,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtFormatterTests.cs(4,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FrameworkIndexHelperTests.cs(3,26): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
DocUtilsFSharpTests.cs(1,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
DocUtilsTests.cs(2,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\BasicFSharpFormatterTests.cs(2,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppCxFormatterMembersTests.cs(1,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFormatterTests.cs(4,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppCxFormatterTypesTests.cs(3,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFullFormatterTests.cs(4,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FormatterTests.cs(4,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpFormatterTests.cs(6,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpUsageFormatterTests.cs(2,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
JsMemberFormatterTests.cs(1,12): error CS0234: The type or namespace name 'Mono' does not exist in the namespace 'mdoc' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
JsUsageFormatterTests.cs(1,12): error CS0234: The type or namespace name 'Mono' does not exist in the namespace 'mdoc' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
JsUsageFormatterTests.cs(3,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
MDocFileSourceTests.cs(5,26): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
MDocFileSourceTests.cs(6,26): error CS0234: The type or namespace name 'Util' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
MDocUpdaterTests.cs(8,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
StatisticsTests.cs(4,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
VBFormatterTests.cs(2,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FrameworkAlternateTests.cs(1,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
XmlUpdateTests.cs(8,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
XmlUpdateTests.cs(9,26): error CS0234: The type or namespace name 'Updater' does not exist in the namespace 'Mono.Documentation' (are you missing an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtMembersTests.cs(9,60): error CS0246: The type or namespace name 'CppWinRtFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
BasicFormatterTests.cs(9,73): error CS0246: The type or namespace name 'MemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FormatterTests.cs(9,55): error CS0246: The type or namespace name 'CSharpMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppCxFormatterMembersTests.cs(10,67): error CS0246: The type or namespace name 'CppCxFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppCxFormatterTypesTests.cs(12,65): error CS0246: The type or namespace name 'CppCxMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\Span.cs(5,15): error CS0122: 'Consts' is inaccessible due to its protection level [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpUsageFormatterTests.cs(9,72): error CS0246: The type or namespace name 'FSharpUsageFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
DocUtilsFSharpTests.cs(7,66): error CS0246: The type or namespace name 'FSharpFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtMembersTests.cs(12,28): error CS0246: The type or namespace name 'CppWinRtFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\BasicFSharpFormatterTests.cs(7,91): error CS0246: The type or namespace name 'MemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
JsUsageFormatterTests.cs(11,55): error CS0246: The type or namespace name 'JsUsageFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\BasicFSharpFormatterTests.cs(7,27): error CS0314: The type 'T' cannot be used as type parameter 'T' in the generic type or method 'BasicFormatterTests<T>'. There is no boxing conversion or type parameter conversion from 'T' to 'MemberFormatter'. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FormatterTests.cs(12,28): error CS0246: The type or namespace name 'CSharpMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppCxFormatterMembersTests.cs(12,28): error CS0246: The type or namespace name 'CppCxFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
DocUtilsFSharpTests.cs(9,28): error CS0246: The type or namespace name 'FSharpFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
MDocUpdaterTests.cs(17,18): error CS0246: The type or namespace name 'MDocUpdater' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
JsUsageFormatterTests.cs(13,28): error CS0246: The type or namespace name 'JsUsageFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpUsageFormatterTests.cs(12,28): error CS0246: The type or namespace name 'FSharpUsageFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtMembersTests.cs(11,33): error CS0246: The type or namespace name 'CppWinRtFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
VBFormatterTests.cs(8,57): error CS0246: The type or namespace name 'VBMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFormatterTests.cs(10,58): error CS0246: The type or namespace name 'CppMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
VBFormatterTests.cs(11,28): error CS0246: The type or namespace name 'VBMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpUsageFormatterTests.cs(11,33): error CS0246: The type or namespace name 'FSharpUsageFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFormatterTests.cs(14,28): error CS0246: The type or namespace name 'CppMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
VBFormatterTests.cs(10,17): error CS0246: The type or namespace name 'VBMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFormatterTests.cs(13,33): error CS0246: The type or namespace name 'CppMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtFormatterTests.cs(12,63): error CS0246: The type or namespace name 'CppWinRtMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFullFormatterTests.cs(11,61): error CS0246: The type or namespace name 'CppFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtFormatterTests.cs(15,28): error CS0246: The type or namespace name 'CppWinRtMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFullFormatterTests.cs(14,28): error CS0246: The type or namespace name 'CppFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppWinRtFormatterTests.cs(14,33): error CS0246: The type or namespace name 'CppWinRtMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\TestClass.cs(4,18): warning CS0660: 'TestClass' defines operator == or operator != but does not override Object.Equals(object o) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\TestClass.cs(4,18): warning CS0661: 'TestClass' defines operator == or operator != but does not override Object.GetHashCode() [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\SomeGenericClass.cs(5,32): warning CS0693: Type parameter 'T' has the same name as the type parameter from outer type 'SomeGenericClass<T>' [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppFullFormatterTests.cs(13,33): error CS0246: The type or namespace name 'CppFullMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\WebHostHiddenTestClass.cs(5,6): warning CS0436: The type 'WebHostHiddenAttribute' in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs' conflicts with the imported type 'WebHostHiddenAttribute' in 'Windows.Foundation.FoundationContract, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'. Using the type defined in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs'. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpFormatterTests.cs(13,67): error CS0246: The type or namespace name 'FSharpMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
JsMemberFormatterTests.cs(10,56): error CS0246: The type or namespace name 'JsMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\WebHostHiddenTestClass.cs(8,10): warning CS0436: The type 'WebHostHiddenAttribute' in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs' conflicts with the imported type 'WebHostHiddenAttribute' in 'Windows.Foundation.FoundationContract, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'. Using the type defined in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs'. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
JsMemberFormatterTests.cs(12,28): error CS0246: The type or namespace name 'JsMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpFormatterTests.cs(16,28): error CS0246: The type or namespace name 'FSharpMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
MDocFileSourceTests.cs(231,36): error CS0246: The type or namespace name 'FrameworkNamespaceModel' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
XmlUpdateTests.cs(62,20): error CS0246: The type or namespace name 'MDocUpdater' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
XmlUpdateTests.cs(63,20): error CS0246: The type or namespace name 'FrameworkIndex' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\SomeClass.cs(57,55): warning CS0436: The type 'WebHostHiddenAttribute' in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs' conflicts with the imported type 'WebHostHiddenAttribute' in 'Windows.Foundation.FoundationContract, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'. Using the type defined in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs'. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
SampleClasses\SomeClass.cs(62,18): warning CS0436: The type 'WebHostHiddenAttribute' in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs' conflicts with the imported type 'WebHostHiddenAttribute' in 'Windows.Foundation.FoundationContract, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime'. Using the type defined in 'C:\repos\api-doc-tools\mdoc\mdoc.Test\SampleClasses\WebHostHiddenAttribute.cs'. [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FormatterTests.cs(11,17): error CS0246: The type or namespace name 'CSharpMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
FSharp\FSharpFormatterTests.cs(15,33): error CS0246: The type or namespace name 'FSharpMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
CppCxFormatterTypesTests.cs(14,28): error CS0246: The type or namespace name 'CppCxMemberFormatter' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
ValidationTests.cs(122,20): error CS0246: The type or namespace name 'MDocValidator' could not be found (are you missing a using directive or an assembly reference?) [C:\repos\api-doc-tools\mdoc\mdoc.Test\mdoc.Test.csproj]
cartermp commented 6 years ago

Not sure what the proper recourse here is, but the test projects do not build, so I cannot test any changes I've made.

joelmartinez commented 6 years ago

@cartermp well in the short term, if you open a pull request, we can get the CI testing the changes. In the longer term, I will have to investigate why this isn't working out of the box.

joelmartinez commented 6 years ago

@cartermp just ping me when you open the PR, and I'll whitelist you for our CI to run tests

joelmartinez commented 6 years ago

@cartermp ok, so I'm getting close to resolving the issue(s) that you were seeing with building on windows (still WIP, but should have it working soon).

In the meantime, since we're using NUnit, just make sure you have this test adapter vsix installed, so you can run the tests locally:
https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.NUnit3TestAdapter

cartermp commented 6 years ago

@joelmartinez this doesn't seem to help, as the tests won't run until they are built, and they cannot build:

image

joelmartinez commented 6 years ago

@cartermp Can you try rebasing your current branch from master? I just merged in this PR: https://github.com/mono/api-doc-tools/pull/338

Which updates the nunit projects to 3.0, and syncs the frameworks in use (they were targeting different frameworks before, inadvertently).

cartermp commented 6 years ago

This still wouldn't build for me on Windows with Visual Studio. Same errors about types from Mono.Cecil not being resolved.

joelmartinez commented 6 years ago

@cartermp just wanted to check back in here. I've been working on two other really high priority projects, so unfortunately I haven't been able to come back and do more investigation on what's up with the windows build. As soon as I get past these two projects I'll come back to this, but I didn't want to leave you hanging without knowing.

cartermp commented 6 years ago

No worries!

joelmartinez commented 6 years ago

@cartermp ok, so I've gone back over this, and I've made a change updating the target framework for two of the projects in the solution so that it's the same across the board: Here are the steps I took to test it on windows:

git fetch origin
git checkout master
git rebase origin/master

git clean -xdf
git submodule update --init --recursive

So that updated my local git repo to the absolute latest, and then did a total clean to remove any local build artifacts, before restoring the submodules.

After that, I built the solution (success), and then ran all the unit tests (success):

image

Can you try this again (remember to install the nunit test adapter) ? If you are getting the same errors, can you try to build each individual project and see which one is failing to restore the nugets, or to build?

cartermp commented 5 years ago

🎉 It builds! However, it will not run tests:

C:\repos\api-doc-tools\monodoc\Test\Monodoc.Test.csproj. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
[10/8/2018 9:35:03 AM Informational] ========== Discover test finished: 0 found (0:00:02.1159831) ==========
[10/8/2018 9:35:13 AM Informational] ------ Run test started ------
[10/8/2018 9:35:14 AM Informational] Test project mdoc.Test does not reference any .NET NuGet adapter. Test discovery or execution might not work for this project.
It's recommended to reference NuGet test adapters in each test project in the solution.
[10/8/2018 9:35:14 AM Informational] ========== Run test finished: 0 run (0:00:00.6390041) ==========

I believe this is because the test runner has deprecated the old VSIX-style adapters.

cartermp commented 5 years ago

Ah, need the old VSIX adapter. Installed and that works. Thanks!