Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTratcher <Tratcher@users.noreply.github.com>2022-04-01 11:05:12 +0300
committerGitHub <noreply@github.com>2022-04-01 11:05:12 +0300
commit70ec4e8d15e91bc955cd72542923e94109227ab4 (patch)
treee804f8b48af2fea77a80a1b5b282c3499706f35d
parentb6630137b2109042dc11ece3164782e451647bff (diff)
Sync shared code from runtimegithub-action/sync-runtime-1648800312
-rw-r--r--src/Shared/runtime/NetEventSource.Common.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Shared/runtime/NetEventSource.Common.cs b/src/Shared/runtime/NetEventSource.Common.cs
index ff93dca9c5..8a9440006f 100644
--- a/src/Shared/runtime/NetEventSource.Common.cs
+++ b/src/Shared/runtime/NetEventSource.Common.cs
@@ -10,7 +10,6 @@
#nullable enable
using System.Collections;
using System.Diagnostics;
-using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.Tracing;
using System.Globalization;
using System.Runtime.CompilerServices;
@@ -441,7 +440,6 @@ namespace System.Net
#region Custom WriteEvent overloads
[NonEvent]
- [UnconditionalSuppressMessage("Trimming", "IL2026", Justification = "Parameters passed to WriteEvent are all primative values.")]
private unsafe void WriteEvent(int eventId, string? arg1, string? arg2, string? arg3, string? arg4)
{
if (IsEnabled())
@@ -486,7 +484,6 @@ namespace System.Net
}
[NonEvent]
- [UnconditionalSuppressMessage("Trimming", "IL2026", Justification = "Parameters passed to WriteEvent are all primative values.")]
private unsafe void WriteEvent(int eventId, string? arg1, string? arg2, byte[]? arg3)
{
if (IsEnabled())