You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@znoliver Can you add more details as to what errors you are seeing?
My code use IIncrementalGenerator generator don't generator. For example , I except generator an Attribute with name Mock Attribute, and I use this attribute in a class. When I build , Vs2022 build error with message can't find [Mock]. But Rider or dotnet build can build.
Dotnet 8:
Steps to Reproduce:
When I use Rider to build project or use cmd to run
dotnet build
,the project build normal. But when I use Vs2022 to build , build failed.The text was updated successfully, but these errors were encountered: