John Holliday

Results 22 comments of John Holliday

There are several advantages to supporting AsciiDoc as an option. It has built-in support for includes, it is rendered by GitHub and VSCode. This would be a significant enhancement for...

Getting similar results trying to use remote_theme: just-the-docs. The generated home page references the default css file, but the file is empty and the supporting css files are missing as...

> I'm running into the same problem on Windows 11 and [Visual Studio 2022 17.3.2](https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes#17.3.2). I've tried the following but still encountering the issue. Spent the past 2 hours trying...

This is still an issue as of version 6.4.1. The fix for me was also to set 'emitDecoratorMetadata' to false.

Getting the same result. Visual Studio 2022 Professional (64-bit) - 17.9.3 Compiling for .Net Framework 4.7.2 Binding redirects don't work: ```xml ```

I've found that the Endpoints Explorer window only recognizes literal strings for routes. For example, the following declaration shows up in the Endpoints Explorer window: ```csharp public static class MyEndpoints...

Thanks (although I’m not feeling very ‘X’ lately). I did send feedback via VS, so let’s see. Get Outlook for iOS ________________________________ From: Chris Markwick ***@***.***> Sent: Tuesday, September 12,...

I ventured down this rabbit-hole for a minute, but I have to respectfully dissent on the whole idea of supporting strongly-typed keys in the persistence layer. Although I'm an avid...

Thanks for responding. I tried removing the AddLogging statement - same result. I’ll increase verbosity and get back to you. Excellent work, by the way. ________________________________ From: Justin Yoo ***@***.***>...

I removed `builder.Services.AddLogging()` and also increased the log verbosity to 'Trace'. No change in behavior and no additional information is provided. Clicking the `/api/swagger/ui` endpoint gives this: ```PowerShell [2023-01-31T16:54:33.229Z] Host...