> As for source code generators as a way to solve the reflection dilemma: they are not going to make a dent as they tied to the specific language (C#), and not to .NET platform as a whole. Slight correction: source…
I would point to https://github.com/dotnet/roslyn itself as an example of a modern codebase. We try to adopt and use all of the new language features there as we write them to try and determine if the ergonomics are…
We have some documentation now: https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/ would really appreciate bugs/comments on these docs pages of what else you would like to see.
> As for source code generators as a way to solve the reflection dilemma: they are not going to make a dent as they tied to the specific language (C#), and not to .NET platform as a whole. Slight correction: source…
I would point to https://github.com/dotnet/roslyn itself as an example of a modern codebase. We try to adopt and use all of the new language features there as we write them to try and determine if the ergonomics are…
We have some documentation now: https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/ would really appreciate bugs/comments on these docs pages of what else you would like to see.