ForNeVeR / xaml-math

A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
MIT License
641 stars 102 forks source link

Control the exposed public API #333

Closed ForNeVeR closed 1 year ago

ForNeVeR commented 1 year ago

I want to add some control over the public API we expose.

One particular option is Microsoft.DotNet.ApiCompat.

ForNeVeR commented 1 year ago

Okay, ApiCompat is not that great.

It requires a mandatory DLL that it will compare the current code with.

It has no ability to export the baseline API and somehow compare it in a "gold master testing" way.

I'll seek for a better solution.