BlazorWebAssembly Build is failing continuously
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
We are using github action to deploy blazor webassembly app on Azure static webApp, which was working fine motst of the time, but from today we are getting same error continuously,
**Please build your app locally before publishing. | https://docs.microsoft.com/en-us/azure/app-service/configure-language-dotnetcore?pivots=platform-linux
---End of Oryx build logs---
Oryx has failed to build the solution.**
While my app is building fine, there is no error at all. I have not added any new dependency.
Why it is failing to build the app now?
Here is Error snippet from github action:
`BL0005: Component parameter 'SelectedItems' should not be set outside of its component. [/github/workspace/Client/Client.csproj]
/github/workspace/Client/Pages/VehicleServices/RequestBase.cs(1109,17): warning BL0005: Component parameter 'SelectedItems' should not be set outside of its component. [/github/workspace/Client/Client.csproj]
/github/workspace/Client/Pages/VehicleServices/OtherRequestBase.cs(1113,17): warning BL0005: Component parameter 'SelectedItems' should not be set outside of its component. [/github/workspace/Client/Client.csproj]
/github/workspace/Client/Pages/VehicleServices/SecondRequestBase.cs(1217,9): warning BL0005: Component parameter 'SelectedItems' should not be set outside of its component. [/github/workspace/Client/Client.csproj] | 1 | Please build your app locally before publishing. | https://docs.microsoft.com/en-us/azure/app-service/configure-language-dotnetcore?pivots=platform-linux
---End of Oryx build logs---
Oryx has failed to build the solution.
For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.