Florian Bernd
Florian Bernd
Elasticsearch has very special behavior in some places. The .NET client currently does not support so called "shortcut properties". As an alternative, you can set the value like this: ```csharp...
That being said, what you are doing is generally unsupported. We do not guarantee that request classes can be **de**serialized. They are meant to be serialized only in most cases....
Closing this for now as manual deserialization of requests is generally not supported.
The client just deserializes what the server sends and in this case, the server does not send the `max_score` field on top level at all. I have to check if...
Hi @landlord-matt, it seems like I missed your forum post. Sorry about that. I'll leave a code snippet here as a reference: ```csharp public class TestableElasticsearchClient : ElasticsearchClient { public...
We have a similar problem caused by a different mod: [crash.txt](https://github.com/FTBTeam/FTB-Modpack-Issues/files/14863129/crash.txt) The related issue is: https://github.com/J-Dill/NoMoWanderer/issues/21 And the problem appears to be fixed in version `nomowanderer-1.20.1_1.6.4.jar`.
I tested the version from the master branch and the problem seems to be gone. Feel free to close this issue 🙂
The Sonar rule is actually not that horrible 😅 It's the equivalent to an exhaustive pattern match, which is enforced in many languages to avoid a lot of logic flaws...
Same scenario for me: `actions/setup-python` inside a composite action. As a workaround I have to copy the scripts to the workspace directory. Not a super nice solution tho (there might...
Sadly, this issue exists for over 7 months now and I saw similar reports from other people which were created even years ago. No response from any "official" source yet....