JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
269 stars 10 forks source link

Add option for disabling FastDev (Fast Deploy) #3

Closed JaneySprings closed 1 year ago

JaneySprings commented 1 year ago

Now you can disable fastDev in csproj by adding property

<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>