You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
Add the warning to `README.md` until #1659 is resolved.
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
The WinUI 3 Gallery can not be built. Add the warning to `README.md`
until #1659 is resolved.
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
https://github.com/manabu-nakamura/WinUI-Gallery/tree/warning#3-open-winuigallerysln-with-visual-studio-and-build
## Screenshots (if appropriate):

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [x] Other
Ensure that the `WinUIGallery` project is set as the startup project in Visual Studio.
65
65
66
+
> [!WARNING]
67
+
> Try deleting [`nuget.config`](nuget.config) and building again if you get the following build error:
68
+
> > Assets file 'C:\Users\\...\source\repos\WinUI-Gallery\WinUIGallery\obj\WinUIGallery\project.assets.json' not found. Run a NuGet package restore to generate this file.
69
+
>
70
+
> See [issue #1659: Broken repo build](https://github.com/microsoft/WinUI-Gallery/issues/1659).
71
+
66
72
## ➡️ Further information
67
73
68
74
To learn more about Windows app development, go to the [Windows Dev Center](https://developer.microsoft.com/windows).
0 commit comments