using Refit can't compile success in VS 17.3.0
I have a WPF Desktop application that framework targets net6.0-windows . When my IDE VS2022 upgrading from 17. 2.1 to 17.3.0 and using Refit 6.3.2 , vs compiles errors as belows:

There is nothing except a interface file named "IAccountApi", so how to resolve this problem?
Works for me in WPF, please bear in mind that current .NET SDK (6.0.7/6.0.302 and newer) has a regression that invokes source generators multiple times^1. Add this^2 fix to your .csproj file and it will resolve it self, or install .NET SDK 6.0.301 and restrict SDK to 6.0.301 through global.json.
GitHub
Fixes #6792 Description Fixes build of project using source generators coming from NuGet packages. Added a new target for de-duplicating the list of analyzers. Added a target to de-duplicate the li...
thank you for answer, this problem is resolved in dotnet-sdk-6.0.401 environment!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.