-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picker ItemsSource fixes #19728
Picker ItemsSource fixes #19728
Changes from 7 commits
d4fc420
c2a5689
efcec04
e8254fa
aabb848
61593c4
77445fb
8c7024a
07ae1ee
08fdeb4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -682,7 +682,7 @@ public async Task AbsoluteRoutingToPage() | |
|
||
Routing.RegisterRoute("catdetails", typeof(ContentPage)); | ||
|
||
Assert.ThrowsAnyAsync<Exception>(async () => await shell.GoToAsync($"//catdetails")); | ||
await Assert.ThrowsAnyAsync<Exception>(async () => await shell.GoToAsync($"//catdetails")); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is interesting. Is there no CS4014 warning when There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. BTW: The regex
Edit: regex |
||
} | ||
|
||
[Fact] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
async Task