Steps to Reproduce
- Add an EditText
- Choose TextChanged. (Example:
txtSearch.TextChanged += TxtSearch_TextChanged;)
- Choose Linking with either "Sdk Assemblies Only" or "Sdk and User Assemblies".
- Execute the program.
Expected Behavior
Be able to execute the TextChanged on Linking with either "Sdk Assemblies Only" or "Sdk and User Assemblies".
Actual Behavior
App crashes because it cannot load ITextWatcherInvoker.
Version Information
Windows 10, May Update.
Visual Studio 2019 Preview 2.
Log File
System.TypeLoadException: 'Could not load type 'Android.Text.ITextWatcherInvoker' from assembly 'Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.'

P.S.
It's working in Visual Studio for Mac.
VS bug #947890
Steps to Reproduce
txtSearch.TextChanged += TxtSearch_TextChanged;)Expected Behavior
Be able to execute the TextChanged on Linking with either "Sdk Assemblies Only" or "Sdk and User Assemblies".
Actual Behavior
App crashes because it cannot load ITextWatcherInvoker.
Version Information
Windows 10, May Update.
Visual Studio 2019 Preview 2.
Log File
P.S.
It's working in Visual Studio for Mac.