Visual Studio doesn't work as expected with source generators [Answered]
I wanted to give source generators a try, i followed Microsoft tutorial and everything worked as expected, but than i changed some things, and the code works as i expected, but visual studio is apparently still thinking i am using the old implementation and gives me errors, but when i actually run it, it works just fine.

