Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 615c371

Browse files
author
N. Taylor Mullen
committed
Add Debug pragma to Program.cs for DebugHelper.
1 parent 1e72cc6 commit 615c371

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Microsoft.AspNetCore.Razor.Tools/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using Microsoft.AspNetCore.Razor.Design;
5+
#if DEBUG
56
using Microsoft.AspNetCore.Razor.Design.Internal;
7+
#endif
68
using Microsoft.AspNetCore.Razor.Tools.Internal;
79

810
namespace Microsoft.AspNetCore.Razor.Tools

0 commit comments

Comments
 (0)