artem
artem
CC#
Created by artem on 5/18/2023 in #help
❔ Any UI testing tool for MAUI?
Hi, I'm looking for any UI testing tool for my MAUI project. I've tried Xamarin.UITest but it's not working with MAUI AutomationId and hard to use in my CI/CD pipeline (Nuke). Is there any other tool for this?
7 replies
CC#
Created by artem on 4/23/2023 in #help
Is it ok to leave `NotImplementedException` if method doesn't suppose to be used?
I have class that implements interface with two methods Convert and ConvertBack. I use only Convert so I implemented it. Is it ok to leave it as it is now? Can it somehow backfire? Class link - https://github.com/Cootz/PasswordManager/pull/46/files#diff-52f61f5a8d524ef2eb720907cf622ef47d228591389cf4aebb09f85d7a493bed
3 replies
CC#
Created by artem on 3/8/2023 in #help
How can I work around this exception?
10 replies