File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1414 <LogicalName >INotifyPropertyChanged.cs</LogicalName >
1515 </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 >
2416 <EmbeddedResource Include =" $(MSBuildThisFileDirectory)EmbeddedResources\ObservableObject.cs" >
2517 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2618 <LogicalName >ObservableObject.cs</LogicalName >
3123 </EmbeddedResource >
3224 </ItemGroup >
3325 <ItemGroup >
34- <Compile Include =" $(MSBuildThisFileDirectory)Attributes\NullabilityAttributesGenerator.cs" />
3526 <Compile Include =" $(MSBuildThisFileDirectory)ComponentModel\INotifyPropertyChangedGenerator.cs" />
3627 <Compile Include =" $(MSBuildThisFileDirectory)ComponentModel\Models\AttributeInfo.cs" />
3728 <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
16391639 IIncrementalGenerator [ ] generators =
16401640 {
16411641 new IMessengerRegisterAllGenerator ( ) ,
1642- new NullabilityAttributesGenerator ( ) ,
16431642 new ObservableObjectGenerator ( ) ,
16441643 new INotifyPropertyChangedGenerator ( ) ,
16451644 new ObservablePropertyGenerator ( ) ,
You can’t perform that action at this time.
0 commit comments