Hi,
I really appreciate people who put their time into producing code like this to help people like myself, but every time I find a useful example, it has been broken by changes to .NET Core versioning. In this case, the DefaultRazorPageFactoryProvider class and other Razor classes have now been changed to Internal in .NET Core 3.0, making them inaccessible.
Trying to figure out a way around it as I type.
Thanks,
Darren