Alex "Blex" B
Alex "Blex" B
Duplicate of https://github.com/mock-server/mockserver/issues/1912
Hey, we had the same problem and created a working version. renovate.yml ```yaml name: Renovate on: # This lets you dispatch a renovate job with different cache options if you...
Thank you for the issue, I can reproduce the problem with Rider. So the problem here is that in https://github.com/JetBrains/intellij-community/blob/64124b0ee1ab4cab228051dcbd4455eef2097464/platform/lang-impl/src/com/intellij/codeInsight/actions/AbstractLayoutCodeProcessor.java#L339 `` LanguageFormatting.INSTANCE.forContext(psiFile)`` always returns ``null`` for ``C#``. It looks like...
The other formatting options like ``Optimize imports`` and ``Rearrange fields...`` also don't seem to work...
I reported the problem to JetBrains: https://youtrack.jetbrains.com/issue/RIDER-129474
Error is likely inside https://github.com/Soluto/oidc-server-mock/blob/4abc2d616147c9ba24070aa4010ed7c086f69ceb/src/Dockerfile#L17 as ``-a $TARGETARCH`` is missing. See also: https://devblogs.microsoft.com/dotnet/improving-multiplatform-container-support/