Skip to content
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

Merged
merged 130 commits into from
Mar 21, 2022

Conversation

AgneLukoseviciute
Copy link
Contributor

@AgneLukoseviciute AgneLukoseviciute commented Nov 18, 2021

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

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
Microsoft Reviewers: Open in CodeFlow

packages/react-native-windows-init/README.md Show resolved Hide resolved
vnext/template/cs-app-WinAppSDK/proj/MyApp.csproj Outdated Show resolved Hide resolved
vnext/template/cs-app/proj/MyApp.csproj Outdated Show resolved Hide resolved
vnext/template/cs-app/src/App.xaml.cs Outdated Show resolved Hide resolved
@ghost ghost added the Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) label Mar 16, 2022
@ghost ghost removed the Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) label Mar 17, 2022
)
return importProjectExists(
projectContents,
'Microsoft.ReactNative.Uwp.CSharpApp.targets',
Copy link
Member

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RNW supports WinAppSDK – Phase 0 “Prototype”
4 participants