[
https://issues.apache.org/jira/browse/IGNITE-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991407#comment-14991407
]
Pavel Tupitsyn commented on IGNITE-1858:
-----------------------------------------
Changes made:
* fix sln file to support VS2010
* fix a couple of generic inference issues for VS2010 compiler
* Enable code optimization in all projects in Release
Verified in VS2010, VS2013, VS2015. Code compiles and runs, benchmark results
are equally fine. TC is ok.
> .Net: Update project settings to support VS2010-VS2015
> ------------------------------------------------------
>
> Key: IGNITE-1858
> URL: https://issues.apache.org/jira/browse/IGNITE-1858
> Project: Ignite
> Issue Type: Task
> Affects Versions: 1.5
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Fix For: 1.5
>
>
> 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
> And current solution file can't be opened in VS2010. Need to fix version in
> header.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)