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

.NET 8: migrate to embedded GenAPI #337

Open ForNeVeR opened 1 year ago

ForNeVeR commented 1 year ago

Right now, we use GenAPI task from .NET build repository (aka dotnet-eng).

We should migrate to the same task after it gets available in the .NET SDK (maybe in .NET 8?).

Look for string TODO[#337] in the repository when fixing this issue.