Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add TODO remove comment.
  • Loading branch information
jkoritzinsky committed Apr 5, 2019
commit 1f5ef158227c40f9e5542dd8b4145bc9d48e04f7
1 change: 1 addition & 0 deletions src/Tasks/Microsoft.NET.Build.Tasks/ArrayBufferWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Microsoft.NET.Build.Tasks
{
/// <summary>
/// Implementation of System.Buffers.IBufferWriter backed by ArrayPool.Shared.
/// TODO Remove once we have https://github.com/dotnet/corefx/issues/34894
/// </summary>
internal class ArrayBufferWriter : IBufferWriter<byte>, IDisposable
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment like // TODO Remove once we have https://github.com/dotnet/corefx/issues/34894

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, spreading this to every repo is getting silly. Let's wait for it to be in. I don't understand the rush to use this API. Particularly because we can't actually remove N.J until NuGet does.

{
Expand Down