NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
695 stars 143 forks source link

Remove support for dialogs in OfficeApi library #386

Open jozefizso opened 1 year ago

jozefizso commented 1 year ago

To support .NET 6 the dialogs (built using Windows Forms) must be removed from the OfficeApi library to a new OfficeApi.Extensions library. This separation will also allow for opt-in for the dialogs for solutions which make their own user interface and does not want to use built-in NetOffice dialogs.

jozefizso commented 1 year ago

This was implemented in #360