{"id":13430963,"url":"https://github.com/gbiellem/BlazingWaffles","last_synced_at":"2025-03-16T06:31:46.490Z","repository":{"id":38106916,"uuid":"143941531","full_name":"gbiellem/BlazingWaffles","owner":"gbiellem","description":"Simple Blazor wrapper around the Waffle Generator ","archived":false,"fork":false,"pushed_at":"2024-04-28T11:18:55.000Z","size":710,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-01T12:34:19.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/gbiellem.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":"2018-08-08T00:41:45.000Z","updated_at":"2024-05-28T12:55:42.448Z","dependencies_parsed_at":"2024-05-28T12:55:39.020Z","dependency_job_id":"db9ba63a-2c51-4994-aee5-aab3bd18283d","html_url":"https://github.com/gbiellem/BlazingWaffles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbiellem%2FBlazingWaffles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbiellem%2FBlazingWaffles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbiellem%2FBlazingWaffles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbiellem%2FBlazingWaffles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbiellem","download_url":"https://codeload.github.com/gbiellem/BlazingWaffles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221656495,"owners_count":16858783,"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","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":[],"created_at":"2024-07-31T02:00:59.366Z","updated_at":"2025-03-16T06:31:46.484Z","avatar_url":"https://github.com/gbiellem.png","language":"HTML","funding_links":[],"categories":["Sample Projects"],"sub_categories":["Others"],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/auc0ev6wgxs7dexo/branch/master?svg=true)](https://ci.appveyor.com/project/gbiellem/blazingwaffles/branch/master)\n\n\n# BlazingWaffles\n\nBlazor wrapper around the [Waffle Generator](https://github.com/SimonCropp/WaffleGenerator).\n\n**See [Milestones](../../milestones?state=closed) for release notes.**\n\nSite is live at http://wafflegen.azurewebsites.net\n\n\n## Data Binding\n\nUses [Fody PropertyChanged](https://github.com/Fody/PropertyChanged) to implement INotifyPropertyChanged.\n\n\n## Clipboard\n\nUses [TextCopy](https://github.com/CopyText/TextCopy) add content to the clipboard.\n\n\n## Tests\n\nUses [bunit](https://bunit.egilhansen.com/) and [Verify](https://github.com/VerifyTests/Verify) to perform snapshot testing.\n\n\u003c!-- snippet: Tests --\u003e\n\u003ca id='snippet-Tests'\u003e\u003c/a\u003e\n```cs\npublic class Tests\n{\n    [Fact]\n    public Task Component()\n    {\n        var services = new ServiceCollection();\n        services.AddSingleton\u003cIJSRuntime\u003e(new MockJSRuntime());\n        services.InjectMockClipboard();\n        using var provider = services.BuildServiceProvider();\n        var target = Render.Component\u003cIndex\u003e(\n            provider,\n            template: new()\n            {\n                Waffle = \"The Waffle\",\n                Sha = \"TheSha\"\n            });\n        return Verify(target);\n    }\n}\n```\n\u003csup\u003e\u003ca href='/src/Tests/Tests.cs#L7-L29' title='Snippet source file'\u003esnippet source\u003c/a\u003e | \u003ca href='#snippet-Tests' title='Start of snippet'\u003eanchor\u003c/a\u003e\u003c/sup\u003e\n\u003c!-- endSnippet --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbiellem%2FBlazingWaffles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbiellem%2FBlazingWaffles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbiellem%2FBlazingWaffles/lists"}