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
Copy file name to clipboardExpand all lines: CommunityToolkit.Mvvm.SourceGenerators/ComponentModel/ObservableValidatorValidateAllPropertiesGenerator.Execute.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public static ValidationInfo GetInfo(INamedTypeSymbol typeSymbol)
81
81
}
82
82
83
83
returnnew(
84
-
typeSymbol.GetFullMetadataNameForFileName(),
84
+
typeSymbol.GetFullyQualifiedMetadataName(),
85
85
typeSymbol.GetFullyQualifiedName(),
86
86
propertyNames.ToImmutable());
87
87
}
@@ -102,7 +102,7 @@ public static RecipientInfo GetInfo(INamedTypeSymbol typeSymbol, ImmutableArray<
0 commit comments