NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove support for dialogs in OfficeApi library

jozefizso opened this issue · comments

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.

This was implemented in #360