Description
When build REEF .net solution in Debug mode, got the following warring:
Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. Org.Apache.REEF.Client
And:
Warning 2 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\src\reef\lang\cs\bin\x64\Release\Org.Apache.REEF.Bridge\Org.Apache.REEF.Bridge.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. Org.Apache.REEF.Tests