Is there a chance to update the source generator dependencies to avoid version conflict warnings with other source generators being used in the same project? Mainly update source generation dependencies to latest version so Microsoft.CodeAnalysis.Common 5.0.0 is used.
Example warning:
Detected package version outside of dependency constraint: Microsoft.CodeAnalysis.CSharp.Workspaces 4.3.1 requires Microsoft.CodeAnalysis.Common (= 4.3.1) but version Microsoft.CodeAnalysis.Common 5.0.0 was resolved.