You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My windows Form application is using .NET 9.0
Application can open these dialogs provided by System.Windows.Forms
Once Newtonsoft.Json is added to the project, the application will crash trying to open the dialogs. This behavior will happen even if I'm not using the Newtonsoft.Json library anywhere in my program. Just having it installed into the project is enough to break the dialogs.
The text was updated successfully, but these errors were encountered:
My windows Form application is using .NET 9.0
Application can open these dialogs provided by System.Windows.Forms
Once Newtonsoft.Json is added to the project, the application will crash trying to open the dialogs. This behavior will happen even if I'm not using the Newtonsoft.Json library anywhere in my program. Just having it installed into the project is enough to break the dialogs.
The text was updated successfully, but these errors were encountered: