Skip to content

Instantly share code, notes, and snippets.

@Horusiath
Created November 20, 2015 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Horusiath/a4960f84c035c54e992b to your computer and use it in GitHub Desktop.
Save Horusiath/a4960f84c035c54e992b to your computer and use it in GitHub Desktop.
Starting Target: GenerateReferenceDocs (==> RunTests, GenerateHelp)
FSharp.Formatting Information: 0 : FSharp.Formatting Logging setup!
Yaaf.FSharp.Scriping Information: 0 : Yaaf.FSharp.Scripting Logging setup!
Copying file: D:\projects\dev\Akkling\docs\output\img\logo-template.pdn
Copying file: D:\projects\dev\Akkling\docs\output\img\logo.png
Copying styles and scripts: D:\projects\dev\Akkling\docs\output\content\style.css
Copying styles and scripts: D:\projects\dev\Akkling\docs\output\content\style_light.css
Copying styles and scripts: D:\projects\dev\Akkling\docs\output\content\tips.js
Copying styles and scripts: D:\projects\dev\Akkling\docs\output\content\img\github-blue.png
Copying styles and scripts: D:\projects\dev\Akkling\docs\output\content\img\github.png
Creating D:\projects\dev\Akkling\docs\output\reference
System.Xml.XmlException: The '=' character, hexadecimal value 0x3D, cannot be included in a name. Line 216, position 38.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at Syst
em.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at FSharp.MetadataFormat.Reader.readAssembly(FSharpAssembly assembly, Boolean publicOnly, String xmlFile, FSharpOption`1 sourceFolderRepo, FSharpFunc`2 urlRangeHighlight, Boolean markDownComments, IUrlHolder urlMap, String codeFormatCompilerArgs) in c:\Pro
jects\FSharp.Formatting\src\FSharp.MetadataFormat\Main.fs:line 1068
at <StartupCode$FSharp-MetadataFormat>.$Main.assemblies@1232-2.Invoke(Tuple`2 _arg2) in c:\Projects\FSharp.Formatting\src\FSharp.MetadataFormat\Main.fs:line 1237
at Microsoft.FSharp.Collections.ListModule.chooseAllAcc[a,b](FSharpFunc`2 f, FSharpList`1 xs, FSharpList`1 acc)
at FSharp.MetadataFormat.MetadataFormat.Generate(IEnumerable`1 dllFiles, String outDir, FSharpList`1 layoutRoots, FSharpOption`1 parameters, FSharpOption`1 namespaceTemplate, FSharpOption`1 moduleTemplate, FSharpOption`1 typeTemplate, FSharpOption`1 xmlFil
e, FSharpOption`1 sourceRepo, FSharpOption`1 sourceFolder, FSharpOption`1 publicOnly, FSharpOption`1 libDirs, FSharpOption`1 otherFlags, FSharpOption`1 markDownComments, FSharpOption`1 urlRangeHighlight, FSharpOption`1 assemblyReferences) in c:\Projects\FShar
p.Formatting\src\FSharp.MetadataFormat\Main.fs:line 1232
at FSharp.MetadataFormat.MetadataFormat.Generate(FSharpList`1 dllFiles, String outDir, FSharpList`1 layoutRoots, FSharpOption`1 parameters, FSharpOption`1 namespaceTemplate, FSharpOption`1 moduleTemplate, FSharpOption`1 typeTemplate, FSharpOption`1 xmlFile
, FSharpOption`1 sourceRepo, FSharpOption`1 sourceFolder, FSharpOption`1 publicOnly, FSharpOption`1 libDirs, FSharpOption`1 otherFlags, FSharpOption`1 markDownComments, FSharpOption`1 urlRangeHighlight, FSharpOption`1 assemblyReferences) in c:\Projects\FSharp
.Formatting\src\FSharp.MetadataFormat\Main.fs:line 1165
at <StartupCode$FSI_0003>.$FSI_0003.main@() in D:\projects\dev\Akkling\docs\tools\generate.fsx:line 140
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment