This is an automated email from the ASF dual-hosted git repository. amashenkov pushed a commit to branch gg-19225 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit 536d397a03a757631ea5227a85a09d13689454e1 Author: Alexandr Shapkin <[email protected]> AuthorDate: Thu May 30 17:04:19 2019 +0300 GG-19147 Resharper inspections got broken after update (cherry picked from commit bfd97007c584f57496db87aa9007796712a4f605) --- .../dotnet/Apache.Ignite.Core/Impl/Unmanaged/Jni/NativeMethod.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/Jni/NativeMethod.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/Jni/NativeMethod.cs index 10bf64c..2c00816 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/Jni/NativeMethod.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Unmanaged/Jni/NativeMethod.cs @@ -42,6 +42,7 @@ namespace Apache.Ignite.Core.Impl.Unmanaged.Jni /// <summary> /// Function pointer (from <see cref="Marshal.GetFunctionPointerForDelegate"/>). /// </summary> + // ReSharper disable once NotAccessedField.Global public IntPtr FuncPtr; } }
