Grégoire
Grégoire
Hi, I get the following error when running `./bin/facebook_data_analyzer -c data_html` ``` Traceback (most recent call last): 8: from ./bin/facebook_data_analyzer:34:in `' 7: from facebook_data_analyzer/lib/facebook_data_analyzer.rb:40:in `run' 6: from facebook_data_analyzer/lib/facebook_data_analyzer.rb:40:in `each' 5:...
Hello, I'm not sure to understand when but sometimes auto-implemented properties are not used. For example: ```xml ``` generates ```csharp public partial class Root { private System.Collections.ObjectModel.Collection _elem; public System.Collections.ObjectModel.Collection...
With the following schema: ```xml ``` ```bash xscgen.exe -n =MyNamespace test.xsd cat -e MyNamespace.cs ``` Outputs ```csharp namespace MyNamespace^M$ {^M$ using System.Collections;^M$ using System.Collections.Generic;^M$ using System.Collections.ObjectModel;^M$ using System.Xml.Serialization;^M$ ^M$ ^M$...
The actual behaviour when an user doesn't have remaining likes is undefined
**Is your feature request related to a problem?** Using the `TraceContextPropagator` and a `ParentBasedSampler` with a `TraceIdRatioBasedSampler` as root, our tracing infrastructure got kind of unintentionally DDOSed by external requests...
Closes #1367 #### QUALITY CHECKLIST - [X] Changes implemented in code - [X] Complies with our [contributing guidelines](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) - [X] Adapted tests - [ ] Documentation updated ~The header `If-None-Match`...
The Github build consider ConvertToPrimaryConstructor as an error > Warning: src\JsonApiDotNetCore.OpenApi.Client\ApiResponse.cs:13 ConvertToPrimaryConstructor: Convert into primary constructor when in Rider it's only shown as a hint.  I think the severity...
**Is your feature request related to a problem? Please describe.** In the [FAQ](https://www.jsonapi.net/getting-started/faq.html), it states > JsonApiDotNetCore [scales pretty well](https://github.com/json-api-dotnet/PerformanceReports) under high load and/or large database tables Unfortunately the linked...
Closes https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1298 I was not abled to reuse PR https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1301. #### QUALITY CHECKLIST - [X] Changes implemented in code - [X] Complies with our [contributing guidelines](https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/.github/CONTRIBUTING.md) - [X] Adapted tests...
Hi, it's a bit unclear what each value of the JsonApiEndpoints does. For example, I might be missing some JSON:API concept but I'm not sure what `GetSecondary` is. Would it...