-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Upgrade to VS 2022 #9916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Upgrade to VS 2022 #9916
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
477238c
Upgrade to VS 2022
jonthysell c799492
Merge remote-tracking branch 'origin' into vs2022
jonthysell d29accd
Update packages/playground/OpenWinUI3Win32PG.ps1
jonthysell 567cbac
Use [NotNullWhen(returnValue: true)]
jonthysell 3da88c9
Merge branch 'main' into vs2022
jonthysell 1df43a6
Merge branch 'main' into vs2022
jonthysell 2817789
Switch to new rnw-img-vs2022 images
jonthysell 228fe2e
Add PrivateAssets to template projects use of CppWinRT
jonthysell 30f45b8
Update E2ETest snapshots
jonthysell 94193d4
Snapshot fix
jonthysell e51f4ba
Merge branch 'main' into vs2022
jonthysell 9551faf
Fix Microsoft.ReactNative.Managed.IntegrationTests
jonthysell d59ec83
Fix CodeGen nullability warnings
jonthysell e96cfdb
Fix more CodeGen warnings
jonthysell 27f6c3f
Update CodeGen LKGs again
jonthysell 5f9c523
Merge branch 'main' into vs2022
jonthysell 66be93b
Update to WinAppSDK 1.1.5 and fix duplicate deps issue
jonthysell 990f745
fix typo in workaround
jonthysell 5e20553
fix e2esnapshots
jonthysell cc7104a
Merge branch 'main' into vs2022
jonthysell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,41 +1,71 @@ | ||
| { | ||
| "imageType": "Managed", | ||
| "baseImage": "/MicrosoftWindowsServer/WindowsServer/2019-Datacenter/latest", | ||
| "baseImage": "/MicrosoftWindowsServer/WindowsServer/2022-Datacenter/latest", | ||
| "artifacts": [ | ||
| { | ||
| "Name": "windows-EnableDeveloperMode" | ||
| "name": "windows-EnableDeveloperMode" | ||
| }, | ||
| { | ||
| "Name": "windows-enable-long-paths" | ||
| "name": "windows-enable-long-paths" | ||
| }, | ||
| { | ||
| "Name": "windows-gitinstall" | ||
| "name": "windows-gitinstall" | ||
| }, | ||
| { | ||
| "Name": "windows-AzPipeline-ImageHelpers" | ||
| "name": "windows-AzPipeline-ImageHelpers" | ||
| }, | ||
| { | ||
| "Name": "windows-AzPipeline-InitializeVM" | ||
| "name": "windows-AzPipeline-InitializeVM" | ||
| }, | ||
| { | ||
| "Name": "windows-AzPipeline-Install-VS", | ||
| "Parameters": { | ||
| "ToolSetFileName": "2019-default.json" | ||
| "name": "windows-AzPipeline-powershellCore" | ||
| }, | ||
| { | ||
| "name": "windows-AzPipeline-7zip" | ||
| }, | ||
| { | ||
| "name": "windows-visualstudio-bootstrapper", | ||
| "parameters": { | ||
| "Workloads": "--add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.Universal --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.UWP.Support --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core --add Microsoft.VisualStudio.Component.Windows10SDK.19041 --add Microsoft.VisualStudio.ComponentGroup.UWP.VC --includeRecommended --includeOptional", | ||
| "SKU": "Enterprise", | ||
| "VSBootstrapperURL": "https://aka.ms/vs/17/release/vs_Enterprise.exe" | ||
| } | ||
| }, | ||
| { | ||
| "name": "Windows-NodeJS", | ||
| "parameters": { | ||
| "Version": "16.13.0" | ||
| } | ||
| }, | ||
| { | ||
| "Name": "windows-AzPipeline-NodeLts" | ||
| "name": "windows-npm-global", | ||
| "parameters": { | ||
| "packages": "[email protected], [email protected], [email protected]", | ||
| "addToPath": true | ||
| } | ||
| }, | ||
| { | ||
| "name": "windows-chrome" | ||
| }, | ||
| { | ||
| "Name": "windows-chrome" | ||
| "name": "windows-AzPipeline-WinAppDriver" | ||
| }, | ||
| { | ||
| "Name": "windows-AzPipeline-WinAppDriver" | ||
| "name": "windows-dotnetcore-sdk", | ||
| "parameters": { | ||
| "DotNetCoreVersion": "2.1.818" | ||
| } | ||
| }, | ||
| { | ||
| "name": "windows-dotnetcore-sdk", | ||
| "parameters": { | ||
| "DotNetCoreVersion": "3.1.412" | ||
| } | ||
| }, | ||
| { | ||
| "Name": "windows-dotnetcore-sdk", | ||
| "Parameters": { | ||
| "DotNetCoreVersion": "3.1.401" | ||
| "name": "windows-dotnetcore-sdk", | ||
| "parameters": { | ||
| "DotNetCoreVersion": "6.0.401" | ||
| } | ||
| } | ||
| ], | ||
|
|
@@ -47,4 +77,4 @@ | |
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@react-native-windows-automation-channel-00041bab-d2c7-42ef-8abd-05b58b54138f.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "Upgrade to VS 2022", | ||
| "packageName": "@react-native-windows/automation-channel", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@react-native-windows-automation-fc29def0-23e2-4730-b7a1-59a4a62f7c68.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "patch", | ||
| "comment": "Upgrade to VS 2022", | ||
| "packageName": "@react-native-windows/automation", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@react-native-windows-cli-194a5a46-f531-4507-b2db-d3a733b34a7a.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to VS 2022", | ||
| "packageName": "@react-native-windows/cli", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@react-native-windows-telemetry-ad25992d-2d3b-4f16-82dd-e1639d3091c0.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to VS 2022", | ||
| "packageName": "@react-native-windows/telemetry", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/react-native-windows-467ff3e1-7e84-4df3-9df0-cec9b92426b9.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to VS 2022", | ||
| "packageName": "react-native-windows", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/@react-native-windows/automation-channel/windows/AutomationChannel.sln
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.