unoplatform / uno.templates

Uno Platform project templates
https://platform.uno/
Other
16 stars 9 forks source link

[Bug] Remove ExtensionsCore from the generated template #715

Closed jeromelaban closed 3 weeks ago

jeromelaban commented 1 month ago

Current behavior

The current creates a configuration with ExtensionsCore.

Expected behavior

It should be removed or renamed when used.

Affected platforms

iOS, Android, MacCatalyst, WebAssembly, Skia, Windows (WinAppSdk), Server

Template Host

dotnet new

Host OS

Windows

Template Options

recommended

Template Version

5.3-dev

Anything else we need to know?

No response

dansiegel commented 3 weeks ago

This should have been fixed in #667 ExtensionsCore is not used in the template currently. Perhaps the issue is that it was never backported.

jeromelaban commented 3 weeks ago

That's probably the case, let's close then.