Tim Bakker

Results 4 comments of Tim Bakker

This issue is still in the .NET Core designer. With .Net Framework it's fixed. Is there an ETA on this?

Workaround that seems to work: ``` public abstract class GenericForm : Form where TViewModel : class { protected GenericForm() { InitializeComponent(); } public GenericForm(TViewModel viewModel) { InitializeComponent(); ViewModel = viewModel;...

Yes i found out that the error message level was "Pedantic". Setting back to normal fixed the issue. However, i fixed the error by adding .ToUpper() at the file creating...

I just created a Pull Request! I'm not sure what the correct versionnumbering is. Also fixed another error about KeyPaths