The library seems to be not maintained any more => https://github.com/BradleyDHobbs/Xamarin.CropView We need to find a replacement of this library for Xamarin.Forms. We are open to suggestions for image cropper libraries!
While we implement a solution you can check out this https://github.com/luberda-molinet/FFImageLoading
We have reproduced the problem and fixed the issue 👍
just put a App_offline.htm
in the root folder of your web folder.
IIS will automatically take site down.
when you finish publishing, delete the App_offline.htm
for more info read Taking Web Applications Offline with Web Deploy
hi,
There's no offline feature on the Xamarin roadmap.
This has been fixed!
I'll check it.
To be able to bypass license validation, you need to set the environment variable ASPNETCORE_ENVIRONMENT = Production
ENV ASPNETCORE_ENVIRONMENT Development
It throws the below exception when run in Docker
ABP-LIC-0008 - License check failed for 'Volo.Abp.Identity.Pro.HttpApi-v2.1.1.0'. You need to log in using the command `abp login <username>`. For more information, contact to [email protected].
hi,
AppContext is located here. It uses a lazy resolve, means it's being resolved for the initial access.
In AppContext there's a resolve method.
Locate a breakpoint here to see if it's being resolved. I guess it doesn't resolve none of your dependencies. (Maybe UWP doesn't work well with Castle Windsor
.)
One other crutial point is every new project must have an AbpModule to resolve dependencies. See Module System for AspNet Boilerplate.
hi,
did you see https://support.aspnetzero.com/QA/Questions/6273