From 1fb6a0f16ba4af7053c3d4fb8bb97f7634e746eb Mon Sep 17 00:00:00 2001 From: beamologist Date: Fri, 28 Mar 2025 06:49:53 +0100 Subject: [PATCH] 1. bumped version of System.Text.Json from 8.0.4 to 8.0.5, syncing up with kurrent-io \n 2. commented out (marked for removal) the build target override from EventStore.CodeGenerators.csproj (this made build.sh fail) --- .../EventStore.Common.csproj | 4 +-- .../EventStore.SourceGenerators.csproj | 2 +- src/qodana.yaml | 29 +++++++++++++++++++ 3 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 src/qodana.yaml diff --git a/src/EventStore.Common/EventStore.Common.csproj b/src/EventStore.Common/EventStore.Common.csproj index ad7154319..8140791af 100644 --- a/src/EventStore.Common/EventStore.Common.csproj +++ b/src/EventStore.Common/EventStore.Common.csproj @@ -30,7 +30,7 @@ - + @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj b/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj index 9e98139bf..e18eb4354 100644 --- a/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj +++ b/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj @@ -1,6 +1,6 @@  - netstandard2.0 + false diff --git a/src/qodana.yaml b/src/qodana.yaml new file mode 100644 index 000000000..f2bd5156e --- /dev/null +++ b/src/qodana.yaml @@ -0,0 +1,29 @@ +#-------------------------------------------------------------------------------# +# Qodana analysis is configured by qodana.yaml file # +# https://www.jetbrains.com/help/qodana/qodana-yaml.html # +#-------------------------------------------------------------------------------# +version: "1.0" + +#Specify IDE code to run analysis without container (Applied in CI/CD pipeline) +ide: QDNET + +#Specify inspection profile for code analysis +profile: + name: qodana.starter + +#Enable inspections +#include: +# - name: + +#Disable inspections +#exclude: +# - name: +# paths: +# - + +#Execute shell command before Qodana execution (Applied in CI/CD pipeline) +#bootstrap: sh ./prepare-qodana.sh + +#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) +#plugins: +# - id: #(plugin id can be found at https://plugins.jetbrains.com)