|
|
|
|
|
by rogihee
2221 days ago
|
|
In C# 9 there will be Source Generators, an easy way to generate code in a build task before compilation. That will remove the need for Reflection in many areas. Work is also underway to identify and remove all "linker" dangerous code. Once the SDK is linker safe and has a lot less reflection, AOT becomes a lot easier. Mono is now part of the dotnet family so I suspect they are going to use that for AOT in C# forwards. Starting with Blazor. |
|