We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6019904 commit 2e50f5fCopy full SHA for 2e50f5f
1 file changed
src/dotnetCampus.LatestCSharpFeatures/ValueTuple/ValueTuple.cs
@@ -1,4 +1,7 @@
1
-#if NETSTANDARD2_0_OR_GREATER || NETCOREAPP3_0 || NETCOREAPP3_1 || NET5_0_OR_GREATER
+#pragma warning disable CS8600
2
+#pragma warning disable CS8603
3
+
4
+#if NETSTANDARD2_0_OR_GREATER || NETCOREAPP3_0 || NETCOREAPP3_1 || NET5_0_OR_GREATER
5
#else
6
// Licensed to the .NET Foundation under one or more agreements.
7
// The .NET Foundation licenses this file to you under the MIT license.
0 commit comments