C# Edit and Continue: Erro 4030
Modificar o inicializador de um ' [campo | evento | constante | enum membro]' em um tipo genérico impedirá a sessão de depuração continue enquanto Edit and Continue estiver habilitada
Este erro indica que você tentou modificar um inicializador de um tipo genérico. Edit and Continue não oferece suporte a esse tipo de alteração durante a depuração.
To correct this error
Undo the changes, and then continue debugging without the changes.
—or—
On the Debug menu, click Stop Debugging, then make the changes, and start a new debugging session.
Consulte também
Referência
Generic Type Parameters (C# Programming Guide)
Alterações de código suportadas (C#)
Edição e continuação (Visual C#)