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
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This project is about building a library to simplify dependency registration in
9
9
- When uncertain about APIs, best practices, or modern implementation patterns, consult Microsoft documentation.
10
10
- When usage is unclear, search GitHub source code for referenced open source projects.
11
11
- Prefer the configured MCP servers (GitHub, Microsoft Docs) as your first reference sources.
12
+
- For guidance on APIs, best practices, packaging/publishing, testing patterns, or other non-trivial design decisions, proactively consult Microsoft Docs or GitHub MCP before answering, unless the answer is fully local to this repo.
Copy file name to clipboardExpand all lines: src/AttributedDI.SourceGenerator/ServiceCollectionExtensionsGeneration/AttributedDiServiceCollectionExtensionsEmitter.cs
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -72,21 +72,6 @@ public static void EmitExtensionMethods(
72
72
builder.AppendLine(" }");
73
73
builder.AppendLine(" }");
74
74
builder.AppendLine();
75
-
builder.AppendLine(" if (opts.EnableDeferred)");
76
-
builder.AppendLine(" {");
77
-
builder.AppendLine(" // TODO: Lazy<> support but without allocations");
0 commit comments