mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2026-02-04 07:42:53 +00:00
Include xml doc in package
This commit is contained in:
@@ -9,7 +9,9 @@
|
|||||||
<AnalysisLevel>latest-Recommended</AnalysisLevel>
|
<AnalysisLevel>latest-Recommended</AnalysisLevel>
|
||||||
|
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||||
|
|
||||||
<Authors>evopro system engineering AG</Authors>
|
<Authors>evopro system engineering AG</Authors>
|
||||||
<Company>evopro system engineering AG</Company>
|
<Company>evopro system engineering AG</Company>
|
||||||
<Description>Reactive framework for Sharp7, the Ethernet S7 PLC communication suite. Handling RFC1006 connections to Siemens S7 300, 1200 and 1500.</Description>
|
<Description>Reactive framework for Sharp7, the Ethernet S7 PLC communication suite. Handling RFC1006 connections to Siemens S7 300, 1200 and 1500.</Description>
|
||||||
@@ -23,8 +25,9 @@
|
|||||||
CA1848: For improved performance, use the LoggerMessage delegates
|
CA1848: For improved performance, use the LoggerMessage delegates
|
||||||
CA2254: The logging message template should not vary between calls
|
CA2254: The logging message template should not vary between calls
|
||||||
CA1859: Change type of field 'xxx' from interface to type for performance reasons
|
CA1859: Change type of field 'xxx' from interface to type for performance reasons
|
||||||
|
CS1591: Missing XML comment for publicly visible type or member
|
||||||
-->
|
-->
|
||||||
<NoWarn>$(NoWarn);CA1848;CA2254;CA1859</NoWarn>
|
<NoWarn>$(NoWarn);CA1848;CA2254;CA1859;CS1591</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user