From 75cbd8b12a08dc0bbf86503d55c95c15772d59e4 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 26 Aug 2024 17:52:28 +0300 Subject: [PATCH] Enable Deterministic --- .editorconfig | 3 --- DepotDownloader/DepotDownloader.csproj | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3c1a03b2..c982ab22 100644 --- a/.editorconfig +++ b/.editorconfig @@ -126,9 +126,6 @@ dotnet_naming_style.pascal_case_style.capitalization = pascal_case # error RS2008: Enable analyzer release tracking for the analyzer project containing rule '{0}' dotnet_diagnostic.RS2008.severity = none -# IDE0005: Remove unnecessary import -dotnet_diagnostic.IDE0005.severity = warning - # IDE0007: Use `var` instead of explicit type dotnet_diagnostic.IDE0007.severity = warning diff --git a/DepotDownloader/DepotDownloader.csproj b/DepotDownloader/DepotDownloader.csproj index c4fc2ec3..0b060b10 100644 --- a/DepotDownloader/DepotDownloader.csproj +++ b/DepotDownloader/DepotDownloader.csproj @@ -9,7 +9,7 @@ SteamRE Team Copyright © SteamRE Team 2024 ..\Icon\DepotDownloader.ico - true + true