-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Windows App SDK 1.0.0 stable #9177
Windows App SDK 1.0.0 stable #9177
Conversation
change/@react-native-windows-cli-0a3694bd-552a-430f-9124-1b56ff6df6e9.json
Outdated
Show resolved
Hide resolved
packages/@react-native-windows/cli/src/generator-windows/index.ts
Outdated
Show resolved
Hide resolved
packages/@react-native-windows/cli/src/runWindows/utils/deploy.ts
Outdated
Show resolved
Hide resolved
vnext/template/cs-app-WinAppSDK/proj/ExperimentalFeatures.props
Outdated
Show resolved
Hide resolved
ci build failing
) | ||
return importProjectExists( | ||
projectContents, | ||
'Microsoft.ReactNative.Uwp.CSharpApp.targets', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like you removed the check for importing Microsoft.ReactNative.WinAppSDK.CSharpApp.props, was that intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I ended up reverting to the logic we had previously because the check for importing WASDK started failing and so the CLI wouldn't build. Using this for now as it works, and plan to update/try checking for a targets file like UWP does once we add a targets file for WASDK.
Description
Microsoft.ReactNative.WindowsAppSDK building on WinAppSDK 1.0.0 🎉 This Includes a template app (C#, MSIX packaged) and the E2E CLI logic for said app to be generated and built using the
--usewinui3
flag, currently needs to be deployed from VS.Closes:
Partially addresses:
Type of Change
Microsoft Reviewers: Open in CodeFlow