From 248676cd4bc9e43511882382f9547d028919c0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:20:40 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 16 updates (#240) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: just-seba <46223600+just-seba@users.noreply.github.com> --- .editorconfig | 8 ------- server/.config/dotnet-tools.json | 4 ++-- server/.editorconfig | 21 ++++++++++++++----- server/Directory.Build.props | 4 ++-- .../OpenEMS.Analytics.csproj | 2 +- .../OpenEMS.Application.csproj | 2 +- .../OpenEMS.Infrastructure.csproj | 10 ++++----- .../src/OpenEMS.Server/OpenEMS.Server.csproj | 10 ++++----- 8 files changed, 32 insertions(+), 29 deletions(-) diff --git a/.editorconfig b/.editorconfig index e1dd8e56..1ad53abf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,11 +4,3 @@ root = true charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true - -[*.props] -indent_style = space -indent_size = 2 - -[*.csproj] -indent_style = space -indent_size = 2 diff --git a/server/.config/dotnet-tools.json b/server/.config/dotnet-tools.json index 9a5298dd..2154782d 100644 --- a/server/.config/dotnet-tools.json +++ b/server/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "swashbuckle.aspnetcore.cli": { - "version": "6.8.1", + "version": "6.9.0", "commands": [ "swagger" ] @@ -21,7 +21,7 @@ ] }, "dotnet-ef": { - "version": "8.0.8", + "version": "8.0.10", "commands": [ "dotnet-ef" ] diff --git a/server/.editorconfig b/server/.editorconfig index f0a0d0b9..5c42db83 100644 --- a/server/.editorconfig +++ b/server/.editorconfig @@ -1,3 +1,11 @@ +[*.props] +indent_style = space +indent_size = 2 + +[*.csproj] +indent_style = space +indent_size = 2 + [*.cs] # CS8019: Unnecessary using directive # IDE0005: Remove unnecessary using directives @@ -11,6 +19,14 @@ dotnet_diagnostic.CS1573.severity = none # CA1716: Identifiers should not match keywords dotnet_diagnostic.CA1716.severity = suggestion +# Riok.Mapperly +# RMG012: Source member was not found for target member +dotnet_diagnostic.RMG012.severity = error + +# RMG020: Source member is not mapped to any target member +dotnet_diagnostic.RMG020.severity = silent + +# StyleCop # S3267: Loops should be simplified with "LINQ" expressions dotnet_diagnostic.S3267.severity = suggestion @@ -125,12 +141,7 @@ dotnet_diagnostic.IDE0010.severity = warning # IDE0072: Populate switch expression dotnet_diagnostic.IDE0072.severity = warning -# Riok.Mapperly -# RMG012: Source member was not found for target member -dotnet_diagnostic.RMG012.severity = error -# RMG020: Source member is not mapped to any target member -dotnet_diagnostic.RMG020.severity = silent [*{Request,Query,Command}.cs] # S2094: Classes should not be empty diff --git a/server/Directory.Build.props b/server/Directory.Build.props index f45b7902..ef3735cb 100644 --- a/server/Directory.Build.props +++ b/server/Directory.Build.props @@ -42,7 +42,7 @@ - + all runtime; build; native; contentfiles; analyzers @@ -51,6 +51,6 @@ runtime; build; native; contentfiles; analyzers - + diff --git a/server/src/OpenEMS.Analytics/OpenEMS.Analytics.csproj b/server/src/OpenEMS.Analytics/OpenEMS.Analytics.csproj index 348a61a9..e6ebd09d 100644 --- a/server/src/OpenEMS.Analytics/OpenEMS.Analytics.csproj +++ b/server/src/OpenEMS.Analytics/OpenEMS.Analytics.csproj @@ -1,7 +1,7 @@  - + diff --git a/server/src/OpenEMS.Application/OpenEMS.Application.csproj b/server/src/OpenEMS.Application/OpenEMS.Application.csproj index 603d3898..16d911b7 100644 --- a/server/src/OpenEMS.Application/OpenEMS.Application.csproj +++ b/server/src/OpenEMS.Application/OpenEMS.Application.csproj @@ -1,6 +1,6 @@  - + diff --git a/server/src/OpenEMS.Infrastructure/OpenEMS.Infrastructure.csproj b/server/src/OpenEMS.Infrastructure/OpenEMS.Infrastructure.csproj index 9f1ceb2d..2a2ed765 100644 --- a/server/src/OpenEMS.Infrastructure/OpenEMS.Infrastructure.csproj +++ b/server/src/OpenEMS.Infrastructure/OpenEMS.Infrastructure.csproj @@ -8,11 +8,11 @@ - - - - - + + + + + \ No newline at end of file diff --git a/server/src/OpenEMS.Server/OpenEMS.Server.csproj b/server/src/OpenEMS.Server/OpenEMS.Server.csproj index 64567ecc..fc4f9806 100644 --- a/server/src/OpenEMS.Server/OpenEMS.Server.csproj +++ b/server/src/OpenEMS.Server/OpenEMS.Server.csproj @@ -13,16 +13,16 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + - - + +