From 2d58a3c9bed4815290482123caed463bc88f1d4f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 9 Feb 2020 20:56:18 -0600 Subject: [PATCH] add Roslynator.Analyzers --- server/src/FilterLists.Agent/FilterLists.Agent.csproj | 4 ++++ server/src/FilterLists.Api/FilterLists.Api.csproj | 4 ++++ server/src/FilterLists.Data/FilterLists.Data.csproj | 4 ++++ server/src/FilterLists.Services/FilterLists.Services.csproj | 4 ++++ .../FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj | 4 ++++ .../FilterLists.Data.Tests/FilterLists.Data.Tests.csproj | 4 ++++ .../FilterLists.Services.Tests.csproj | 4 ++++ 7 files changed, 28 insertions(+) diff --git a/server/src/FilterLists.Agent/FilterLists.Agent.csproj b/server/src/FilterLists.Agent/FilterLists.Agent.csproj index dcbf853dd..179a312ca 100644 --- a/server/src/FilterLists.Agent/FilterLists.Agent.csproj +++ b/server/src/FilterLists.Agent/FilterLists.Agent.csproj @@ -49,6 +49,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/server/src/FilterLists.Api/FilterLists.Api.csproj b/server/src/FilterLists.Api/FilterLists.Api.csproj index 555a058e7..8d105289a 100644 --- a/server/src/FilterLists.Api/FilterLists.Api.csproj +++ b/server/src/FilterLists.Api/FilterLists.Api.csproj @@ -42,6 +42,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/server/src/FilterLists.Data/FilterLists.Data.csproj b/server/src/FilterLists.Data/FilterLists.Data.csproj index c10dcbba9..2aa7b1ed4 100644 --- a/server/src/FilterLists.Data/FilterLists.Data.csproj +++ b/server/src/FilterLists.Data/FilterLists.Data.csproj @@ -22,6 +22,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + 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 1f83fdebd..a7dc1b5f1 100644 --- a/server/src/FilterLists.Services/FilterLists.Services.csproj +++ b/server/src/FilterLists.Services/FilterLists.Services.csproj @@ -28,6 +28,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all diff --git a/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj b/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj index 281299a3c..858dc8bc0 100644 --- a/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj +++ b/server/tests/FilterLists.Agent.Tests/FilterLists.Agent.Tests.csproj @@ -29,6 +29,10 @@ runtime; build; native; contentfiles; analyzers + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj b/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj index fff031b75..2c774b979 100644 --- a/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj +++ b/server/tests/FilterLists.Data.Tests/FilterLists.Data.Tests.csproj @@ -29,6 +29,10 @@ runtime; build; native; contentfiles; analyzers + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj b/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj index 008f9f0a8..d19efd5a9 100644 --- a/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj +++ b/server/tests/FilterLists.Services.Tests/FilterLists.Services.Tests.csproj @@ -29,6 +29,10 @@ runtime; build; native; contentfiles; analyzers + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive