Morten Nielsen

Results 474 comments of Morten Nielsen

@Antaris That sounds interesting. Do you have an example page I can look at? Back when this was logged, the layout was even worse, so at least now you can...

@Antaris did you want to make a PR for your search feature? Or do you mind I pull it in?

Thank you! I'm glad you find it useful. Your PR has a lot of great improvements. TBH I intended for the UI to exactly match the OMDs created by Visual...

> could be a command line arg that accepts a path to a stylesheet that is merged? One thing to consider is that there are multiple formats - HTML is...

There are numerous complaints about this merge command issue, but it has been ignored for years. I believe this issue is also a duplicate of #3067

I wish there was better support for this too. I at least figured out how to make an "Applies to" table with target frameworks and versions. See bottom of this...

I'm hitting this too :-( If you need additional repros, I can provide one.

The bug appears to be here because it parses a null-context into the constructor: https://github.com/dotnet/docfx/blob/27f259127b94dac20186cb6002497ae3dadc63f5/src/Microsoft.DocAsCode.Build.Engine/SingleDocumentBuilder.cs#L34 This later causes a crash here: https://github.com/dotnet/docfx/blob/27f259127b94dac20186cb6002497ae3dadc63f5/src/Microsoft.DocAsCode.Build.Engine/HostServiceCreator.cs#L117 Null is passed in as context, but the...

Any progress on this? Multi-targeting is the name of the game these days, and the merge command has been broken for at least a year-and-a-half.

@gimlichael I've opted to just generate the doc over and over again for each framework. One benefit of that is that I can actually create doc that's specific for a...