Auto-generate list of views implemented in Uno#152
Merged
davidjohnoliver merged 9 commits intomasterfrom Sep 17, 2018
Merged
Conversation
Member
|
Pretty cool feature! Should be generated during the build, so it can be picked up the documentation generator. Also, it may be interesting to split the file in multiple sections, per namespaces maybe ? |
2fd38ca to
d66f002
Compare
Contributor
Author
|
@jeromelaban I split the list of implemented members per control into different files by namespace. The compilation analysis and file generation takes ~1 min to run on my machine, seems a bit long to add to the normal build. |
No functional changes, this commit is a pure refactoring.
Ensure the generated files themselves don't count when determining whether a type has been implemented.
These are required to ensure that generated code detects them as 'implemented.' Manually mark Polyline wasm class added for contract conformance as NotImplemented.
Add DocGenerator class which generates a list of all views that have been implemented (or not implemented) from the UWP contract, along with implementation status of all properties, methods and events.
List implemented members in separate files grouped by namespace.
b43d783 to
85d9d6b
Compare
jeromelaban
approved these changes
Sep 17, 2018
lukeblevins
pushed a commit
to lukeblevins/uno
that referenced
this pull request
Jan 17, 2024
…olision Renamed another target name
kazo0
pushed a commit
to kazo0/uno
that referenced
this pull request
Mar 6, 2026
…m-bar-navigation-breaks-on-2nd-visit fix(BottomBarNavigation): breaks on second visit
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.