From 2f12a561bfe6ef73c384e752836e4cf5da086b4f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 9 Feb 2020 19:53:49 -0600 Subject: [PATCH] temp rm Microsoft.CodeAnalysis.FxCopAnalyzers --- .../FilterLists.Agent.csproj | 24 +----- .../FilterLists.Agent.ruleset | 76 ------------------- .../FilterLists.Api/FilterLists.Api.csproj | 16 +--- .../FilterLists.Api/FilterLists.Api.ruleset | 74 ------------------ .../FilterLists.Data/FilterLists.Data.csproj | 6 +- .../FilterLists.Services.csproj | 6 +- .../FilterLists.Agent.Tests.csproj | 14 +--- .../FilterLists.Agent.Tests.ruleset | 75 ------------------ .../FilterLists.Data.Tests.csproj | 15 +--- .../FilterLists.Data.Tests.ruleset | 74 ------------------ .../FilterLists.Services.Tests.csproj | 15 +--- .../FilterLists.Services.Tests.ruleset | 74 ------------------ 12 files changed, 10 insertions(+), 459 deletions(-) delete mode 100644 server/src/FilterLists.Agent/FilterLists.Agent.ruleset delete mode 100644 server/src/FilterLists.Api/FilterLists.Api.ruleset delete mode 100644 server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.ruleset delete mode 100644 server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.ruleset delete mode 100644 server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.ruleset diff --git a/server/src/FilterLists.Agent/FilterLists.Agent.csproj b/server/src/FilterLists.Agent/FilterLists.Agent.csproj index efa494e80..182678e5d 100644 --- a/server/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/server/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -5,7 +5,6 @@ enable true true - true Exe win10-x64;linux-musl-x64 Linux @@ -17,19 +16,11 @@ Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2019 Collin M. Barrett + Copyright (c) 2020 Collin M. Barrett https://github.com/collinbarrett/FilterLists git - - FilterLists.Agent.ruleset - - - - FilterLists.Agent.ruleset - - @@ -41,10 +32,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - @@ -64,13 +51,4 @@ - - - PreserveNewest - - - PreserveNewest - - - \ No newline at end of file diff --git a/server/src/FilterLists.Agent/FilterLists.Agent.ruleset b/server/src/FilterLists.Agent/FilterLists.Agent.ruleset deleted file mode 100644 index 1fc9a8e85..000000000 --- a/server/src/FilterLists.Agent/FilterLists.Agent.ruleset +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/src/FilterLists.Api/FilterLists.Api.csproj b/server/src/FilterLists.Api/FilterLists.Api.csproj index 07c40882e..23dd689a6 100644 --- a/server/src/FilterLists.Api/FilterLists.Api.csproj +++ b/server/src/FilterLists.Api/FilterLists.Api.csproj @@ -2,9 +2,9 @@ netcoreapp3.1 + enable true true - true win10-x64;linux-musl-x64 Linux ..\..\docker-compose.dcproj @@ -15,19 +15,11 @@ Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2019 Collin M. Barrett + Copyright (c) 2020 Collin M. Barrett https://github.com/collinbarrett/FilterLists git - - FilterLists.Api.ruleset - - - - FilterLists.Api.ruleset - - @@ -40,10 +32,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all diff --git a/server/src/FilterLists.Api/FilterLists.Api.ruleset b/server/src/FilterLists.Api/FilterLists.Api.ruleset deleted file mode 100644 index 03bbf8a01..000000000 --- a/server/src/FilterLists.Api/FilterLists.Api.ruleset +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/src/FilterLists.Data/FilterLists.Data.csproj b/server/src/FilterLists.Data/FilterLists.Data.csproj index b4786459c..d83709a69 100644 --- a/server/src/FilterLists.Data/FilterLists.Data.csproj +++ b/server/src/FilterLists.Data/FilterLists.Data.csproj @@ -9,17 +9,13 @@ Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2019 Collin M. Barrett + Copyright (c) 2020 Collin M. Barrett https://github.com/collinbarrett/FilterLists git - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/server/src/FilterLists.Services/FilterLists.Services.csproj b/server/src/FilterLists.Services/FilterLists.Services.csproj index 5aa78a30a..a38c93712 100644 --- a/server/src/FilterLists.Services/FilterLists.Services.csproj +++ b/server/src/FilterLists.Services/FilterLists.Services.csproj @@ -9,7 +9,7 @@ Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2019 Collin M. Barrett + Copyright (c) 2020 Collin M. Barrett https://github.com/collinbarrett/FilterLists git @@ -22,10 +22,6 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj b/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj index 23ef91f1f..cccf9b5ef 100644 --- a/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj +++ b/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj @@ -10,28 +10,16 @@ Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2019 Collin M. Barrett + Copyright (c) 2020 Collin M. Barrett https://github.com/collinbarrett/FilterLists git - - FilterLists.Agent.Tests.ruleset - - - - FilterLists.Agent.Tests.ruleset - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers diff --git a/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.ruleset b/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.ruleset deleted file mode 100644 index d2201fab1..000000000 --- a/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.ruleset +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj b/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj index 07959fb57..763c0eb37 100644 --- a/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj +++ b/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj @@ -2,6 +2,7 @@ netcoreapp3.1 + enable @@ -9,28 +10,16 @@ Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2019 Collin M. Barrett + Copyright (c) 2020 Collin M. Barrett https://github.com/collinbarrett/FilterLists git - - FilterLists.Data.Tests.ruleset - - - - FilterLists.Data.Tests.ruleset - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers diff --git a/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.ruleset b/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.ruleset deleted file mode 100644 index 001c5e762..000000000 --- a/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.ruleset +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj b/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj index 8510fcef5..4513362db 100644 --- a/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj +++ b/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj @@ -2,6 +2,7 @@ netcoreapp3.1 + enable @@ -9,28 +10,16 @@ Collin M. Barrett FilterLists The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. - Copyright (c) 2019 Collin M. Barrett + Copyright (c) 2020 Collin M. Barrett https://github.com/collinbarrett/FilterLists git - - FilterLists.Services.Tests.ruleset - - - - FilterLists.Services.Tests.ruleset - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - all runtime; build; native; contentfiles; analyzers diff --git a/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.ruleset b/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.ruleset deleted file mode 100644 index 001c5e762..000000000 --- a/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.ruleset +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file