Bart Koelman

Results 276 comments of Bart Koelman

I'll close this then, it currently is not actionable. Please open a new issue if you have identified a problem in JADNC.

Hello @Jeeva7RP-DevEng, thanks for offering your help. I've added the basic boilerplate to get you started in https://github.com/json-api-dotnet/JsonApiDotNetCore/commit/cd9fa5080b4ac77f45a0f31298870f737828b44f. It contains a TODO comment to give some ideas on what to...

@mrmarcosmagalhaes No, would you like to contribute a PR?

Did you try on Ubuntu? You can see the diff by downloading and extracting the documentation artifact from https://github.com/json-api-dotnet/JsonApiDotNetCore/actions/runs/7055097802 and https://github.com/json-api-dotnet/JsonApiDotNetCore/actions/runs/7208009175. The next screenshot shows the diff: ![image](https://github.com/dotnet/docfx/assets/10324372/6468c006-fd27-44bf-8819-e9306e57ab63) Here's what...

Well, it does not render entirely correct in v2.74.0 on Windows either: ```c# /// /// Whether to use relative links for all resources. false by default. /// /// /// ///...

This is broken even worse in v2.75.1. What it _should_ look like (from https://www.jsonapi.net/api/JsonApiDotNetCore.Configuration.JsonApiOptions.html, which was built using v2.74.0), except for the incorrect curly indent: ![image](https://github.com/dotnet/docfx/assets/10324372/17bcbe35-1187-4137-844c-d42df790ef6a) What it _does_ look...

I've created a minimal repro at https://github.com/dotnet/docfx/issues/9736.

Closing, this was fixed in v2.76.0.

Are you using resource inheritance? It would help to share the before/after SQL for the request URL.

That looks awful :) Possibly caused by #1641. Can you try turning off pagination in options and see if that helps? Another thing to inspect (with pagination enabled) would be...