ekjuanrejon

Results 25 comments of ekjuanrejon

I upgrade my xamarin project to 3.1.1 and I still have the issue. I have to downgrade to 2.6.1

i have the same error. works in windows but not inside a docker container `System.TypeInitializationException: The type initializer for 'SkiaSharp.SKAbstractManagedWStream' threw an exception.\n ---> System.DllNotFoundException: Unable to load shared library...

i added the following nupkg to docker and the pdf gets generated but is empty... ` ` let me try adding that other nupkg @MarcinZiabek

I tried the other nupkg and does not work.. System.TypeInitializationException: The type initializer for 'SkiaSharp.SKAbstractManagedWStream' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'libSkiaSharp' or one of its...

Hello, I added the following to visual studio net6 project... `` and the following to docker ``` RUN sed -i'.bak' 's/$/ contrib/' /etc/apt/sources.list RUN apt-get update; apt-get install -y ttf-mscorefonts-installer...

can preview 6 be used?

@skoruba > Maybe could you please add some checks if data is already existing? That's what the code is doing. checking to see if the client etc.. exist or not......

https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-protected-web-api-verification-scope-app-roles?tabs=aspnetcore This can help you.