templating
templating copied to clipboard
This repo contains the Template Engine which is used by dotnet new
### Problem `eng/SearchCache/InstallAzureCLI.sh` has the error: bash: line 95: Command: command not found. ### Solution Save the install script locally and then execute. ### Checks: - [ ] Added unit...
This pull request updates the following dependencies [marker]: (Begin:b6067748-2c9b-4ace-ddcb-08da7ef63a55) ## From https://github.com/dotnet/runtime - **Subscription**: b6067748-2c9b-4ace-ddcb-08da7ef63a55 - **Build**: 20221013.5 - **Date Produced**: October 14, 2022 12:30:34 AM UTC - **Commit**: 075e74ed1356f2e5bb978ac541633ab46e34bf99...
### Problem The backport GHA might be failing to recognize ones membership without clearly articulating why ### Solution Adjust the error message to mention team visibility as well. ### Checks:...
This pull request updates the following dependencies [marker]: (Begin:221577a3-00f2-45ed-f413-08daa70e27ce) ## From https://github.com/dotnet/runtime - **Subscription**: 221577a3-00f2-45ed-f413-08daa70e27ce - **Build**: 20221012.2 - **Date Produced**: October 12, 2022 10:55:02 PM UTC - **Commit**: eeabb53e8583c3d3056923dcd52c615265eb38ba...
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...
Cherry-picked https://github.com/dotnet/templating/pull/5399
```json { ... "GeneratedPortBase": { "type": "generated", "generator": "random", "datatype": "int", "parameters": { "low": 600, "high": 1000 }, "replaces": "__PORT_BASE__" }, "Eval": { "type": "generated", "generator": "evaluate", "parameters": { "evaluator":...
### Solution follow up on: https://github.com/dotnet/templating/pull/5329 ## `Abstractions` - improved `IGenerator` APIs - `IReadOnlyList GetTemplatesFromMountPoint(IMountPoint source);` - `bool TryLoadTemplateFromTemplateInfo(IEngineEnvironmentSettings settings, ITemplateLocator config, out ITemplate? template, string? baselineName = null);` -...
Identity seems like it's due for an upgrade. What are you guys doing over there all day, Chop, Chop. No, but seriously, this needs a makeover.
### Problem Macros are pain point for a while when it comes to refactoring and code understanding. I struggled a lot to write documentation for them as interfaces were very...