✅ Using Options pattern in MAUI
I'm trying to squeeze some Options pattern config into my MAUI app, in
Yet I get an error that says,
My
MauiProgram, like this:Yet I get an error that says,
My
MobileQuizzOptions class is defined in another project but the import is fine. I've not used this pattern for over two years and am a bit rusty, but three guides have suggested to do it like above. Maybe they are out of date for .NET 8?