From f5490b6e7f989a1738af2b5e88727d0088bb4351 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Fri, 16 Nov 2018 17:59:47 -0800 Subject: [PATCH 01/13] Update README.md Started adding info --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b63a6fb4a32..5ac8a9e3b4e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,25 @@ # Windows Presentation Framework (WPF) +This repo contains the open-source components of Windows Presentation Foundation (WPF) that run on top of .NET Core 3. This is based on, but separate from, the version of WPF that is supported in the Windows Desktop .NET Framework. + +Currently, only a subset of the full WPF Frameworks is available as open-source; more code will be pushed to the repo over the coming months. + +# Using the code +To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are document on MSDN **Get best URL**. + +# How to build the code +Currently, this repo only contains the `System.XAML` assembly and is not sufficient to build a complete version of WPF. + +**Can you do anything useful with it?** + +# Contribution guidelines +We are not accepting pull requests to WPF for this Preview release; we will udpate this section with contribution guidelines as we move closer to an initial full release of the code. + +If you have a feedback (bug, suggestion, etc.) *specifically* about WPF on .NET Core 3, please [open a new issue here](issues/). If you have more general feedback about .NET Core 3, please use the [dotnet/core](/dotnet/core) repo. + +# Code of conduct +The WPF repo follows the [.NET Foundation Code of Condut](http://www.dotnetfoundation.org/code-of-conduct). + + -For now, this is just building a simple Hello World project :) [![Build Status](https://dnceng.visualstudio.com/internal/_apis/build/status/dotnet.wpf)](https://dnceng.visualstudio.com/internal/_build/latest?definitionId=234) From ecac40234a6326acc061f1e8a6b1a5e24b2ebfd8 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Fri, 16 Nov 2018 18:01:26 -0800 Subject: [PATCH 02/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ac8a9e3b4e..9359b4757a5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Currently, this repo only contains the `System.XAML` assembly and is not suffici # Contribution guidelines We are not accepting pull requests to WPF for this Preview release; we will udpate this section with contribution guidelines as we move closer to an initial full release of the code. -If you have a feedback (bug, suggestion, etc.) *specifically* about WPF on .NET Core 3, please [open a new issue here](issues/). If you have more general feedback about .NET Core 3, please use the [dotnet/core](/dotnet/core) repo. +If you have a feedback (bug, suggestion, etc.) *specifically* about WPF on .NET Core 3, please [open a new issue here](https://github.com/dotnet/wpf/issues/). If you have more general feedback about .NET Core 3, please use the [dotnet/core](https://github.com/dotnet/core) repo. # Code of conduct The WPF repo follows the [.NET Foundation Code of Condut](http://www.dotnetfoundation.org/code-of-conduct). From f61a31369bac0f304dd6612b211a9ffcf40d76ed Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Mon, 19 Nov 2018 15:53:40 -0800 Subject: [PATCH 03/13] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9359b4757a5..7264bb80bd2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # Windows Presentation Framework (WPF) This repo contains the open-source components of Windows Presentation Foundation (WPF) that run on top of .NET Core 3. This is based on, but separate from, the version of WPF that is supported in the Windows Desktop .NET Framework. -Currently, only a subset of the full WPF Frameworks is available as open-source; more code will be pushed to the repo over the coming months. +Currently, only a subset of the full WPF Framework is available as open-source (`System.Xaml` and related tests); more code will be pushed to the repo over the coming months. # Using the code -To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are document on MSDN **Get best URL**. +To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are documented on MSDN in the [.NET API Browser)[https://docs.microsoft.com/en-us/dotnet/api/?view=netstandard-2.0] (*note that this URL doesn't exist yet - I assume 3.0 will come online soon?*). + +All WPF features are available on .NET Core 3, but some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info # How to build the code -Currently, this repo only contains the `System.XAML` assembly and is not sufficient to build a complete version of WPF. +Currently, this repo only contains the `System.XAML` assembly and its related tests. It is not sufficient to build a complete version of WPF. **Can you do anything useful with it?** @@ -19,7 +21,4 @@ If you have a feedback (bug, suggestion, etc.) *specifically* about WPF on .NET # Code of conduct The WPF repo follows the [.NET Foundation Code of Condut](http://www.dotnetfoundation.org/code-of-conduct). - - - [![Build Status](https://dnceng.visualstudio.com/internal/_apis/build/status/dotnet.wpf)](https://dnceng.visualstudio.com/internal/_build/latest?definitionId=234) From 7fa9f68f81be12b6d5e0257d287670221b6ab4d6 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Mon, 19 Nov 2018 15:54:09 -0800 Subject: [PATCH 04/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7264bb80bd2..6b317706546 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo contains the open-source components of Windows Presentation Foundation Currently, only a subset of the full WPF Framework is available as open-source (`System.Xaml` and related tests); more code will be pushed to the repo over the coming months. # Using the code -To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are documented on MSDN in the [.NET API Browser)[https://docs.microsoft.com/en-us/dotnet/api/?view=netstandard-2.0] (*note that this URL doesn't exist yet - I assume 3.0 will come online soon?*). +To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are documented on MSDN in the [.NET API Browser](https://docs.microsoft.com/en-us/dotnet/api/?view=netstandard-2.0) (*note that this URL doesn't exist yet - I assume 3.0 will come online soon?*). All WPF features are available on .NET Core 3, but some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info From e39832cacbb46f7717fe3a3471c3124eb5c9ce16 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 20 Nov 2018 09:52:46 -0800 Subject: [PATCH 05/13] Update README.md Added known issue for vcruntime and designer support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b317706546..3ff4e61601d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ To get started use WPF on .NET Core 3, follow the [Getting Started instructions] All WPF features are available on .NET Core 3, but some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info +# Known issues +* WPF relies on the VCRuntime redistributable package. For this initial release, you will need to install the VCRuntime redistributable on any machines where you want WPF applications to run. You can [follow this issue in /dotnet/core-setup](https://github.com/dotnet/core-sdk/issues/160#issuecomment-440103176) for more information. +* There is currently no XAML Designer support for WPF on .NET Core. If you wantto use the XAML Designer, you will need to do that in the context of a .NET Framework (Desktop) project. + # How to build the code Currently, this repo only contains the `System.XAML` assembly and its related tests. It is not sufficient to build a complete version of WPF. From e07b445147f2d5edc0577734c453364737e89f9d Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 20 Nov 2018 10:15:03 -0800 Subject: [PATCH 06/13] Update README.md Added info on building and cleaned up contributions section --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ff4e61601d..34646f023d8 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,24 @@ All WPF features are available on .NET Core 3, but some .NET Framework features * There is currently no XAML Designer support for WPF on .NET Core. If you wantto use the XAML Designer, you will need to do that in the context of a .NET Framework (Desktop) project. # How to build the code -Currently, this repo only contains the `System.XAML` assembly and its related tests. It is not sufficient to build a complete version of WPF. +Currently, this repo only contains the `System.Xaml` assembly and its related tests. It is not sufficient to build a complete version of WPF, but you can rebuild `System.Xaml.dll` and run the associated tests. -**Can you do anything useful with it?** +## To build `System.Xaml` + +* In the root of your repo, run `build` (or `build -verbose` for logs). + +## To run the tests + +* In the root of your repo, run `test` or open the solution file `src\Microsoft.DotNet.Wpf\test\DRT\DrtXaml.sln` ("DRT" is an internal name used for unit tests). # Contribution guidelines -We are not accepting pull requests to WPF for this Preview release; we will udpate this section with contribution guidelines as we move closer to an initial full release of the code. +## Issues +* If you have feedback (bug report, feature suggestion, etc.) *specifically* about WPF on .NET Core 3, please [open a new issue here](https://github.com/dotnet/wpf/issues/). +* If you have more general feedback about .NET Core 3, please use the [dotnet/core](https://github.com/dotnet/core) repo. +* If you have feedback about WPF on the Desktop Framework, please report it using the Feedback Hub on Windows 10 (Category: *Developer Platfornm*, sub-category *UI frameworks and controls* and make it clear your feedback is for WPF, not UWP XAML). -If you have a feedback (bug, suggestion, etc.) *specifically* about WPF on .NET Core 3, please [open a new issue here](https://github.com/dotnet/wpf/issues/). If you have more general feedback about .NET Core 3, please use the [dotnet/core](https://github.com/dotnet/core) repo. +## Code +We are not accepting pull requests to WPF at this time; we will udpate this section with contribution guidelines as we move closer to an initial full release of the code. # Code of conduct The WPF repo follows the [.NET Foundation Code of Condut](http://www.dotnetfoundation.org/code-of-conduct). From 996b7d50fe470eb38f616617f25c4cd533256017 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 20 Nov 2018 11:58:19 -0800 Subject: [PATCH 07/13] Update README.md Updated docs info / links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34646f023d8..d5900b8efee 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ This repo contains the open-source components of Windows Presentation Foundation Currently, only a subset of the full WPF Framework is available as open-source (`System.Xaml` and related tests); more code will be pushed to the repo over the coming months. # Using the code -To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are documented on MSDN in the [.NET API Browser](https://docs.microsoft.com/en-us/dotnet/api/?view=netstandard-2.0) (*note that this URL doesn't exist yet - I assume 3.0 will come online soon?*). +To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are documented on MSDN in the [.NET API Browser](https://docs.microsoft.com/en-us/dotnet/api/?view=netstandard-2.0). -All WPF features are available on .NET Core 3, but some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info +> note that this URL doesn't exist yet - I assume 3.0 will come online soon? + +Most of the [conceptual documentation for WPF on Desktop](https://docs.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf?view=vs-2017) applies equally well to WPF on .NET Core 3. The main differences are around project structure and lack of Designer support (see **Known issues**, below). All WPF features are available on .NET Core 3, but some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info # Known issues * WPF relies on the VCRuntime redistributable package. For this initial release, you will need to install the VCRuntime redistributable on any machines where you want WPF applications to run. You can [follow this issue in /dotnet/core-setup](https://github.com/dotnet/core-sdk/issues/160#issuecomment-440103176) for more information. From cada5be89c9336c2cda31cc6c2fab7cdf9efd8b5 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 20 Nov 2018 12:43:44 -0800 Subject: [PATCH 08/13] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5900b8efee..dfb452c5b42 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ This repo contains the open-source components of Windows Presentation Foundation Currently, only a subset of the full WPF Framework is available as open-source (`System.Xaml` and related tests); more code will be pushed to the repo over the coming months. # Using the code -To get started use WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are documented on MSDN in the [.NET API Browser](https://docs.microsoft.com/en-us/dotnet/api/?view=netstandard-2.0). +To get started using WPF on .NET Core 3, follow the [Getting Started instructions](https://github.com/dotnet/samples/tree/master/wpf). The WPF APIs are documented on MSDN in the [.NET API Browser](https://docs.microsoft.com/en-us/dotnet/api/?view=netstandard-2.0). > note that this URL doesn't exist yet - I assume 3.0 will come online soon? -Most of the [conceptual documentation for WPF on Desktop](https://docs.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf?view=vs-2017) applies equally well to WPF on .NET Core 3. The main differences are around project structure and lack of Designer support (see **Known issues**, below). All WPF features are available on .NET Core 3, but some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info +Most of the [conceptual documentation for WPF on Desktop](https://docs.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf?view=vs-2017) applies equally well to WPF on .NET Core 3. The main differences are around project structure and lack of Designer support (see **Known issues**, below). There are also some WPF features, such as [XAML Browser applications (XBAPs)](https://docs.microsoft.com/en-us/dotnet/framework/wpf/app-development/wpf-xaml-browser-applications-overview) that are not supported on .NET Core 3. A full list of supported / unsupported features will be available in a future update. Additionally, some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info # Known issues -* WPF relies on the VCRuntime redistributable package. For this initial release, you will need to install the VCRuntime redistributable on any machines where you want WPF applications to run. You can [follow this issue in /dotnet/core-setup](https://github.com/dotnet/core-sdk/issues/160#issuecomment-440103176) for more information. -* There is currently no XAML Designer support for WPF on .NET Core. If you wantto use the XAML Designer, you will need to do that in the context of a .NET Framework (Desktop) project. +* WPF relies on the VCRuntime redistributable package. For this initial release, you will need to install the VCRuntime redistributable on any machines where you want WPF applications to run. See the Visual C++ section of [the Visual Studio 2017 redistributable files list](https://docs.microsoft.com/en-us/visualstudio/productinfo/2017-redistribution-vs#VisualStudio) for more information. You can also [follow this issue in /dotnet/core-setup](https://github.com/dotnet/core-sdk/issues/160#issuecomment-440103176) for future updates. +* There is currently no XAML Designer support for WPF on .NET Core. If you want to use the XAML Designer, you will need to do that in the context of a .NET Framework (Desktop) project. # How to build the code Currently, this repo only contains the `System.Xaml` assembly and its related tests. It is not sufficient to build a complete version of WPF, but you can rebuild `System.Xaml.dll` and run the associated tests. From d06c6da1d0495fc2597ea5b4a05d3dc52ea6dc6d Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 20 Nov 2018 12:51:14 -0800 Subject: [PATCH 09/13] Update README.md Update based on review feedback --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb452c5b42..4d6a5b4b870 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ To get started using WPF on .NET Core 3, follow the [Getting Started instruction > note that this URL doesn't exist yet - I assume 3.0 will come online soon? -Most of the [conceptual documentation for WPF on Desktop](https://docs.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf?view=vs-2017) applies equally well to WPF on .NET Core 3. The main differences are around project structure and lack of Designer support (see **Known issues**, below). There are also some WPF features, such as [XAML Browser applications (XBAPs)](https://docs.microsoft.com/en-us/dotnet/framework/wpf/app-development/wpf-xaml-browser-applications-overview) that are not supported on .NET Core 3. A full list of supported / unsupported features will be available in a future update. Additionally, some .NET Framework features (such as remoting or AppDomains) are not supported. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info +Most of the [conceptual documentation for WPF on Desktop](https://docs.microsoft.com/en-us/visualstudio/designers/getting-started-with-wpf?view=vs-2017) applies equally well to WPF on .NET Core 3. The main differences are around project structure and lack of Designer support (see **Known issues**, below). There are also some WPF features, such as [XAML Browser applications (XBAPs)](https://docs.microsoft.com/en-us/dotnet/framework/wpf/app-development/wpf-xaml-browser-applications-overview) that are not supported on .NET Core 3. A full list of supported / unsupported features will be available in a future update. + +Additionally, some .NET Framework features (such as partial-trust applications, speech, remoting, and AppDomains) are not supported at this time on .NET Core. See [**insert some link to .NET Core docs**](http://msdn.microsoft.com) for more info. # Known issues * WPF relies on the VCRuntime redistributable package. For this initial release, you will need to install the VCRuntime redistributable on any machines where you want WPF applications to run. See the Visual C++ section of [the Visual Studio 2017 redistributable files list](https://docs.microsoft.com/en-us/visualstudio/productinfo/2017-redistribution-vs#VisualStudio) for more information. You can also [follow this issue in /dotnet/core-setup](https://github.com/dotnet/core-sdk/issues/160#issuecomment-440103176) for future updates. @@ -23,7 +25,7 @@ Currently, this repo only contains the `System.Xaml` assembly and its related te ## To run the tests -* In the root of your repo, run `test` or open the solution file `src\Microsoft.DotNet.Wpf\test\DRT\DrtXaml.sln` ("DRT" is an internal name used for unit tests). +* In the root of your repo, run `test` or open the solution file `src\Microsoft.DotNet.Wpf\test\DRT\DrtXaml.sln` ("DRT" is an internal name used for unit tests). Note that this will test the version of `System.Xaml.dll` currently installed in your shared framework; if you rebuild `System.Xaml.dll` and want to test your changes, you will need to replace the current DLL with your own (be sure to make a backup first). # Contribution guidelines ## Issues From aa12668ba2fa3b4a2b1375b0d0db1b21b2a4ed6f Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Tue, 20 Nov 2018 16:21:19 -0800 Subject: [PATCH 10/13] Update README.md Co-Authored-By: ptorr-msft --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d6a5b4b870..154bdb4ca6d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Currently, this repo only contains the `System.Xaml` assembly and its related te * If you have feedback about WPF on the Desktop Framework, please report it using the Feedback Hub on Windows 10 (Category: *Developer Platfornm*, sub-category *UI frameworks and controls* and make it clear your feedback is for WPF, not UWP XAML). ## Code -We are not accepting pull requests to WPF at this time; we will udpate this section with contribution guidelines as we move closer to an initial full release of the code. +We are not accepting pull requests to WPF at this time; we will update this section with contribution guidelines as we move closer to an initial full release of the code. # Code of conduct The WPF repo follows the [.NET Foundation Code of Condut](http://www.dotnetfoundation.org/code-of-conduct). From 390657f1dec8beb6404847a46dacb415c7d85b7c Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 20 Nov 2018 16:26:32 -0800 Subject: [PATCH 11/13] Update README.md Added more wording to Code contributions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 154bdb4ca6d..1acd14c3a02 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Currently, this repo only contains the `System.Xaml` assembly and its related te * If you have feedback about WPF on the Desktop Framework, please report it using the Feedback Hub on Windows 10 (Category: *Developer Platfornm*, sub-category *UI frameworks and controls* and make it clear your feedback is for WPF, not UWP XAML). ## Code -We are not accepting pull requests to WPF at this time; we will update this section with contribution guidelines as we move closer to an initial full release of the code. +We are not accepting pull requests to WPF at this time; we will update this section with contribution guidelines as we move closer to an initial full release of the code. In the meantime, if you have any suggestions for changes to WPF please [open an issue](https://github.com/dotnet/wpf/issues/) where we can discuss potential future updates. # Code of conduct The WPF repo follows the [.NET Foundation Code of Condut](http://www.dotnetfoundation.org/code-of-conduct). From 66b070aee895ab8c55359380735a1dd43790e4c9 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 27 Nov 2018 09:55:02 -0800 Subject: [PATCH 12/13] Update README.md Few minor updates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1acd14c3a02..f1a4b65362b 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,16 @@ Currently, this repo only contains the `System.Xaml` assembly and its related te ## To run the tests -* In the root of your repo, run `test` or open the solution file `src\Microsoft.DotNet.Wpf\test\DRT\DrtXaml.sln` ("DRT" is an internal name used for unit tests). Note that this will test the version of `System.Xaml.dll` currently installed in your shared framework; if you rebuild `System.Xaml.dll` and want to test your changes, you will need to replace the current DLL with your own (be sure to make a backup first). +* In the root of your repo, run `test` or open the solution file `src\Microsoft.DotNet.Wpf\test\DRT\DrtXaml.sln` ("DRT" is an internal name used for unit tests). *Note that this will test the version of `System.Xaml.dll` currently installed in your shared framework;* if you rebuild `System.Xaml.dll` and want to test your changes, you will need to replace the current DLL with your own (be sure to make a backup first). # Contribution guidelines ## Issues * If you have feedback (bug report, feature suggestion, etc.) *specifically* about WPF on .NET Core 3, please [open a new issue here](https://github.com/dotnet/wpf/issues/). * If you have more general feedback about .NET Core 3, please use the [dotnet/core](https://github.com/dotnet/core) repo. -* If you have feedback about WPF on the Desktop Framework, please report it using the Feedback Hub on Windows 10 (Category: *Developer Platfornm*, sub-category *UI frameworks and controls* and make it clear your feedback is for WPF, not UWP XAML). +* If you have feedback about WPF on the Desktop Framework, please report it using the Feedback Hub on Windows 10 (Category: *Developer Platfornm*, sub-category *UI frameworks and controls* and make it clear your feedback is for WPF, not WinUI XAML). ## Code -We are not accepting pull requests to WPF at this time; we will update this section with contribution guidelines as we move closer to an initial full release of the code. In the meantime, if you have any suggestions for changes to WPF please [open an issue](https://github.com/dotnet/wpf/issues/) where we can discuss potential future updates. +We will not be merging any pull requests to WPF at this time; we will update this section with contribution guidelines as we move closer to an initial full release of the code. In the meantime, if you have any suggestions for changes to WPF please [open an issue](https://github.com/dotnet/wpf/issues/) where we can discuss potential future updates. # Code of conduct The WPF repo follows the [.NET Foundation Code of Condut](http://www.dotnetfoundation.org/code-of-conduct). From da8b617a3bc67b78cea6ca225d0c66837ff537e4 Mon Sep 17 00:00:00 2001 From: "Peter Torr (MSFT)" Date: Tue, 27 Nov 2018 10:35:36 -0800 Subject: [PATCH 13/13] Update README.md Tweaked wording for designer. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1a4b65362b..fa2c5858a32 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Additionally, some .NET Framework features (such as partial-trust applications, # Known issues * WPF relies on the VCRuntime redistributable package. For this initial release, you will need to install the VCRuntime redistributable on any machines where you want WPF applications to run. See the Visual C++ section of [the Visual Studio 2017 redistributable files list](https://docs.microsoft.com/en-us/visualstudio/productinfo/2017-redistribution-vs#VisualStudio) for more information. You can also [follow this issue in /dotnet/core-setup](https://github.com/dotnet/core-sdk/issues/160#issuecomment-440103176) for future updates. -* There is currently no XAML Designer support for WPF on .NET Core. If you want to use the XAML Designer, you will need to do that in the context of a .NET Framework (Desktop) project. +* There is currently no XAML Designer support for WPF on .NET Core. If you want to use the XAML Designer, you will need to do that in the context of a .NET Framework (Desktop) project, eg by "linking" the .NET Core files into a .NET Framework project. # How to build the code Currently, this repo only contains the `System.Xaml` assembly and its related tests. It is not sufficient to build a complete version of WPF, but you can rebuild `System.Xaml.dll` and run the associated tests.