diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index bd50b24..cd8601a 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -2,6 +2,6 @@ "ExpandedNodes": [ "" ], - "SelectedNode": "\\02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md", + "SelectedNode": "\\01.-Roadmap-and-Milestones-for-future-releases.md", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/eShopOnContainers.wiki/v15/.suo b/.vs/eShopOnContainers.wiki/v15/.suo index 877b323..ff40e38 100644 Binary files a/.vs/eShopOnContainers.wiki/v15/.suo and b/.vs/eShopOnContainers.wiki/v15/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 0a46776..6cffbfa 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/01.-Roadmap-and-Milestones-for-future-releases.md b/01.-Roadmap-and-Milestones-for-future-releases.md index 8a2313a..7696123 100644 --- a/01.-Roadmap-and-Milestones-for-future-releases.md +++ b/01.-Roadmap-and-Milestones-for-future-releases.md @@ -122,5 +122,10 @@ References on Composite UI with microservices: Managing Frontend in the Microservices Architecture http://allegro.tech/2016/03/Managing-Frontend-in-the-microservices-architecture.html + + +## Sending feedback and pull requests +We'd appreciate to your feedback, improvements and ideas. +You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index 77ebf64..10423f1 100644 --- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -208,6 +208,9 @@ By default, the Xamarin app shows fake data from mock-services. In order to real - Another alternative is to change that IP through the app UI, by modifying the IP address in the Settings page of the App as shown in the screenshot below. - In addition, you need to make sure that the used TCP ports of the services are open in the local firewall. +## Sending feedback and pull requests +We'd appreciate to your feedback, improvements and ideas. +You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 5089cfb..f365726 100644 --- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -222,5 +222,8 @@ By default, the Xamarin app shows fake data from mock-services. In order to real - Disable mock-services in the Xamarin app by setting the UseMockServices = false in the App.xaml.cs and specify the host IP in BaseEndpoint = "http://10.106.144.28" at the GlobalSettings.cs. Both files in the Xamarin.Forms project (PCL). - Another alternative is to change that IP through the app UI, by modifying the IP address in the Settings page of the App as shown in the screenshot below. - In addition, you need to make sure that the used TCP ports of the services are open in the local firewall. +

- +## Sending feedback and pull requests +We'd appreciate to your feedback, improvements and ideas. +You can create new issues at the issues section, do pull requests and/or send emails to eshop_feedback@service.microsoft.com