Skip to content

Commit aede07f

Browse files
committed
Add XML documentation
1 parent 9fe53e1 commit aede07f

File tree

2 files changed

+241
-0
lines changed

2 files changed

+241
-0
lines changed

StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
<PackageTags>petapoco statyppocoqueries statically typed</PackageTags>
1616
<PackageReleaseNotes>Extension methods now use IDatabase instead of Database</PackageReleaseNotes>
1717
</PropertyGroup>
18+
19+
<PropertyGroup>
20+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
21+
<DocumentationFile>$(AssemblyName).xml</DocumentationFile>
22+
<NoWarn>$(NoWarn);1591;1570;1587</NoWarn>
23+
</PropertyGroup>
1824

1925
<ItemGroup>
2026
<PackageReference Include="PetaPoco.Compiled" Version="[6.0.353,7.0)" />

StaTypPocoQueries.PetaPoco/StaTypPocoQueries.PetaPoco.xml

Lines changed: 235 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)