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 db719e6 commit e37b7cfCopy full SHA for e37b7cf
src/Cli/dotnet/commands/dotnet-workload/InstallStateContents.cs
@@ -4,8 +4,6 @@
4
using System.Text.Json;
5
using System.Text.Json.Serialization;
6
7
-#pragma warning disable CS8632
8
-
9
namespace Microsoft.DotNet.Workloads.Workload
10
{
11
internal class InstallStateContents
@@ -42,5 +40,3 @@ public override string ToString()
42
40
}
43
41
44
45
46
-#pragma warning restore CS8632
0 commit comments