Thomas Purrer

Results 10 comments of Thomas Purrer

> I found this error when I added full-text search to my container. How did you add the full-text feature to your container? I am using image "microsoft/mssql-server-windows-developer" and this...

I created a fork a while ago. Maybe this helps you: https://github.com/pulla2908/docker-mssql-server-windows-developer-fti

@JesseKPhillips I immediately moved to 2019 because I wanted to have the latest version. Then I modified the setup to get full text index feature. Maybe this issue is connected...

@raviumishra don't know why it is not working for you but in case SQL Server 2017 is also an option for you then you can use my docker definition which...

@raviumishra About express edition I have no idea. A while ago I was searching for _box_ and _env_ download URLs in order to move from SQL Server 2017 (Developer) to...

Hi @amvin87, thx for feedback. Would be very great if you could get this updated. Can you maybe then leave a message here once you updated it? By the way...

I have a possible fix for this. I am creating a PR.

Is this issue now fixed? Any work around?

@leedjones I am one step further! First of all I got the solution from here: [Xamarin Formus](https://forums.xamarin.com/discussion/59144/oxyplot-pie-chart-not-showing-in-ios) This is my setup: On Android it was rendering everytime. On iOS and...

In addition to RELEASE) The compiler does some optimization. Therefore some assemblies are missing. To fix this I did following: ``` var assembliesToInclude = new List { typeof(OxyPlot.Xamarin.Forms.Platform.UWP.PlotViewRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e,...