* Fix sourceName to match UmbracoProject and use a generated symbol to replace the Umbraco.Cms.Web.UI.NetCore in Program and Startup files
* Update template.json
* Run `npm update caniuse-lite`
* Regex replacement for Password & Connection strings that gets placed into AppSettings.Development.json So escaping \ and " for JSON strings
* Escaping input and handle namespace replacing. + Updated to beta004
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
* fixed a typo in the UmbracoProject template
* Update build/templates/UmbracoProject/UmbracoProject.csproj
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
* fixes#10213. When models folder is included in project the models have a Build Action of C# Compiler
* models directory comment indicates correct models location
* added PureLive files to App_Data/Temp
* changed PureLive directory
* include generated models in project
* https://github.com/umbraco/Umbraco-CMS/pull/10250/ - Cleanup in csproj file and fix the generated template too
Co-authored-by: Mario Lopez <mario@monkii.com>
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
* Adds in launchBrowser for Kestrel/Propject profile so running dotnet run from CLI will launch browser
* Keep in sync with the template file that will we ship
* As we always ship with config in V8 to set this to be true makes sense it now because default in code
* Explicitly add JSON Schema property incase user IDE does not automap it
* Escaping issue with example usages
* Remove trailing comma
* Remove duplicate property
* Logo is now transparent & not on a solid a white BG
* Adds in auto Nuget Restore with an option to skip auto restore if you wish to
https://github.com/dotnet/dotnet-template-samples/tree/master/08-restore-on-create
* Fix typo
* Rename from UmbracoSolution to UmbracoProject
Bit misleading as it only ever creates a CSProj & not a SLN
* Couple extra places that needed a rename
* Adds support for HTTP & HTTPS port that will autogenerate an available free port number
https://github.com/dotnet/templating/wiki/Available-Symbols-Generators#port
* Update build/templates/UmbracoProject/.template.config/template.json
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
* Update build/templates/UmbracoProject/.template.config/template.json
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
* Rather than COPY appsettings from Umbraco.Web.UI.NetCore we use these specific ones so we can add logic to them
* Support for unattended install with new CLI args
* Change order so all the long textboxes that are optional are together
* Apply suggestions from code review from Elitsa
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
Co-authored-by: Bjarke Berg <mail@bergmania.dk>
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>