From b213d9753784dedfdac24739c6ad8b72d1d4ca63 Mon Sep 17 00:00:00 2001 From: ig Date: Mon, 11 Sep 2023 11:32:53 +0200 Subject: [PATCH] resharper ignore "typo" --- csharp/App/SaliMax/src/Watchdog.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp/App/SaliMax/src/Watchdog.cs b/csharp/App/SaliMax/src/Watchdog.cs index c738badaf..d2713ad8f 100644 --- a/csharp/App/SaliMax/src/Watchdog.cs +++ b/csharp/App/SaliMax/src/Watchdog.cs @@ -7,6 +7,7 @@ namespace InnovEnergy.App.SaliMax; public static class Watchdog { // "it is generally recommended to ignore the return value of this call. " + // ReSharper disable once StringLiteralTypo [DllImport("libsystemd.so.0")] private static extern Int32 sd_notify(Int32 unsetEnvironment, String state);