-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Project Name
XAML Studio
License
MIT
Contributor
Microsoft, Michael Hawker
Existing OSS Project?
No
Source Code URL
N/A - To be published upon acceptance
Project Homepage URL
Project Transfer Signatories
Microsoft, Michael Hawker - FYI @ChrisSfanos Prior MS Legal Clearance for OSS release
Description
XAML Studio helps to rapidly prototype WinUI XAML that can be easily copied into your app in Visual Studio. XAML Studio lets you preview your XAML code in real-time and interact with the result just like it was running in your own app!
This instant response lets you quickly iterate on ideas visually, copy in examples from docs to explore, and test the final behavior all at the same time in one app that's easy to download and install quickly.
XAML Studio also includes a suite of debugging tools including:
- Providing Data Context to your UI to fill it with static test data or live data from a JSON REST API.
- Binding debugger to not only see how a back-end data source connects to the front-end UI, but spot where errors are occurring and what the most recent values were
- And more
What are you hoping from the foundation
Project started during Garage hackathons towards the original Windows Community Toolkit Sample App (part of the Foundation already), and on my own time; so looking to move forward with it more independently as part of the foundation where it'll be easier to manage and work with other developers in the open.
Name
Michael Hawker
GitHub Profile URL
https://github.com/michael-hawker
Committers
Michael Hawker, https://github.com/michael-hawker
Discord Ids
xamlllama
Governance Model
Use Discussions for Idea Proposals
Issues to track bugs and new active feature work
Issue and discussion required before PR
CLA
- If already an OSS project, was a Contribution License Agreement in place for contributions accepted?
How does the project check who has signed one?
No response
CLA Notification Alias
No response
Select the Project Transfer Agreement model
Assignment
Repository Layout
No response
Eligibility Criteria
- The project is built on the .NET platform and/or creates value within the .NET ecosystem.
- The project produces source code for distribution to the public at no charge.
- The project's code is easily discoverable and publicly accessible (preferably on GitHub).
- The project contains a build script that can produce deployable artifacts that are identical to the official deployable artifacts, with the exception of code signing (Exception may be granted for strong name keys, though strongly encouraged to be committed. Exception relies on OSS signing being in the build script for public builds).
- When applicable, project must use reproducible build settings in its toolchain.
- The project uses Source Link.
- The project uses either embedded PDBs or publish symbol packages to NuGet (if applicable).
- The project code signs their artifacts as appropriate.
- The project organization has 2FA enabled. Requiring 2FA must be done as part of onboarding if not already enabled.
- Libraries that are mandatory dependencies of the project are offered under a standard, permissive open source license which has been approved by the .NET Foundation (exceptions include a dependency that is required by the target platform where no alternative open source dependency is available such as the .NET Framework or a hardware specific library).
- Committers are bound by a Contributor License Agreement (CLA) and/or are willing to embrace the .NET Foundation's CLA when the project becomes a Member.
- The copyright ownership of everything that the project produces is clearly defined and documented.
- The project has a public issue tracker where the status of any defect can be easily obtained.
- The project has a published Security Policy.
- The project has a home page which provides high level information about its status and purpose.
- The project has a public communication channel where community members can engage with maintainers.
- The project has a publicly available location where members can review and contribute to documentation.
Describe why you are applying for Project Membership.
Project has roots in the Windows Community Toolkit (another .NET Foundation project) and aligns with community interests and other .NET Foundation projects. Project will be easier to maintain and manage within the Foundation, in the open on GitHub.
Infrastructure Requirements Summary
No response
Additional Notes
As mentioned above, has already had clearance for OSS release from MS internal MS link here.
Can share that app has had 53k lifetime acquisitions (4k in last year), ~250k store page views in last year, conversions have fallen off, but that's because project has yet to be updated, been waiting for OSS transfer before doing significant work, though code has been moved forward from published version.