Skip to content

Commit 1fdcd20

Browse files
authored
Enable debug info for UWP package (#577)
* Add debug info * Remove pdb for uap
1 parent f9c2fab commit 1fdcd20

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

Lottie-Windows/Lottie-Windows-UwpNET/Lottie-Windows-UwpNET.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,11 @@
1414
<PackageTags>UWP Toolkit Windows Animations Lottie XAML</PackageTags>
1515

1616
<DefineConstants>UWPNET</DefineConstants>
17-
<!--
18-
Turn off debugging information for now. It is causing errors with winmd generation because
19-
the build system is creating CommunityToolkit.WinUI.Lottie.compile.pdb but the winmdexp
20-
task expects the name without the "compile." in it.
21-
-->
22-
<DebugType>none</DebugType>
17+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2318
</PropertyGroup>
2419

2520
<ItemGroup>
2621
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.7" />
27-
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
2822
<PackageReference Include="Win2D.uwp" Version="1.28.2" />
2923
</ItemGroup>
3024

build/Lottie-Windows-Uwp.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<dependencies>
1616
<group targetFramework="net9.0-windows10.0.26100">
1717
<dependency id="Microsoft.UI.Xaml" version="2.8.7" />
18-
<dependency id="Microsoft.Windows.CsWinRT" version="2.2.0" />
1918
<dependency id="Win2D.uwp" version="1.28.2" />
2019
</group>
2120
<group targetFramework="uap10.0.16299">
@@ -43,12 +42,15 @@
4342
target="lib\net9.0-windows10.0.26100\" />
4443
<file src="pack\lib\net9.0-windows10.0.26100.0\CommunityToolkit.Uwp.Lottie.pri"
4544
target="lib\net9.0-windows10.0.26100\" />
45+
<file src="pack\lib\net9.0-windows10.0.26100.0\CommunityToolkit.Uwp.Lottie.pdb"
46+
target="lib\net9.0-windows10.0.26100\" />
4647

4748
<file src="pack\lib\uap10.0.16299\CommunityToolkit.WinUI.Lottie.winmd"
4849
target="lib\uap10.0.16299\" />
4950
<file src="pack\lib\uap10.0.16299\CommunityToolkit.WinUI.Lottie.pri"
5051
target="lib\uap10.0.16299\" />
5152
<file src="pack\lib\uap10.0.16299\CommunityToolkit.WinUI.Lottie.xml"
5253
target="lib\uap10.0.16299\" />
54+
5355
</files>
5456
</package>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "8.1.240821-rc.{height}",
2+
"version": "8.2.250523-rc.{height}",
33
"publicReleaseRefSpec": [
44
"^refs/heads/main$", // we release out of main
55
"^refs/heads/dev$", // we release out of dev

0 commit comments

Comments
 (0)