Alexey Barbashin
Alexey Barbashin
Please add this feature
The same issue here
### Describe the bug I guess I have the similar issue but using AddRemoteSchema or AddRemoteSchemaFromFile **Startup:** ```csharp builder.Services .AddGraphQLServer() .AddRemoteSchemaFromFile("TestSchema", @"schema.graphql") ``` **Schema file ***"schema.graphql"***:** ``` scalar ObjectId type...
any ideas or workarounds on this?
Resharper has such behavior by default from very beginning. It automatically adds "()" and "()" (for generics) and put cursor between braces. It's really sad that vs2017 doesn't have such...
> Yes. .NET 8 > […](#) > On Tue, 31 Oct 2023, 20:28 MartyIX, ***@***.***> wrote: Is there a workaround for this issue? — Reply to this email directly, view...
Hi @delatrie! I have the same (?) issue with .NET 8.0, linux, x64: Allure.XUni 2.10.0 xunit 2.6.2 xunit.runner.visualstudio 2.5.4 Microsoft.NET.Test.Sdk 17.8.0 ``` Unable to patch XunitTestRunner's Void .ctor(Xunit.Abstractions.ITest, Xunit.Sdk.IMessageBus, System.Type,...