Bart Koelman
Bart Koelman
Thanks for looking into all these details. You're on the right track. Sorry if this turned out more complicated than I initially imagined, I appreciate you're not giving up. >...
For future reference, here's what the sample looks like using Kiota: ```c# var headerInspector = new HeadersInspectionHandlerOption { InspectResponseHeaders = true }; PersonCollectionResponseDocument? getResponse1 = await client.Api.People.GetAsync( configuration => configuration.Options.Add(headerInspector));...
Please add `HttpStatusCode.NotModified` to the appropriate entries in `OpenApiEndpointConvention.GetSuccessStatusCodesForEndpoint`, so that status codes are ordered alphabetically in the OAS document.
> I'm not committing the suggestions one by one ever again :D I'd welcome that. You can batch them into a single commit from the **Files changed** tab. I've created...
The infrastructure is in place and is being used for several tests already. Leaving this open to add basic test coverage for all endpoints.
Thanks for the proposal. It's great to hear you have experience with this. I'm looking forward to what you can come up with. The `PerformanceReports` repository was last updated when...
I would definitely appreciate such help. But I don't see why a git submodule wouldn't work. Alternatively, keeping a local stash around (which changes package references into project references) works...
Here's one way to do it: The Chrome addin [Night Eye](https://chrome.google.com/webstore/detail/dark-mode-night-eye/alncdjedloppbablonallfbkeiknmkdi) renders the page pretty nice when switched to dark mode. It has a free trial for one month. ...
Another browser add-in that produces a nice dark mode is [Dark Reader](https://darkreader.org/).
This issue is not about docfx.