Eric Brunner
Eric Brunner
Hi @filfreire My screenshot looks totally different. I Imported the swagger.json  Direct HTTP Post Request works as on your side. So there is an issue with OpenAPI Import 
https://codefirstrestapi-docker.azurewebsites.net/swagger/v1/swagger.json
Ok. I just wanted to help. When doing the same Api Import from swagger url in Postman it worked.
Hi Damien, Thanks for your quick reply. Well it was not so easy, To contribute , I summarized what was required to get the sample from your [tutorial ](https://damienbod.com/2016/01/29/asp-net-core-1-0-using-sql-localization/) working...
@damienbod Sure. I put that sample at [https://github.com/ericbrunner/AspNetCoreLocalizationWithMSSQL](https://github.com/ericbrunner/AspNetCoreLocalizationWithMSSQL) The connectionstring is templated: ``` "DbStringLocalizer": { "ConnectionString": "Server=tcp:.database.windows.net,1433;Initial Catalog=;Persist Security Info=False;User ID=;Password=;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;" } ``` I verified that it is working...
What's the status on that issue? Where can the API documentation be found?
++ 1 UP Hey @jfversluis Why is there no response on that issue? We want to keep the Xamarin.Forms architecture as Multi-project solution, even after migration to MAUI.
@jfversluis if it would be that easy I would'nt bother you. I tried CLI ugrade-assistant and converted android, ios and the common xamarin project but did't get it working. Now...
@jfversluis interesting. I have no devices to choose from im visual studio for that (https://github.com/drasticactions/MauiMultiProject). dispite the fact that one real and on emulator device are avialable (see vysor on...
If someone interested, here is an original `Xamarin.Forms `solution and a Migration to a MAUI `Single-Project `and `Multi-Project `Solution: - Xamarin.Forms `Original` Codebase: https://github.com/ericbrunner/TaskyApp.XamarinForms.git - .NET MAUI Migration as `Single-Project`...