79407775

Date: 2025-02-03 03:50:18
Score: 2.5
Natty:
Report link

When I setup the compiled data binding as per This article, I forgot to register the view model file in the MauiProgram.cs file. So adding the line

builder.Services.AddSingleton<MainViewModel>();

to the MauiProgram.cs file solved the problem.

Reasons:
  • Blacklisted phrase (1): This article
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: Bob Gatto