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
Binding Source generator uses InterceptsLocationAttribute(string path, int column, int line) attribute for interceptors. Recently the Roslyn team has marked this attribute as deprecated and started issuing warning. We should replace the attribute with recommended InterceptsLocationAttribute(int version, string data) overload. This will apply to both .NET 9+.
Binding Source generator uses
InterceptsLocationAttribute(string path, int column, int line)
attribute for interceptors. Recently the Roslyn team has marked this attribute as deprecated and started issuing warning. We should replace the attribute with recommendedInterceptsLocationAttribute(int version, string data)
overload. This will apply to both .NET 9+.Errors starting being visible in #27103
The text was updated successfully, but these errors were encountered: