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: .github/copilot-instructions.md
+30-39Lines changed: 30 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
## Repository Summary
4
4
5
-
This is a **repository template** for creating new .NET repositories. It provides a standardized structure with comprehensive GitHub integration, CI/CD workflows, and development tooling. The template is designed for .NET 8.0 projects using C# and follows Microsoft's recommended project organization patterns.
5
+
This is a .NET library project that provides extension methods for `IAsyncEnumerable<T>`. The library is designed to make working with async sequences easier and more efficient, with features like chunking, batching, and other utility methods.
6
6
7
-
**Repository Type**: Template (not a working project)
This information has been validated against the template structure and GitHub workflows. **Only search for additional information if these instructions are incomplete or found to be incorrect.**
134
+
This information has been validated against the project structure and GitHub workflows. **Only search for additional information if these instructions are incomplete or found to be incorrect.**
145
135
146
-
### When Working with This Template
147
-
1.**Creating New Projects**: Follow the structure outlined in `SETUP.md`
136
+
### When Working with This Project
137
+
1.**Main Library**: The core library is in `src/Wolfgang.Extensions.IAsyncEnumerable/`
148
138
2.**Adding Dependencies**: Use `dotnet add package` commands
0 commit comments