microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I build a Menu Action extension using Blazor?

trevors20 opened this issue · comments

There has been much discussion about using Blazor in Menu Actions, etc. But, no definitive answer from Microsoft whether

AzureDevops supports Blazor for building extensions. Especially Menu Actions.

Does anyone know the definitive answer whether this is possible or not?

If it is possible, what would be the setting in the Menu Action json file to tell the backend Azure Devops to use Blazor and it will run it correctly?

Thanks for any help!

References:
https://developercommunity.visualstudio.com/t/Building-Blazor-DevOps-extensions/704085?space=21&q=Blazor&entry=suggestion
https://developercommunity.visualstudio.com/t/support-azure-devops-blazor-extensions/1521647

Hi @trevors20, if you are still interested in creating an Azure DevOps extension, please check out my project: https://github.com/MaciekWin3/azure-devops-blazor-extension. I hope you find it appealing!