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: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.SourceGenerators/Constants/WellKnownTrackingNames.cs
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,6 @@ internal static class WellKnownTrackingNames
14
14
/// </summary>
15
15
publicconststringExecute=nameof(Execute);
16
16
17
-
/// <summary>
18
-
/// The filtered transform with just output diagnostics.
19
-
/// </summary>
20
-
publicconststringDiagnostics=nameof(Diagnostics);
21
-
22
17
/// <summary>
23
18
/// The filtered transform with just output sources.
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Helpers/CSharpGeneratorTest{TGenerator}.cs
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.Tests/Test_DependencyPropertyGenerator_Incrementality.cs
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,7 @@ public partial class MyControl : DependencyObject
45
45
source,
46
46
updatedSource,
47
47
executeReason:IncrementalStepRunReason.Modified,
48
-
diagnosticsReason:null,
49
48
outputReason:IncrementalStepRunReason.Modified,
50
-
diagnosticsSourceReason:null,
51
49
sourceReason:IncrementalStepRunReason.Modified);
52
50
}
53
51
@@ -87,9 +85,7 @@ public partial class MyControl : DependencyObject
0 commit comments