kevingosse / GummyCat

MIT License
162 stars 10 forks source link

Add missing package in release mode #13

Closed latop2604 closed 9 months ago

latop2604 commented 9 months ago

Some controls used are part of transitive dependencies from Avalonia.Diagnostics. As this package is only added in debug mode, the app fail to build in Release configuration.

This MR explicitly add the missing dependency nuget packages.

Also with this fix, I was able to run the app in NativeAOT mode without any issue.

kevingosse commented 9 months ago

I wish I noticed this PR earlier, I lost some time trying to figure out why the build was failing in Release 😄 thanks!