I'm running into a problem while developing a WinUI3 app.
Every now and then the .g.cs file contains a line which causes an error. (this.Bindings = bindings;) Sometimes when I delete it I can just run the app, sometimes it appears again.
Does anyone know what might be the problem here?