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
634 stars 100 forks source link

Made singleton `Instance`s `readonly` #445

Closed Lehonti closed 11 months ago

Lehonti commented 11 months ago

I know that this formally breaks the API, but it doesn't make sense to re-assign those static fields, and also they don't have any internal state, so nothing should break