Bart Koelman

Results 276 comments of Bart Koelman

Thanks for bringing it up. There's room for improvement. > Currently, the README correctly explains what this library solves but it assumes that the reader already knows what JSON:API is...

> I'm not sure we can compare SQL, C# or tests to JSON:API because the former are ubiquitous technologies while I'm pretty confident not a single of my co-workers know...

As part of these changes, we should reverse the order of the version table, so that latest versions appear at the top.

> All properties of components ordered by key Please don't reorder these. They represent something functional that users care about. For example: ```c# public class Employee { public long Id...

Can the collection _interfaces_ be restored, please? It would enable us to choose between ordered/unordered collections at different places, and pass a custom comparer when specific ordering is needed (specific...

It looks like v6 no longer works, since `macos-latest` switched to use `macos-15` this month. Is there a workaround?

I've switched to v7 since then, which works, but it increases the build time by 3 minutes and 11 seconds on Windows, which is very unfortunate. This is where the...

Jumping to the interface definition, it's actually documented as such: ```c# /// /// The content type for which the supported content types are desired, or null if any content ///...

Method `IApiResponseTypeMetadataProvider.GetSupportedContentTypes` has the same problem. Its `contentType` parameter should also be nullable.