ارائه‌ی یک فورک سورس باز از Roslyn توسط گروه PostSharp برای پیاده سازی ساده‌تر AOP
301, MovedPermanently
https://blog.postsharp.net/post/open-sourcing-metalama-compiler.html icon

We are excited to announce the open-sourcing of Metalama.Compiler, the Roslyn fork used by Metalama to modify code dynamically during compilation. Metalama.Compiler enables anyone to build arbitrary source transformers.

 
ارائه‌ی یک فورک سورس باز از Roslyn توسط گروه PostSharp برای پیاده سازی ساده‌تر AOP
اضافه شدن بررسی مشکلات برنامه‌های Blazor به Meziantou.Analyzer
200, OK
https://www.meziantou.net/new-rules-for-blazor-in-meziantou-analyzer.htm icon

- Detect unknown component parameters
- Properties marked with [SupplyParameterFromQuery] attribute should also be marked as [Parameter]
- Properties marked with [EditorRequired] attribute should also be marked as [Parameter]
- Methods marked with [JSInvokable] attribute must be public
- JSRuntime must not be used in OnInitialized or OnInitializedAsync
- Use InvokeVoidAsync instead of InvokeAsync when the return value is not used
- Do not overwrite parameter values 

اضافه شدن بررسی مشکلات برنامه‌های Blazor به Meziantou.Analyzer
ارائه‌ی Roslyn analyzers برای فایل‌های کامپایل شده‌ی دات نتی
200, OK
https://github.com/microsoft/peeker icon

Peeker is a tool that runs Roslyn code analyzers on precompiled .NET binaries. If source mappings are provided in the form of a PDB file, the inspection results are associated with the original source locations. Peeker outputs its results in the SARIF file format. 

ارائه‌ی Roslyn analyzers برای فایل‌های کامپایل شده‌ی دات نتی