diff --git a/Sharp7.Rx/Sharp7.Rx.csproj b/Sharp7.Rx/Sharp7.Rx.csproj
index 3067b4e..de3d817 100644
--- a/Sharp7.Rx/Sharp7.Rx.csproj
+++ b/Sharp7.Rx/Sharp7.Rx.csproj
@@ -9,7 +9,9 @@
latest-Recommended
true
+ true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
+
evopro system engineering AG
evopro system engineering AG
Reactive framework for Sharp7, the Ethernet S7 PLC communication suite. Handling RFC1006 connections to Siemens S7 300, 1200 and 1500.
@@ -23,8 +25,9 @@
CA1848: For improved performance, use the LoggerMessage delegates
CA2254: The logging message template should not vary between calls
CA1859: Change type of field 'xxx' from interface to type for performance reasons
+ CS1591: Missing XML comment for publicly visible type or member
-->
- $(NoWarn);CA1848;CA2254;CA1859
+ $(NoWarn);CA1848;CA2254;CA1859;CS1591