bUnit icon indicating copy to clipboard operation
bUnit copied to clipboard

V2 API Review

Open linkdotnet opened this issue 8 months ago • 1 comments

The target is to have a clean and maintainable public API surface.

What we did so far (21th of February):

  • Used the following regex to identify public API: public [\w|\s]*(interface|class|record|struct)
  • DiffMarkupFormatteris internal
  • NodePrintExtensionsis internal and we removed some methods that weren't used anymore

linkdotnet avatar Feb 21 '25 15:02 linkdotnet