1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2025-04-10 11:15:45 +02:00

Removed full pdb workaround, switching to portable pdbs.

This commit is contained in:
Alexandre Zollinger Chohfi 2020-05-27 20:23:41 -07:00
parent ca142880b9
commit 11783dc7d0
2 changed files with 0 additions and 6 deletions
Microsoft.Toolkit.HighPerformance
Microsoft.Toolkit

View File

@ -21,9 +21,6 @@
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
</Description>
<PackageTags>UWP Toolkit Windows core standard unsafe span memory string array stream buffer extensions helpers parallel performance</PackageTags>
<!-- This is a temporary workaround for https://github.com/dotnet/sdk/issues/955 -->
<DebugType>Full</DebugType>
</PropertyGroup>
<Choose>
<When Condition=" '$(TargetFramework)' == 'netstandard1.4' ">

View File

@ -11,9 +11,6 @@
- String extensions and array extensions: These extensions make working with string and arrays easier.
</Description>
<PackageTags>UWP Toolkit Windows IncrementalLoadingCollection String Array extensions helpers</PackageTags>
<!-- This is a temporary workaround for https://github.com/dotnet/sdk/issues/955 -->
<DebugType>Full</DebugType>
</PropertyGroup>
<!-- .NET Standard 2.0 doesn't have the Span<T> type -->