From 74fcd754ffa3ac4eeda9dcc31489a3cd84b47e76 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Fri, 5 Apr 2024 08:52:51 -0700 Subject: [PATCH] Enforce code style in build. --- src/Autofac.Integration.Web/Autofac.Integration.Web.csproj | 1 + .../Autofac.Integration.Web.Test.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Autofac.Integration.Web/Autofac.Integration.Web.csproj b/src/Autofac.Integration.Web/Autofac.Integration.Web.csproj index 531f19f..27ff6d8 100644 --- a/src/Autofac.Integration.Web/Autofac.Integration.Web.csproj +++ b/src/Autofac.Integration.Web/Autofac.Integration.Web.csproj @@ -20,6 +20,7 @@ true true ../../build/Analyzers.ruleset + true AllEnabledByDefault enable diff --git a/test/Autofac.Integration.Web.Test/Autofac.Integration.Web.Test.csproj b/test/Autofac.Integration.Web.Test/Autofac.Integration.Web.Test.csproj index d10b1ca..734b2f6 100644 --- a/test/Autofac.Integration.Web.Test/Autofac.Integration.Web.Test.csproj +++ b/test/Autofac.Integration.Web.Test/Autofac.Integration.Web.Test.csproj @@ -7,6 +7,7 @@ true true ../../build/Test.ruleset + true false latest enable