Replies: 7 comments 15 replies
-
It could be a project file switch too, if the SDK started emitting global usings along with assembly attributes, or if you use a community NuGet package that does the same thing. |
Beta Was this translation helpful? Give feedback.
-
Just curious was ever a subset of that considered? That is additions only but extended to everything not just partials. This would enable for example automatic code instrumentation for testing or raising events in more complex scenarios than just INPC. |
Beta Was this translation helpful? Give feedback.
-
Sad to see expression trees stuck in limbo. They're blocking language support for Roslyn syntax trees by their mere existence and are popular enough to be sustained indefinitely. |
Beta Was this translation helpful? Give feedback.
-
Would a versioned API work for adding features to Expressions? As-in, by default you get the current features (since versioning never existed prior). To get a new feature set, you explicitly opt-in to that version? |
Beta Was this translation helpful? Give feedback.
-
I wonder if any sort of auto vectorization could be possible. That may be closer to area of theoretical PL though. |
Beta Was this translation helpful? Give feedback.
-
As C# evolving, mixing C# with VB shows less value since VB is almost stopped. Mixing C# and F# aren't easy to use because their programming models are too different. Mixing C# and IL may be useful. I'm interested in exposing things valid in IL but not allowed in C#. Generally, I'm treating mixing C# with VB a proof of concept and architecture, that "we have a compiler model can handle two languages simultaneously". |
Beta Was this translation helpful? Give feedback.
-
A few points i would avoid referring to Fody as "source replacement" since that incorrectly describes what it does, and would lead to have an incorrect understanding
|
Beta Was this translation helpful? Give feedback.
-
https://github.com/dotnet/csharplang/blob/main/meetings/2021/LDM-2021-04-07.md
Agenda
Beta Was this translation helpful? Give feedback.
All reactions