Skip to content

Commit 9d204d4

Browse files
author
Christoph Bühler
committed
fix(logging): use correct imports for production build
1 parent 29959c5 commit 9d204d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/KubeOps/Operator/KubernetesOperator.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
using Newtonsoft.Json.Serialization;
2020
using YamlDotNet.Serialization;
2121

22+
#if !DEBUG
23+
using System.Linq;
24+
using KubeOps.Operator.Logging;
25+
#endif
26+
2227
namespace KubeOps.Operator
2328
{
2429
public sealed class KubernetesOperator

0 commit comments

Comments
 (0)