Results 19 comments of jbe2277

Thank you for the interest in DotNetPad. Unfortunately, it does not support adding references to external libraries or NuGet packages. I will consider this feature wish for future development but...

Thanks for the feedback. The auto-completion feature of DotNetPad is not that sophisticated than the one of Visual Studio. I know of more similar issues like this one. Improving the...

Please note that I do not accept contributions (e.g. PR.) at this time. See CONTRIBUTING.md. I'm not yet sure how to improve it. But my best guess would be to...

**UPDATE 2**: I still have the issue with VS 2022 17.4.5. **UPDATE**: ~~My issue seems to be fixed with VS 2022 17.3.6.~~ --- I get the same exception now on...

**Explanation:** I have changed the behavior of initializing the DataContext within the ViewModel because the delay created by Dispatcher.BeginInvoke produced some issues when using nested ViewModels. However, this is a...

Thank you for the feedback. I will consider your request for future versions.

Thanks for proposing you idea. My design idea is that `ValidatableModel` provides a basic implementation of the `INotifyDataErrorInfo` interface for the .NET integrated `DataAnnotations.Validator`. I prefer to keep it that...

**Update**: The workaround provided below does not fix the issue completely. The following warning gets fixed but deploying to iOS simulators running on an ARM Mac does still not work:...

This issue still exists with Visual Studio 17.4.5 and MAUI 7.0.59. How to reproduce: 1. Create a new MAUI project with .NET 7 2. Replace content of `MainPage.xaml` with ```xml...

Unfortunately, the bug still occurs with the latest MAUI version. **Environment:** - MAUI 7.0.81 SR4 - iOS 16.4.1 **How to reproduce:** - Clone https://github.com/jbe2277/waf - Open src\NewsReader\NewsReader.sln - Start on...