Skip to content

Commit 2e50f5f

Browse files
committed
Disable ValueTuple warning
1 parent 6019904 commit 2e50f5f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/dotnetCampus.LatestCSharpFeatures/ValueTuple/ValueTuple.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#if NETSTANDARD2_0_OR_GREATER || NETCOREAPP3_0 || NETCOREAPP3_1 || NET5_0_OR_GREATER
1+
#pragma warning disable CS8600
2+
#pragma warning disable CS8603
3+
4+
#if NETSTANDARD2_0_OR_GREATER || NETCOREAPP3_0 || NETCOREAPP3_1 || NET5_0_OR_GREATER
25
#else
36
// Licensed to the .NET Foundation under one or more agreements.
47
// The .NET Foundation licenses this file to you under the MIT license.

0 commit comments

Comments
 (0)