From 12d8d4a224a79550d9b0eacef4c94c74668e134b Mon Sep 17 00:00:00 2001 From: GaelFraiteur Date: Tue, 24 Sep 2024 12:42:36 +0200 Subject: [PATCH] Qodana: adding bootstrapping. --- qodana.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qodana.yaml b/qodana.yaml index e6d0e10..68ceb60 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -8,6 +8,7 @@ ide: QDNET #Specify inspection profile for code analysis profile: name: qodana.starter +bootstrap: dotnet build exclude: - name: UnusedMemberInSuper.Global - name: ClassCanBeSealed.Global