This repository was archived by the owner on Jul 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
This repository was archived by the owner on Jul 24, 2021. It is now read-only.
mono support? #4
Copy link
Copy link
Open
Description
Hi! docu looks like a nice project, I was just giving it a try to see if it would work for my mono-based project. I'm getting the following exception, when building docu from latest github sources with mono 2.10.2, and I've tried both .NET 3.5 and 4.0 with the same result:
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at View27cbb8f340f74456ae98202eb7b446f7.RenderViewLevel0 () [0x00000] in <filename unknown>:0
at View27cbb8f340f74456ae98202eb7b446f7.Render () [0x00000] in <filename unknown>:0
at Spark.SparkViewBase.RenderView (System.IO.TextWriter writer) [0x00000] in <filename unknown>:0
at Spark.SparkViewDecorator.RenderView (System.IO.TextWriter writer) [0x00000] in <filename unknown>:0
at Docu.Output.HtmlGenerator.Convert (System.String templateName, Docu.Output.ViewData data, System.String relativeOutputPath) [0x00000] in <filename unknown>:0
at Docu.Output.PageWriter.CreatePages (System.String templateDirectory, System.String destination, IList`1 namespaces) [0x00000] in <filename unknown>:0
at Docu.Output.BulkPageWriter.CreatePagesFromDirectory (System.String templatePath, System.String destination, IList`1 namespaces) [0x00000] in <filename unknown>:0
at Docu.DocumentationGenerator.Generate () [0x00000] in <filename unknown>:0
at Docu.Console.ConsoleApplication.Run () [0x00000] in <filename unknown>:0
at Docu.Console.ConsoleApplication.Run (IEnumerable`1 args) [0x00000] in <filename unknown>:0
at Docu.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Not sure if this is likely to be mono related or not, but this is currently preventing me from getting much further. Thanks!
Metadata
Metadata
Assignees
Labels
No labels