programcsharp / griddly

Hybrid grid -- Razor/MVC AJAX/HTML5
http://griddly.com
MIT License
16 stars 10 forks source link

c#10, global usings, and file-scoped namespaces #120

Closed jehhynes closed 3 months ago

jehhynes commented 9 months ago

These readability enhancements might make it easier as you make changes going forward.

jehhynes commented 9 months ago

There are some breaking changes to method signatures, so I'll include those in notes on 3.7 when I release that.

There should be no breaking changes to method signatures. If the type is different it's because I used an import alias so that it could be written without compiler directive. Everything should be 100% equivalent and no breaking changes.

ithielnor commented 9 months ago

Ah! I had not noticed that bit. Smart!