File tree Expand file tree Collapse file tree 5 files changed +0
-129
lines changed Expand file tree Collapse file tree 5 files changed +0
-129
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
14
14
<LogicalName >INotifyPropertyChanged.cs</LogicalName >
15
15
</EmbeddedResource >
16
- <EmbeddedResource Include =" $(MSBuildThisFileDirectory)EmbeddedResources\NotNullAttribute.cs" >
17
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
18
- <LogicalName >NotNullAttribute.cs</LogicalName >
19
- </EmbeddedResource >
20
- <EmbeddedResource Include =" $(MSBuildThisFileDirectory)EmbeddedResources\NotNullIfNotNullAttribute.cs" >
21
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
22
- <LogicalName >NotNullIfNotNullAttribute.cs</LogicalName >
23
- </EmbeddedResource >
24
16
<EmbeddedResource Include =" $(MSBuildThisFileDirectory)EmbeddedResources\ObservableObject.cs" >
25
17
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
26
18
<LogicalName >ObservableObject.cs</LogicalName >
31
23
</EmbeddedResource >
32
24
</ItemGroup >
33
25
<ItemGroup >
34
- <Compile Include =" $(MSBuildThisFileDirectory)Attributes\NullabilityAttributesGenerator.cs" />
35
26
<Compile Include =" $(MSBuildThisFileDirectory)ComponentModel\INotifyPropertyChangedGenerator.cs" />
36
27
<Compile Include =" $(MSBuildThisFileDirectory)ComponentModel\Models\AttributeInfo.cs" />
37
28
<Compile Include =" $(MSBuildThisFileDirectory)ComponentModel\Models\INotifyPropertyChangedInfo.cs" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1639,7 +1639,6 @@ private static async Task VerifyAnalyzerDiagnosticsAndSuccessfulGeneration<TAnal
1639
1639
IIncrementalGenerator [ ] generators =
1640
1640
{
1641
1641
new IMessengerRegisterAllGenerator ( ) ,
1642
- new NullabilityAttributesGenerator ( ) ,
1643
1642
new ObservableObjectGenerator ( ) ,
1644
1643
new INotifyPropertyChangedGenerator ( ) ,
1645
1644
new ObservablePropertyGenerator ( ) ,
You can’t perform that action at this time.
0 commit comments