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.
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.