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: src/CommunityToolkit.Maui.SourceGenerators.Internal.UnitTests/AttachedBindablePropertyAttributeSourceGeneratorTests/BaseAttachedBindablePropertyAttributeGeneratorTest.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,22 @@ public sealed partial class AttachedBindablePropertyAttribute<T>(string property
82
82
#nullable enable
83
83
namespace CommunityToolkit.Maui;
84
84
85
+
///<summary>Used by CommunityToolkit.Maui source generators to define access modifiers for generated code</summary>
Copy file name to clipboardExpand all lines: src/CommunityToolkit.Maui.SourceGenerators.Internal/Generators/AttachedBindablePropertyAttributeSourceGenerator.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,14 +100,22 @@ public sealed partial class AttachedBindablePropertyAttribute<T>(string property
100
100
#nullable enable
101
101
namespace CommunityToolkit.Maui;
102
102
103
+
///<summary>Used by CommunityToolkit.Maui source generators to define access modifiers for generated code</summary>
0 commit comments