Open
Description
Hello,
I noticed that you have updated your project to .NET 8. I tested your base project, and it works well.
I am currently starting a Blazor project with the automatic interactive rendering mode. I followed the instructions in the README to make the necessary adjustments. However, when I try to link the manifest to my project, I encounter a client-side debugging error. When I link it to the server-side project, the startup works, but nothing is displayed, and I cannot access the Outlook add-in.
I am wondering if developing an Outlook add-in is compatible with a project using this new interactive rendering mode. It is possible to reproduce this issue using the Blazor Web App example in interactive rendering mode.
thanks in advance,
Activity