Skip to content

Commit

Permalink
Frontend.Maui: workaround for build fail in VS22
Browse files Browse the repository at this point in the history
Workaround for `"RuntimeConfigParserTask" task was not found`
error when building and deploying Android frontend using
Visual Studio 2022.
  • Loading branch information
webwarrior-ws committed Dec 12, 2024
1 parent 6cff6cd commit a522d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GWallet.Frontend.Maui/GWallet.Frontend.Maui.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<CheckEolWorkloads>false</CheckEolWorkloads>
</PropertyGroup>

<!-- workaround for https://github.com/xamarin/xamarin-android/issues/6101 -->
<PropertyGroup>
<GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="WelcomePage.xaml" />
<Compile Include="..\GWallet.Frontend.XF\FrontendHelpers.fs" />
Expand Down

0 comments on commit a522d17

Please sign in to comment.