Jérôme Laban
Jérôme Laban
No change has been done for this. The only way to change this is to ensure that uno.extensions does not rely on uno.core, but only the required sub packages.
Uno.Core 4.1.1 is in the dev feed. @nickrandolph it would be interesting to avoid depending on Uno.Core directly, and use the subpackages that are only required by the extensions package...
This issue happens because `Windows.Storage.ApplicationData.Current` cannot be used in unpackaged mode: https://github.com/unoplatform/uno.extensions/blob/74a945f7b6bbd3bf62c9deb64403d1e2ea20caf7/src/Uno.Extensions.Storage.UI/KeyValueStorage/ApplicationDataKeyValueStorage.cs#L14-L15 @nickrandolph haven't you built a file storage based version of this abstraction for this specific case?
This is a single project issue, it may be a caused by the main project not being set as startup when VS starts. A newer update, most likely from https://github.com/unoplatform/uno/pull/16203...
A workaround is to set the windows tfm first in the list.
@agneszitte You have to restart VS for the change to apply.
Should be fixed by https://github.com/unoplatform/uno/pull/16203.
This needs to be tested again after https://github.com/unoplatform/uno.templates/pull/743.
This is fixed in latest vsix 5.3.8. @Darsh0307 could you test again?
@Darsh0307 I'm not able to reproduce. Can you run `dotnet new uninstall` (without parameters) and paste the result here?