1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2024-10-17 06:42:48 +02:00
.NET-Community-Toolkit/CommunityToolkit.Mvvm.SourceGenerators/ComponentModel
2022-08-05 22:15:29 +02:00
..
Models Add attribute to customize access modifiers of an observable property, and its getter and setter 2022-08-05 22:15:29 +02:00
INotifyPropertyChangedGenerator.cs Add diagnostics for invalid [ObservableProperty] containing type 2022-03-13 19:37:15 +01:00
ObservableObjectGenerator.cs Remove unnecessary using directives 2022-05-03 16:19:41 +02:00
ObservablePropertyGenerator.cs Rename [NotifyRecipients] to [NotifyPropertyChangedRecipients] 2022-06-01 23:26:55 +02:00
ObservablePropertyGenerator.Execute.cs Add attribute to customize access modifiers of an observable property, and its getter and setter 2022-08-05 22:15:29 +02:00
ObservableRecipientGenerator.cs Remove ToFullString() to setup [ObservableRecipient] constructors 2022-05-28 13:32:57 +02:00
ObservableValidatorValidateAllPropertiesGenerator.cs Use ".g.cs" extension for all generated files 2022-05-30 18:25:04 +02:00
ObservableValidatorValidateAllPropertiesGenerator.Execute.cs Fixed bugs in new diagnostics logic 2022-03-13 15:15:20 +01:00
TransitiveMembersGenerator.cs Use ".g.cs" extension for all generated files 2022-05-30 18:25:04 +02:00
TransitiveMembersGenerator.Execute.cs Remove [DebuggerNonUserCode] from visible members 2022-03-06 17:36:35 +01:00