From eb6f8aea33a7c7f988d3de721787f4cad60d0ec9 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 13:00:16 +0300 Subject: [PATCH 01/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f78e800..dcbb3b1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repository contains the Outlook-inspired and Stock Market Trader demo appli ### Stock Market Trader Demo -Open the following project in Visual Studio to see this demo: +Open the following project in Visual Studio to see this demo : `\StockMarketTraderApp\Devexpress.StockMarketTrader.csproj` From 45697716afe63838c308bc7497d79b38f5c8a485 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 13:34:42 +0300 Subject: [PATCH 02/15] Update README.md --- README.md | 44 ++++++++++++++------------------------------ 1 file changed, 14 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index dcbb3b1..468083c 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,25 @@ # .Net Core 3 WinForms Demos -This repository contains the Outlook-inspired and Stock Market Trader demo applications that support .Net Core 3. +This repository contains the demo applications that target .Net Core 3: Outlook-inspired and Stock Market Trader ## System requirements -1. **Visual Studio 2019 Preview 1** or **Visual Studio 2017 Update 15.8** with the following options installed: +- **Visual Studio 2019** with the **'.NET desktop development' workload** installed: - 1. **.NET Framework 4.7.2 development tools** - - 1. **.NET Core 2.1 development tools** - -1. [.NET Core 3 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.0) +- [.NET Core 3 SDK Preview 5 or more recent](https://dotnet.microsoft.com/download/dotnet-core/3.0) ## How to run the demos - -### Stock Market Trader Demo - -Open the following project in Visual Studio to see this demo : - -`\StockMarketTraderApp\Devexpress.StockMarketTrader.csproj` - -To run the demo in the console, navigate to the project's folder (`\StockMarketTraderApp\`) and call the following command: - -`dotnet run Devexpress.StockMarketTrader` - -### Outlook-inspired Demo - -To run this demo, open the solution in Visual Studio and build the solution. - -`\OutlookInspiredApp\DevExpress.OutlookInspiredApp.sln` - -To build the demo in the console, navigate to the solution's folder (`\OutlookInspiredApp`) and call the following command: - -`dotnet build DevExpress.OutlookInspiredApp.sln` - -Navigate to the `bin` folder and run the demo (`.\DevExpress.OutlookInspiredApp.Win.exe`). + +Open the solution in Visual Studio. +Before you build the solution, ensure the 'Use previews of the .NET Core SDK' option is enabled (Tools->Options->Project and Solutions->.NET Core). + +If you download the solution as a .zip file, you may encounter the following error: + +MSB3821 Couldn't process file Modules\* * .resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files. + +See the following link to learn how to resolve this issue: +https://developercommunity.visualstudio.com/content/problem/291761/couldnt-process-file-abcresx-due-to-its-being-in-t.html ## How to integrate DevExpress WinForms Controls into a .NET Core 3 application @@ -56,4 +40,4 @@ You can provide feedback via [DevExpress Support Center](https://www.devexpress. ## See Also -See the [.NET Core 3.0 Windows Forms Samples](https://github.com/dotnet/samples/tree/master/windowsforms) repository for more examples. +[.NET Core 3.0 Windows Forms Samples](https://github.com/dotnet/samples/tree/master/windowsforms) From 36c2a6c2b54b6f285208b44ccc82311ee4151403 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 13:39:51 +0300 Subject: [PATCH 03/15] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 468083c..1f67ae6 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,19 @@ This repository contains the demo applications that target .Net Core 3: Outlook- -## How to run the demos +## Run the demos Open the solution in Visual Studio. Before you build the solution, ensure the 'Use previews of the .NET Core SDK' option is enabled (Tools->Options->Project and Solutions->.NET Core). If you download the solution as a .zip file, you may encounter the following error: -MSB3821 Couldn't process file Modules\* * .resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files. +`MSB3821 Couldn't process file Modules\* * .resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` See the following link to learn how to resolve this issue: https://developercommunity.visualstudio.com/content/problem/291761/couldnt-process-file-abcresx-due-to-its-being-in-t.html -## How to integrate DevExpress WinForms Controls into a .NET Core 3 application +## Integrate DevExpress WinForms Controls into a .NET Core 3 application You need DevExpress NuGet packages to create a .Net Core 3 project. Follow the steps below to add packages to a solution: From 1608256048a38bf9f2b06350f28c64d006ff01d4 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 13:49:41 +0300 Subject: [PATCH 04/15] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f67ae6..d6feef8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # .Net Core 3 WinForms Demos -This repository contains the demo applications that target .Net Core 3: Outlook-inspired and Stock Market Trader +This repository contains the DevExpress demo applications that target .Net Core 3: +- Outlook-inspired +- Stock Market Trader. ## System requirements - **Visual Studio 2019** with the **'.NET desktop development' workload** installed: @@ -12,11 +14,11 @@ This repository contains the demo applications that target .Net Core 3: Outlook- ## Run the demos Open the solution in Visual Studio. -Before you build the solution, ensure the 'Use previews of the .NET Core SDK' option is enabled (Tools->Options->Project and Solutions->.NET Core). +Before you build the solution, ensure the 'Use previews of the .NET Core SDK' option is enabled (find this option from the Visual Studio main menu: Tools->Options->Project and Solutions->.NET Core). -If you download the solution as a .zip file, you may encounter the following error: +If you download the solution as a .zip file, you may encounter the following error when you build the solution: -`MSB3821 Couldn't process file Modules\* * .resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` +`MSB3821 Couldn't process file Modules\`*``*`.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` See the following link to learn how to resolve this issue: https://developercommunity.visualstudio.com/content/problem/291761/couldnt-process-file-abcresx-due-to-its-being-in-t.html From 8d692fce619e0a0021657ea50d7181dfc85b8e53 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 13:51:31 +0300 Subject: [PATCH 05/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6feef8..433bf27 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before you build the solution, ensure the 'Use previews of the .NET Core SDK' op If you download the solution as a .zip file, you may encounter the following error when you build the solution: -`MSB3821 Couldn't process file Modules\`*``*`.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` +`MSB3821 Couldn't process file Modules\`*`*`*.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` See the following link to learn how to resolve this issue: https://developercommunity.visualstudio.com/content/problem/291761/couldnt-process-file-abcresx-due-to-its-being-in-t.html From cb03092c5b49471fbe68205ad14c55b42954c954 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 13:53:22 +0300 Subject: [PATCH 06/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 433bf27..6aa090c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before you build the solution, ensure the 'Use previews of the .NET Core SDK' op If you download the solution as a .zip file, you may encounter the following error when you build the solution: -`MSB3821 Couldn't process file Modules\`*`*`*.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` +`MSB3821 Couldn't process file Modules\\*.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` See the following link to learn how to resolve this issue: https://developercommunity.visualstudio.com/content/problem/291761/couldnt-process-file-abcresx-due-to-its-being-in-t.html From 1162c78e5799063eb4c314c29a2b4126092c5556 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 13:54:16 +0300 Subject: [PATCH 07/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa090c..20d853a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Before you build the solution, ensure the 'Use previews of the .NET Core SDK' op If you download the solution as a .zip file, you may encounter the following error when you build the solution: -`MSB3821 Couldn't process file Modules\\*.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` +`MSB3821 Couldn't process file *.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` See the following link to learn how to resolve this issue: https://developercommunity.visualstudio.com/content/problem/291761/couldnt-process-file-abcresx-due-to-its-being-in-t.html From 7c4415f1d7875ecfb9339158c45ed174d1d353c4 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:00:04 +0300 Subject: [PATCH 08/15] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20d853a..044e7ee 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ This repository contains the DevExpress demo applications that target .Net Core 3: - Outlook-inspired -- Stock Market Trader. +- Stock Market Trader ## System requirements -- **Visual Studio 2019** with the **'.NET desktop development' workload** installed: +- **Visual Studio 2019** with the **.NET desktop development** workload installed: - [.NET Core 3 SDK Preview 5 or more recent](https://dotnet.microsoft.com/download/dotnet-core/3.0) @@ -25,7 +25,7 @@ https://developercommunity.visualstudio.com/content/problem/291761/couldnt-proce ## Integrate DevExpress WinForms Controls into a .NET Core 3 application -You need DevExpress NuGet packages to create a .Net Core 3 project. Follow the steps below to add packages to a solution: +You need the DevExpress NuGet packages to create a .Net Core 3 project. Follow the steps below to add the packages to a solution: 1. Register the DevExpress Early Access feed in Visual Studio's NuGet Package Manager. @@ -34,7 +34,7 @@ You need DevExpress NuGet packages to create a .Net Core 3 project. Follow the s See the [Setup Visual Studio's NuGet Package Manager](https://docs.devexpress.com/GeneralInformation/116698/installation/install-devexpress-controls-using-nuget-packages/setup-visual-studio%27s-nuget-package-manager) topic for more information. -1. Install the **DevExpress.WindowsDesktop.Win** package for .Net Core 3 development. This package provides the DevExpress WinForms components. +1. Install the **DevExpress.WindowsDesktop.Win** package (for .Net Core 3). ## Feedback From ffdb5810fd7f666c1e90bdd84b4dccd1d74364ad Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:02:20 +0300 Subject: [PATCH 09/15] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 044e7ee..9382cc1 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,11 @@ https://developercommunity.visualstudio.com/content/problem/291761/couldnt-proce You need the DevExpress NuGet packages to create a .Net Core 3 project. Follow the steps below to add the packages to a solution: -1. Register the DevExpress Early Access feed in Visual Studio's NuGet Package Manager. +1. [Register](https://docs.devexpress.com/GeneralInformation/116698/installation/install-devexpress-controls-using-nuget-packages/setup-visual-studio%27s-nuget-package-manager) the DevExpress Early Access feed in Visual Studio's NuGet Package Manager. `https://nuget.devexpress.com/early-access/api` - See the [Setup Visual Studio's NuGet Package Manager](https://docs.devexpress.com/GeneralInformation/116698/installation/install-devexpress-controls-using-nuget-packages/setup-visual-studio%27s-nuget-package-manager) topic for more information. - - -1. Install the **DevExpress.WindowsDesktop.Win** package (for .Net Core 3). +2. Install the **DevExpress.WindowsDesktop.Win** package (for .Net Core 3). ## Feedback From 6ee440740abd45d8c056f7dda57ccee1937df1ab Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:07:54 +0300 Subject: [PATCH 10/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9382cc1..0db8930 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repository contains the DevExpress demo applications that target .Net Core Open the solution in Visual Studio. Before you build the solution, ensure the 'Use previews of the .NET Core SDK' option is enabled (find this option from the Visual Studio main menu: Tools->Options->Project and Solutions->.NET Core). -If you download the solution as a .zip file, you may encounter the following error when you build the solution: +If you downloaded the solution as a .zip file, you may encounter the following error when you build the solution: `MSB3821 Couldn't process file *.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` From 836481fa4190090d9440e561b1731483415d71ef Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:11:21 +0300 Subject: [PATCH 11/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db8930..5755ef5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains the DevExpress demo applications that target .Net Core ## Run the demos Open the solution in Visual Studio. -Before you build the solution, ensure the 'Use previews of the .NET Core SDK' option is enabled (find this option from the Visual Studio main menu: Tools->Options->Project and Solutions->.NET Core). +Before you build the solution, ensure that the 'Use previews of the .NET Core SDK' option is enabled (find this option from the Visual Studio main menu: Tools->Options->Project and Solutions->.NET Core). If you downloaded the solution as a .zip file, you may encounter the following error when you build the solution: From 86cc574930c8458e1625c77ee210441118469fa7 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:28:08 +0300 Subject: [PATCH 12/15] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5755ef5..309041f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # .Net Core 3 WinForms Demos This repository contains the DevExpress demo applications that target .Net Core 3: -- Outlook-inspired +- Outlook-inspired App - Stock Market Trader ## System requirements @@ -13,10 +13,10 @@ This repository contains the DevExpress demo applications that target .Net Core ## Run the demos -Open the solution in Visual Studio. +Open a solution in Visual Studio. Before you build the solution, ensure that the 'Use previews of the .NET Core SDK' option is enabled (find this option from the Visual Studio main menu: Tools->Options->Project and Solutions->.NET Core). -If you downloaded the solution as a .zip file, you may encounter the following error when you build the solution: +If you downloaded the solutions as a .zip file, you may encounter the following error when you build the solution: `MSB3821 Couldn't process file *.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.` From 92db98b3f2e77a6c88ed1bf9dcaa8a2d37849ec2 Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:28:39 +0300 Subject: [PATCH 13/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309041f..59348d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the DevExpress demo applications that target .Net Core - Stock Market Trader ## System requirements -- **Visual Studio 2019** with the **.NET desktop development** workload installed: +- **Visual Studio 2019** with the **.NET desktop development** workload installed - [.NET Core 3 SDK Preview 5 or more recent](https://dotnet.microsoft.com/download/dotnet-core/3.0) From a9c6fa0501dff0ab88fdb6603f230823361b9c0e Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:29:20 +0300 Subject: [PATCH 14/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59348d9..2e53598 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains the DevExpress demo applications that target .Net Core ## Run the demos Open a solution in Visual Studio. -Before you build the solution, ensure that the 'Use previews of the .NET Core SDK' option is enabled (find this option from the Visual Studio main menu: Tools->Options->Project and Solutions->.NET Core). +Before you build the solution, ensure that the 'Use previews of the .NET Core SDK' option is enabled (find this setting from the Visual Studio main menu: Tools->Options->Project and Solutions->.NET Core). If you downloaded the solutions as a .zip file, you may encounter the following error when you build the solution: From 9cb2282c8ffbbc5083a8dda972a54c9b93e2cf5e Mon Sep 17 00:00:00 2001 From: alexey-zolotarev <49529471+alexey-zolotarev@users.noreply.github.com> Date: Mon, 13 May 2019 14:34:28 +0300 Subject: [PATCH 15/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e53598..07f8235 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# .Net Core 3 WinForms Demos +# .Net Core 3 DevExpress WinForms Demos This repository contains the DevExpress demo applications that target .Net Core 3: - Outlook-inspired App