-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: App RuntimeIssues in `libmonodroid.so`.Issues in `libmonodroid.so`.bugComponent does not function as intended.Component does not function as intended.vs-syncFor internal use only; creates a VSTS "mirror" issue.For internal use only; creates a VSTS "mirror" issue.
Milestone
Description
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
FANMixco, luigisaggese, orestesgaolin, yauhenipakala, Digifais and 4 more
Metadata
Metadata
Assignees
Labels
Area: App RuntimeIssues in `libmonodroid.so`.Issues in `libmonodroid.so`.bugComponent does not function as intended.Component does not function as intended.vs-syncFor internal use only; creates a VSTS "mirror" issue.For internal use only; creates a VSTS "mirror" issue.
