{"id":30680465,"url":"https://github.com/theblubb14/blubbichanged","last_synced_at":"2026-05-15T12:08:05.183Z","repository":{"id":93112350,"uuid":"390117640","full_name":"TheBlubb14/BlubbiChanged","owner":"TheBlubb14","description":"Automatically generate code to add INotifyPropertyChanged and INotifyPropertyChanging to your properties.","archived":false,"fork":false,"pushed_at":"2021-10-15T21:15:11.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-17T05:02:00.882Z","etag":null,"topics":["csharp","csharp-sourcegenerator","inotifypropertychanged","inotifypropertychanging","mvvm","source-code-generator","wpf"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/BlubbiChanged/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheBlubb14.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-27T20:26:52.000Z","updated_at":"2024-05-23T20:25:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"5251a906-9c5d-4605-8757-2224b8a19867","html_url":"https://github.com/TheBlubb14/BlubbiChanged","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheBlubb14/BlubbiChanged","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBlubb14%2FBlubbiChanged","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBlubb14%2FBlubbiChanged/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBlubb14%2FBlubbiChanged/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBlubb14%2FBlubbiChanged/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheBlubb14","download_url":"https://codeload.github.com/TheBlubb14/BlubbiChanged/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheBlubb14%2FBlubbiChanged/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33066178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","csharp-sourcegenerator","inotifypropertychanged","inotifypropertychanging","mvvm","source-code-generator","wpf"],"created_at":"2025-09-01T16:04:18.858Z","updated_at":"2026-05-15T12:08:05.177Z","avatar_url":"https://github.com/TheBlubb14.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlubbiChanged\nAutomatically generate code to add INotifyPropertyChanged and INotifyPropertyChanging to your properties.\n\n#### What you write\n``` cs\npartial class Program\n{\n    /// \u003csummary\u003e\n    /// That is my name\n    /// \u003c/summary\u003e\n    [AutoNotify]\n    private string myName;\n}\n```\n\n#### What will be generated\n``` cs\npartial class Program : System.ComponentModel.INotifyPropertyChanging, System.ComponentModel.INotifyPropertyChanged\n{\n    /// \u003cinheritdoc/\u003e\n    public event global::System.ComponentModel.PropertyChangingEventHandler PropertyChanging;\n\n    /// \u003cinheritdoc/\u003e\n    public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged;\n\n    /// \u003csummary\u003e\n    /// That is my name\n    /// \u003c/summary\u003e\n    public string MyName\n    {\n        get =\u003e this.myName;\n        set\n        {\n            if (global::System.Collections.Generic.EqualityComparer\u003cstring\u003e.Default.Equals(this.myName, value))\n                return;\n\n            this.PropertyChanging?.Invoke(this, new global::System.ComponentModel.PropertyChangingEventArgs(\"MyName\"));\n\n            this.myName = value;\n\n            this.PropertyChanged?.Invoke(this, new global::System.ComponentModel.PropertyChangedEventArgs(\"MyName\"));\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheblubb14%2Fblubbichanged","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheblubb14%2Fblubbichanged","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheblubb14%2Fblubbichanged/lists"}