unoplatform / uno.templates

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

Files appsettings.*.json build action should be EmbeddedResource #626

Closed eriklimakc closed 5 months ago

eriklimakc commented 6 months ago

Current behavior

Files appsettings.json and appsettings.development.json are created with build action set to none. The files can't be read if not set to EmbeddedResource.

Expected behavior

Files appsettings.json and appsettings.development.json build action should be EmbeddedResource.

Affected platforms

No response

Template Host

dotnet new

Host OS

Windows

Template Options

Example:

dotnet new unoapp -o Commerce -preset "recommended" -id "com.companyname.Commerce" -pub "O=Commerce" -theme-service  -theme "material" -presentation "mvux" -config  -di  -log "default" -nav "regions" -http  -loc  -server False -tests "none" -toolkit  -dsp

Template Version

5.2.2

Anything else we need to know?

Leads to https://github.com/unoplatform/uno.extensions/issues/2224.

dansiegel commented 5 months ago

Unable to reproduce. Fixed