File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <Platforms >AnyCPU;x64</Platforms >
88 <PlatformTarget >x64</PlatformTarget >
9- <LangVersion >14</LangVersion >
109 </PropertyGroup >
1110
1211 <ItemGroup >
Original file line number Diff line number Diff line change 22
33namespace KeyAsio . Memory . Utils ;
44
5- public ref struct HighPrecisionTimerScope : IDisposable
5+ public ref struct HighPrecisionTimerScope
66{
77 private bool _disposed ;
88
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace KeyAsio.Memory.Utils;
1414/// to return the buffer to the shared <see cref="ArrayPool{T}"/>. This type is
1515/// not thread-safe and must not be used across async/await boundaries.
1616/// </remarks>
17- public ref struct ValueListBuilder < T > : IDisposable
17+ public ref struct ValueListBuilder < T >
1818{
1919 private Span < T > _span ;
2020 private T [ ] ? _arrayFromPool ;
You can’t perform that action at this time.
0 commit comments