chore: stop tracking dependencies and build artifacts

This commit is contained in:
2025-12-05 21:03:18 +00:00
parent ffa219cfeb
commit 5d7c687a77
6923 changed files with 0 additions and 7370335 deletions

View File

@@ -1,21 +0,0 @@
## About
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
## Main Types
The main types provided by this library are:
- System.Buffers.ArrayPool<T>
## Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.buffers
## Related Packages
ArrayPool is shipped as part of the shared framework starting with .NET Core 3.1.
## License
System.Buffers is released as open source under the [MIT license](https://licenses.nuget.org/MIT).