first real commit

This commit is contained in:
Doug Macintosh
2026-03-08 17:05:59 -04:00
parent d5bc62a4f2
commit 336b0dbb7e
945 changed files with 1083090 additions and 0 deletions

BIN
packages/System.Memory.4.6.3/.signature.p7s vendored Executable file

Binary file not shown.

BIN
packages/System.Memory.4.6.3/Icon.png vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

29
packages/System.Memory.4.6.3/PACKAGE.md vendored Executable file
View File

@@ -0,0 +1,29 @@
## About
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
## Main Types
The main types provided by this library are:
- System.Span
- System.ReadOnlySpan
- System.Memory
- System.ReadOnlyMemory
- System.Buffers.MemoryPool
- System.Buffers.ReadOnlySequence
- System.Buffers.Text.Utf8Parser
- System.Buffers.Text.Utf8Formatter
## Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.memory
https://learn.microsoft.com/en-us/archive/msdn-magazine/2018/january/csharp-all-about-span-exploring-a-new-net-mainstay
## Related Packages
The types in this assembly are shipped as part of the shared framework starting with .NET Core 3.1.
## License
System.Memory is released as open source under the [MIT license](https://licenses.nuget.org/MIT).

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<Project InitialTargets="NETStandardCompatError_System_Memory_net462">
<Target Name="NETStandardCompatError_System_Memory_net462"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Warning Text="System.Memory 4.6.3 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net462 or later. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
</Target>
</Project>

View File

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File