You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved conflict in CommonOptions.cs by adapting to the new Option structure:
- Uses Option<string> instead of DynamicForwardedOption<string>
- Sets IsDynamic = true
- Uses ForwardAsMany to forward both TargetFramework and _CommandLineDefinedTargetFramework properties
- Maintains AddCompletions at the end
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,8 @@ Localization:
34
34
35
35
Documentation:
36
36
- Do not manually edit files under documentation/manpages/sdk as these are generated based on documentation and should not be manually modified.
37
+
38
+
External Dependencies:
39
+
- Changes that require modifications to the dotnet/templating repository (Microsoft.TemplateEngine packages) should be made directly in that repository, not worked around in this repo.
40
+
- The dotnet/templating repository owns the TemplateEngine.Edge, TemplateEngine.Abstractions, and related packages.
41
+
- If a change requires updates to template engine behavior or formatting (e.g., DisplayName properties), file an issue in dotnet/templating and make the changes there rather than adding workarounds in this SDK repository.
0 commit comments