Skip to content

Commit

Permalink
Link the roslyn-analyzers issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Aug 4, 2023
1 parent 0685172 commit 57f2c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace System.Buffers
[InlineArray(8)]
internal readonly struct EightPackedReferences
{
#pragma warning disable CA1823 // Unused field -- TODO: Why is this needed?
#pragma warning disable CA1823 // Unused field -- https://github.com/dotnet/roslyn-analyzers/issues/6788
private readonly object? _ref0;
#pragma warning restore CA1823

Expand Down

0 comments on commit 57f2c3b

Please sign in to comment.