mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-19 07:49:29 +00:00
Adjust generator namespace
This commit is contained in:
@@ -10,7 +10,7 @@ namespace System.Extensions;
|
||||
[Generator(LanguageNames.CSharp)]
|
||||
public class NotifyPropertyChangedGenerator : IIncrementalGenerator
|
||||
{
|
||||
private const string AttributeNamespace = "System.Windows.Extensions";
|
||||
private const string AttributeNamespace = "System.Extensions";
|
||||
private const string AttributeName = "GenerateNotifyPropertyChangedAttribute";
|
||||
private const string AttributeShortName = "GenerateNotifyPropertyChanged";
|
||||
private const string PropertyChangedEventHandler = "PropertyChangedEventHandler";
|
||||
|
||||
Reference in New Issue
Block a user