We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b1d2c2 + 26dbfa3 commit 4f61661Copy full SHA for 4f61661
src/UniTask.NetCore/UniTask.NetCore.csproj
@@ -5,6 +5,8 @@
5
<AssemblyName>UniTask</AssemblyName>
6
<LangVersion>8.0</LangVersion>
7
<RootNamespace>Cysharp.Threading.Tasks</RootNamespace>
8
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
9
+ <NoWarn>$(NoWarn);CS1591</NoWarn>
10
11
<!-- NuGet Packaging -->
12
<Id>UniTask</Id>
0 commit comments