If you have a TextBox with a value in the aspx like Text=โ10โ and convert the TextBox, it works with the general convertion (View and ViewModel) but the value doesnโt get converted / get set to โ10โ again. Can you guys add this feature? Because otherwise you might loose a lot of initial settings from the ASP TextBox convertion.
Thatโs a good idea.
By the way - the converter code is hosted in this repo.
If you have time, you can look at the TextBoxMatcher class which generates the suggestions for fixes and try to implement it yourself.
Also, you can implement your own matchers and fixes for things that frequently appear in your application.