{"id":15167023,"url":"https://github.com/wieslawsoltes/ilscriptdemo","last_synced_at":"2025-09-30T23:30:38.665Z","repository":{"id":237441856,"uuid":"714078231","full_name":"wieslawsoltes/ILScriptDemo","owner":"wieslawsoltes","description":"Define and run IL code directly from Avalonia UI Xaml.","archived":true,"fork":false,"pushed_at":"2023-11-04T12:34:06.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T12:39:20.188Z","etag":null,"topics":["avalonia","avaloniaui","msil","scripting","xaml"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wieslawsoltes.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}},"created_at":"2023-11-03T21:44:09.000Z","updated_at":"2023-11-09T17:04:57.000Z","dependencies_parsed_at":"2024-05-01T22:06:45.375Z","dependency_job_id":"e7a468b7-4c06-43c7-a39d-97e556057b4e","html_url":"https://github.com/wieslawsoltes/ILScriptDemo","commit_stats":null,"previous_names":["wieslawsoltes/ilscriptdemo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wieslawsoltes/ILScriptDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FILScriptDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FILScriptDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FILScriptDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FILScriptDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieslawsoltes","download_url":"https://codeload.github.com/wieslawsoltes/ILScriptDemo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieslawsoltes%2FILScriptDemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277771932,"owners_count":25874471,"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-09-30T02:00:09.208Z","response_time":75,"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":["avalonia","avaloniaui","msil","scripting","xaml"],"created_at":"2024-09-27T05:22:03.562Z","updated_at":"2025-09-30T23:30:38.421Z","avatar_url":"https://github.com/wieslawsoltes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ILScriptDemo\n\nDefine and run [Microsoft Intermediate Language (MSIL)](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes?view=net-7.0) code directly from Avalonia UI Xaml.\n\n```xaml\n\u003cWindow xmlns=\"https://github.com/avaloniaui\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:sys=\"using:System\"\n        mc:Ignorable=\"d\" d:DesignWidth=\"800\" d:DesignHeight=\"450\"\n        x:Class=\"ILScriptDemo.MainWindow\"\n        Width=\"500\" Height=\"500\"\n        Title=\"ILScriptDemo\"\u003e\n  \u003cButton Content=\"Run IL\"\u003e\n    \u003cILScript.Script\u003e\n      \u003cILScript\u003e\n        \u003cLdstr Value=\"{Binding $parent[Window].Title, StringFormat={}Welcome to the {0}}\" /\u003e\n        \u003cCall Type=\"{x:Type sys:Console}\" Method=\"WriteLine\"\u003e\n          \u003cCall.Parameters\u003e\n            \u003cx:Type TypeName=\"sys:String\" /\u003e\n          \u003c/Call.Parameters\u003e\n        \u003c/Call\u003e\n        \u003cRet /\u003e\n      \u003c/ILScript\u003e\n    \u003c/ILScript.Script\u003e\n  \u003c/Button\u003e\n\u003c/Window\u003e\n```\n\n### Supported OpCodes\n\n- Ldstr\n- Call\n- Ret\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Filscriptdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieslawsoltes%2Filscriptdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieslawsoltes%2Filscriptdemo/lists"}