From 0dbdcd15ab291bc9041bec854e9eb63b158c59c3 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Tue, 24 Dec 2024 09:39:58 -0600 Subject: [PATCH] enable `TreatWarningsAsErrors` (#542) --- Directory.Build.props | 5 +++-- src/Akka.Hosting/Akka.Hosting.csproj | 6 +----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 94af53b..9e62d51 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,13 +6,14 @@ * [Fix ActorRegistry.GetAsync() returning Nobody](https://github.com/akkadotnet/Akka.Hosting/pull/501) akkalogo.png - https://github.com/akkadotnet/Akka.Hosting - + https://github.com/akkadotnet/Akka.Hosting + Apache-2.0 $(NoWarn);CS1591 README.md + true 10.0 enable diff --git a/src/Akka.Hosting/Akka.Hosting.csproj b/src/Akka.Hosting/Akka.Hosting.csproj index 574be1f..a0d7df8 100644 --- a/src/Akka.Hosting/Akka.Hosting.csproj +++ b/src/Akka.Hosting/Akka.Hosting.csproj @@ -4,11 +4,7 @@ README.md Akka.NET Microsoft.Extensions.Hosting support. - - - - - +