1
Automation Interface, Add-Ins and Tools / Re: Visual Studio MDG Integration for Visual Studio 2015
« on: September 10, 2016, 02:25:46 pm »
Hi Simon,
Thanks for the update.
Regarding to C# 6 support, I tried to generate a model from a simple C# 6 solution using Enterprise Architect Beta 1 and got the parsing errors on the following lines:
Something wrong with support of string interpolation.
Something wrong with support of importing static class.
I'll try to run EA 13 Beta 1 on one of my big .net solutions on Monday to see if I can catch anything else.
Thanks for the update.
Regarding to C# 6 support, I tried to generate a model from a simple C# 6 solution using Enterprise Architect Beta 1 and got the parsing errors on the following lines:
Code: [Select]
private static readonly string url = $"path/v{version}/win-x{(Environment.Is64BitOperatingSystem ? "64" : "86")}/{exeFileName}";
Something wrong with support of string interpolation.
Code: [Select]
using static System.Diagnostics.SourceLevels;
Something wrong with support of importing static class.
I'll try to run EA 13 Beta 1 on one of my big .net solutions on Monday to see if I can catch anything else.