TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
63 stars 29 forks source link

[WIP] Some refactors to WikiEngine, attempting to switch to `ReadOnlySpan<char>` #1906

Open YoshiRulz opened 2 days ago

YoshiRulz commented 2 days ago

I'll clean up the diffs when I'm not so sleep-deprived. At this stage, I'd like to know whether you think this is a good idea at all, whether the final signatures are good, and if you'd like any of the added types/methods placed somewhere else. Oh, and if you have any ideas for removing one of the remaining ToString calls.

I still hate the StyleCop settings.

Note to self: never did swap the param order on RegexMatchShim ctor, and should check for more Element.Attributes collection initialiser usage