We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2504155 commit 8444c3bCopy full SHA for 8444c3b
src/ClassLib.csproj
@@ -14,8 +14,7 @@
14
<!-- The following is recommended for public projects -->
15
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16
<DebugSymbols>true</DebugSymbols>
17
- <IncludeSymbols>true</IncludeSymbols>
18
- <SymbolPackageFormat>snupkg</SymbolPackageFormat>
+ <DebugType>embedded</DebugType>
19
</PropertyGroup>
20
21
<ItemGroup>
src/GlobalUsings.cs
@@ -0,0 +1,8 @@
1
+global using System;
2
+global using System.Collections.Generic;
3
+global using System.Linq;
4
+global using System.Threading;
5
+global using System.Threading.Tasks;
6
+
7
+// for FormattableString.Invariant
8
+global using static System.FormattableString;
src/ImplicitUsings.cs
0 commit comments