Skip to content

Commit c4a164b

Browse files
authored
Merge branch 'main' into feature/use-dllimport-generator
2 parents ea7e817 + 71e324f commit c4a164b

File tree

100 files changed

+4703
-4106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+4703
-4106
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "1.0.0-prerelease.21479.1",
18+
"version": "1.0.0-prerelease.21501.2",
1919
"commands": [
2020
"xharness"
2121
]

docs/workflow/requirements/windows-requirements.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ git config --system core.longpaths true
1919

2020
## Visual Studio
2121

22-
- Install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/). The Community edition is available free of charge.
22+
- Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/). The Community edition is available free of charge.
2323

24-
Visual Studio 2019 installation process:
24+
Visual Studio 2022 installation process:
2525
- It's recommended to use **Workloads** installation approach. The following are the minimum requirements:
2626
- **.NET Desktop Development** with all default components,
2727
- **Desktop Development with C++** with all default components.
2828
- The build tools (CMake, Ninja and Python) can be downloaded and installed separately (see detailed instructions in the [section below](#build-tools)) or by selecting the following **Individual Components**:
2929
- **C++ CMake tools for Windows** (includes Ninja, but might not work on ARM64 machines),
3030
- **Python 3 64-bit** (3.7.4 or newer).
3131
- To build for Arm32 or Arm64, make sure that you have the right architecture-specific compilers installed. In the **Individual components** window, in the **Compilers, build tools, and runtimes** section:
32-
- For Arm32, check the box for **MSVC v142 - VS 2019 C++ ARM build tools (Latest)** (v14.23 or newer),
33-
- For Arm64, check the box for **MSVC v142 - VS 2019 C++ ARM64 build tools (Latest)** (v14.23 or newer).
32+
- For Arm32, check the box for **MSVC v142 - VS 2022 C++ ARM build tools (Latest)** (v14.23 or newer),
33+
- For Arm64, check the box for **MSVC v142 - VS 2022 C++ ARM64 build tools (Latest)** (v14.23 or newer).
3434
- To build the tests, you will need some additional components:
3535
- **Windows 10 SDK (10.0.19041)** or newer. This component is installed by default as a part of **Desktop Development with C++** workload.
3636
- **C++/CLI support for v142 build tools (Latest)** (v14.23 or newer).
3737

38-
A `.vsconfig` file is included in the root of the dotnet/runtime repository that includes all components needed to build the dotnet/runtime repository. You can [import `.vsconfig` in your Visual Studio installer](https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2019#import-a-configuration) to install all necessary components.
38+
A `.vsconfig` file is included in the root of the dotnet/runtime repository that includes all components needed to build the dotnet/runtime repository. You can [import `.vsconfig` in your Visual Studio installer](https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022#import-a-configuration) to install all necessary components.
3939

40-
Visual Studio 2019 16.6 or later is required for building the repository. Visual Studio 2019 16.10 is required to work with the libraries projects inside the Visual Studio IDE.
40+
Visual Studio 2022 Preview 4 or later is required.
4141

4242
## Build Tools
4343

0 commit comments

Comments
 (0)