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
) is a part of widespread epidemic with incrementality failure.
You should never have any compilations or symbols in any steps of your incremental pipelines, and especially in output steps.
Those objects are not equatable and not meant to be used this way.
@lsoft In our case this is not such a big problem since our source generator is internal and is not used by the wide public. We also don't have much expertise on source generators and how to properly fix this issue. If you have the necessary knowledge and are willing to help I'll be very grateful
Looks like this generator (
Telegram.Bot/src/EnumSerializer.Generator/EnumConverterGenerator.cs
Line 24 in 843756a
You should never have any compilations or symbols in any steps of your incremental pipelines, and especially in output steps.
Those objects are not equatable and not meant to be used this way.
Additional details can be found here zompinc/sync-method-generator#20
The text was updated successfully, but these errors were encountered: