MInor changes in .Net.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/27eb8606 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/27eb8606 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/27eb8606 Branch: refs/heads/ignite-1093-2 Commit: 27eb8606357368a7b01a059e896941cf88ed2914 Parents: 2b16b57 Author: vozerov-gridgain <[email protected]> Authored: Mon Sep 7 16:33:53 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Sep 7 16:33:53 2015 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryUtils.cs | 1 + .../Apache.Ignite.Core/Impl/Portable/Io/PortableAbstractStream.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/27eb8606/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryUtils.cs ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryUtils.cs b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryUtils.cs index 2b0277a..dd53281 100644 --- a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryUtils.cs +++ b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryUtils.cs @@ -25,6 +25,7 @@ namespace Apache.Ignite.Core.Impl.Memory /// <summary> /// Utility methods for platform memory management. /// </summary> + [CLSCompliant(false)] public static unsafe class PlatformMemoryUtils { #region CONSTANTS http://git-wip-us.apache.org/repos/asf/ignite/blob/27eb8606/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Portable/Io/PortableAbstractStream.cs ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Portable/Io/PortableAbstractStream.cs b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Portable/Io/PortableAbstractStream.cs index 38a19ab..648d754 100644 --- a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Portable/Io/PortableAbstractStream.cs +++ b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Portable/Io/PortableAbstractStream.cs @@ -26,7 +26,6 @@ namespace Apache.Ignite.Core.Impl.Portable.IO /// <summary> /// Base class for managed and unmanaged data streams. /// </summary> - [CLSCompliant(false)] internal unsafe abstract class PortableAbstractStream : IPortableStream { /// <summary>
