Browse by Tags
Sorry, but there are no more tags available to filter with.
-
TIPS - 限定 Visual Studio 使用的 C# 語言版本
-
同事通報:無法編譯簽入的 C# 專案,部分程式碼存在語法錯誤,細查發現是 Visual Studio 2015 Update 3 不認得以下寫法: public string Id { get => RawId.ToString(); set => RawId.Parse( value ) } 原以為這是 C# 6 語法,VS2015 理應支援,進一步確認是 C# 7 才有的新功能 (Expression Body Property Accessor),難怪 VS2015 不認得。(其實專案安裝...