From e270609297972cd174a4b3886f53621722fbdbe6 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Tue, 28 May 2024 13:25:19 +0100 Subject: [PATCH] Disable ImplicitUsings in the sample project This helps to catch missing usings from the generator. --- examples/quickstart/client/client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickstart/client/client.csproj b/examples/quickstart/client/client.csproj index 765c83b1..f1a21bc7 100644 --- a/examples/quickstart/client/client.csproj +++ b/examples/quickstart/client/client.csproj @@ -3,7 +3,7 @@ Exe net7.0 - enable + disable enable