بازخوردهای پروژه‌ها
نسخه net core
سپاس از شما
آیا نسخه net core هم ارائه می‌شود؟
اشتراک‌ها
معرفی C# Source Generators

مخلص کلام اینکه : اگه با Fody یا PostSharp و همچنین Code Analyzer‌ها آشنایی دارین. این قابلیت یه چیزی تو مایه‌های ترکیب ایناس و بهتون اجازه میده موقع Compile شدن کد پروژه رو Analyze کنین و یه کد جدیدی بهش اضافه کنین. (مثلا پیاده سازی اینترفیس INotifyPropertyChanged به صورت خودکار به هنگام کامپایل)

We’re pleased to introduce the first preview of Source Generators, a new C# compiler feature that lets C# developers inspect user code and generate new C# source files that can be added to a compilation. This is done via a new kind of component that we’re calling a Source Generator.

To get started with Source Generators, you’ll need to install the latest .NET 5 preview and the latest Visual Studio preview

اطلاعات بیشتر 

نمونه ای از پیاده سازی INotifyPropertyChanged with C# 9.0 Source Generators  

معرفی C# Source Generators
نظرات مطالب
T4MVC : یکی از الزامات مدیریت پروژه‌های ASP.NET MVC
روی vs2013 قابل اجرا نیست؟ چون موقع نصب پیام میده روی هیچ یک از محصولات جاری قابل نصب نیست. داخل لاگ هم نسخه‌های پشتیبانی رو به صورت زیر ذکر کرده:
9/26/2015 6:48:04 PM - Supported Products : 
9/26/2015 6:48:04 PM - Microsoft.VisualStudio.Ultimate
9/26/2015 6:48:04 PM - Version : [10.0]
9/26/2015 6:48:04 PM - Microsoft.VisualStudio.Ultimate
9/26/2015 6:48:04 PM - Version : [11.0]
9/26/2015 6:48:04 PM - Microsoft.VisualStudio.Premium
9/26/2015 6:48:04 PM - Version : [10.0]
9/26/2015 6:48:04 PM - Microsoft.VisualStudio.Premium
9/26/2015 6:48:04 PM - Version : [11.0]
9/26/2015 6:48:04 PM - Microsoft.VisualStudio.Pro
9/26/2015 6:48:04 PM - Version : [10.0]
9/26/2015 6:48:04 PM - Microsoft.VisualStudio.Pro
9/26/2015 6:48:04 PM - Version : [11.0]

ابزار دیگری در این مورد نیست؟