You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2015/11/05 09:35:27 UTC

[jira] [Created] (IGNITE-1858) .Net: Update project settings to support VS2015

Pavel  Tupitsyn created IGNITE-1858:
---------------------------------------

             Summary: .Net: Update project settings to support VS2015
                 Key: IGNITE-1858
                 URL: https://issues.apache.org/jira/browse/IGNITE-1858
             Project: Ignite
          Issue Type: Task
            Reporter: Pavel  Tupitsyn
            Assignee: Pavel  Tupitsyn


I've opened Ignite.NET solution in VS2015 and noticed a couple of issues:
* Benchmark performance in Release mode is very low. Turns out "optimize code" is unchecked in project settings. For some reason, this checkbox does not affect benchmarks in VS2013, but the difference is dramatic in VS2015.
* Language version is not set, so VS2015 allows C# 6 features like null propagation (and R# suggests these changes). But using these features will break compilation in VS2013 and earlier. So we should set language version to C# 4.0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)