
2025-08-28 18:43:24
Using the `extension` keyword in #csharp 14 is kind of awkward. It would be nicer to be able to use it as a top-level declaration without the wrapping static class.
Before you say, "where would they exist in that case?”, each namespace would have a catch-all static class that would hold these extension methods if there is no wrapping class.
C# Programmers:
Your IDE(s) of choice.
#programming #dotnet #csharp #ide