microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 153 forks source link

Can I build a Menu Action extension using Blazor? #120

Open trevors20 opened 1 year ago

trevors20 commented 1 year ago

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

MaciekWin3 commented 10 months ago

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!