- This sample was created from .NET Aspire Starter and sample from Blazor Webassembly Excel add-in.
- Blazor Web App Call web API (Weather) sample app was used to consume data from server API.
- The default web frontend is kept for reference.
- Keep only the
https
profile. - Add a new Blazor Web Application for the Excel Add-in.
- Use .NET 8 preview. Aspire does not support .NET 9 as of May 2024. See dotnet/aspire#1951 and dotnet/aspire#2186.
- Ugly hack in the code because of unfixed bug in Office JS. See this issue.-