File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
BindingSourceGen.UnitTests
TestCases.Shared.Tests/Tests/Issues Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44using System . Collections . ObjectModel ;
55using System . Collections . Specialized ;
66using System . ComponentModel ;
7+ using System . Diagnostics ;
78using System . Linq ;
89using System . Runtime . CompilerServices ;
910using System . Threading . Tasks ;
10- using System . Diagnostics ;
1111using Microsoft . Maui . Controls . Internals ;
1212
1313namespace Microsoft . Maui . Controls
Original file line number Diff line number Diff line change 1- using Microsoft . Maui . Controls . BindingSourceGen ;
1+ using System . Text ;
22using Microsoft . CodeAnalysis ;
33using Microsoft . CodeAnalysis . Text ;
4+ using Microsoft . Maui . Controls . BindingSourceGen ;
45using Xunit ;
5- using System . Text ;
66
77namespace BindingSourceGen . UnitTests ;
88public class IntegrationTests
Original file line number Diff line number Diff line change 1- using System . Threading . Tasks ;
2- using System . Collections . ObjectModel ;
1+ using System . Collections . ObjectModel ;
2+ using System . Threading . Tasks ;
33using Maui . Controls . Sample . Issues ;
44
55namespace Maui . Controls . Sample . Issues
Original file line number Diff line number Diff line change 44
55namespace Microsoft . Maui . TestCases . Tests . Issues
66{
7- public class Issue26498 : _IssuesUITest
7+ public class Issue26498 : _IssuesUITest
88 {
99 public override string Issue => "Null Exception on clearing collection in list view after navigation" ;
1010 public Issue26498 ( TestDevice device ) : base ( device )
You can’t perform that action at this time.
0 commit comments