{"id":17718731,"url":"https://github.com/jsuarezruiz/samplesimporter-community","last_synced_at":"2026-05-15T12:04:36.300Z","repository":{"id":80274117,"uuid":"169303908","full_name":"jsuarezruiz/SamplesImporter-Community","owner":"jsuarezruiz","description":"Community samples section for VS4Mac Samples Importer addin","archived":false,"fork":false,"pushed_at":"2019-02-25T19:35:39.000Z","size":16435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T10:07:47.694Z","etag":null,"topics":["addin","monodevelop","samples","xamarin","xamarin-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsuarezruiz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-05T20:00:51.000Z","updated_at":"2019-02-25T19:35:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff3861c8-8e16-4706-9031-044846e7eaa1","html_url":"https://github.com/jsuarezruiz/SamplesImporter-Community","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsuarezruiz/SamplesImporter-Community","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsuarezruiz%2FSamplesImporter-Community","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsuarezruiz%2FSamplesImporter-Community/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsuarezruiz%2FSamplesImporter-Community/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsuarezruiz%2FSamplesImporter-Community/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsuarezruiz","download_url":"https://codeload.github.com/jsuarezruiz/SamplesImporter-Community/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsuarezruiz%2FSamplesImporter-Community/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272936307,"owners_count":25018160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addin","monodevelop","samples","xamarin","xamarin-forms"],"created_at":"2024-10-25T14:55:40.804Z","updated_at":"2026-05-15T12:04:31.253Z","avatar_url":"https://github.com/jsuarezruiz.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Community Samples for VS4Mac Samples Importer addin\n\nCommunity samples section for [VS4Mac Samples Importer addin](https://github.com/jsuarezruiz/VS4Mac-SamplesImporter). \n\n### How can I add a sample?\n\nEasy, just send a PR with your sample!. Remember to meet the following requirements:\n- Include the sample inside a folder in the root of the repository.\n- The folder name should be the name of the sample.\n- Inside the sample folder, create a **Screenshots** folder.\n- Include the file **Metadata.xml** inside your sample folder.\n\n```\n\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\u003cSampleMetadata\u003e\n    \u003cLevel\u003eIntermediate\u003c/Level\u003e\n    \u003cTags\u003eXamarin.Forms, SkiaSharp\u003c/Tags\u003e\n    \u003cSupportedPlatforms\u003eAndroid, iOS\u003c/SupportedPlatforms\u003e\n    \u003cGallery\u003etrue\u003c/Gallery\u003e\n    \u003cBrief\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam malesuada arcu id porta consequat. .\u003c/Brief\u003e\n    \u003cAuthor\u003eJavier Suarez\u003c/Author\u003e\n\u003c/SampleMetadata\u003e\n\n```\n\nOr just include the DownloadUrl in the XML file without include the sample code in the repository:\n\n```\n\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\u003cSampleMetadata\u003e\n    \u003cLevel\u003eIntermediate\u003c/Level\u003e\n    \u003cTags\u003eXamarin.Forms, SkiaSharp\u003c/Tags\u003e\n    \u003cSupportedPlatforms\u003eAndroid, iOS\u003c/SupportedPlatforms\u003e\n    \u003cGallery\u003etrue\u003c/Gallery\u003e\n    \u003cBrief\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam malesuada arcu id porta consequat. .\u003c/Brief\u003e\n    \u003cDownloadUrl\u003ehttps://github.com/user/Sample/archive/master.zip\u003c/DownloadUrl\u003e\n    \u003cAuthor\u003eJavier Suarez\u003c/Author\u003e\n\u003c/SampleMetadata\u003e\n\n```\n\n## Copyright and license\n\nCode released under the [MIT license](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsuarezruiz%2Fsamplesimporter-community","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsuarezruiz%2Fsamplesimporter-community","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsuarezruiz%2Fsamplesimporter-community/lists"}