10000 [VMR] Codeflow 78c5fa9-35ccf19 · Forgind/sdk@e3733ac · GitHub
[go: up one dir, main page]

Skip to content

Commit e3733ac

Browse files
[VMR] Codeflow 78c5fa9-35ccf19
[[ commit created by automation ]]
1 parent a1da6b6 commit e3733ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BuiltInTools/dotnet-watch/HotReload/CompilationHandler.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

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+
47
using System.Collections.Immutable;
58
using System.Diagnostics;
69
using Microsoft.Build.Graph;

0 commit comments

Comments
 (0)
0