Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 67F3F200BCE for ; Fri, 21 Oct 2016 17:54:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 66DEE160AE8; Fri, 21 Oct 2016 15:54:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1B544160B12 for ; Fri, 21 Oct 2016 17:54:30 +0200 (CEST) Received: (qmail 87359 invoked by uid 500); 21 Oct 2016 15:54:30 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 85881 invoked by uid 99); 21 Oct 2016 15:54:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2016 15:54:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E15AE008F; Fri, 21 Oct 2016 15:54:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Fri, 21 Oct 2016 15:54:58 -0000 Message-Id: <11d60f4bc5e646708dfe3377263d1534@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/50] [abbrv] ignite git commit: IGNITE-1629 .NET: Introduced native logging facility - fix merge archived-at: Fri, 21 Oct 2016 15:54:33 -0000 IGNITE-1629 .NET: Introduced native logging facility - fix merge Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ae4ae71f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ae4ae71f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ae4ae71f Branch: refs/heads/ignite-comm-balance Commit: ae4ae71f0481662a5fb13eb8ee63a17e6c4c3802 Parents: 3c9e254 Author: Pavel Tupitsyn Authored: Mon Oct 3 12:16:34 2016 +0300 Committer: Pavel Tupitsyn Committed: Mon Oct 3 12:16:34 2016 +0300 ---------------------------------------------------------------------- modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/ae4ae71f/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs index 8e16fb5..7652092 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs @@ -24,6 +24,8 @@ using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; + using System.Text; + using System.Xml; using Apache.Ignite.Core.Binary; using Apache.Ignite.Core.Cache; using Apache.Ignite.Core.Cache.Configuration;