resharper ignore "typo"

This commit is contained in:
ig 2023-09-11 11:32:53 +02:00
parent 3a61b1e80b
commit b213d97537
1 changed files with 1 additions and 0 deletions

View File

@ -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);