Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

mono support? #4

@liamstask

Description

@liamstask

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions