10000
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 a1da6b6 commit e3733acCopy full SHA for e3733ac
src/BuiltInTools/dotnet-watch/HotReload/CompilationHandler.cs
@@ -1,6 +1,9 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
+#pragma warning disable CS0618 // TODO: https://github.com/dotnet/sdk/pull/48752
5
+#pragma warning disable CS0612 // TODO: https://github.com/dotnet/sdk/pull/48752
6
+
7
using System.Collections.Immutable;
8
using System.Diagnostics;
9
using Microsoft.Build.Graph;
0 commit comments