{"id":20247668,"url":"https://github.com/postsharp/metalama.framework","last_synced_at":"2025-04-10T21:32:31.464Z","repository":{"id":201186739,"uuid":"701327747","full_name":"postsharp/Metalama.Framework","owner":"postsharp","description":"The core repository of the Metalama project. Published under a proprietary source-available license.","archived":false,"fork":false,"pushed_at":"2025-04-03T04:20:56.000Z","size":34561,"stargazers_count":48,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"release/2025.0","last_synced_at":"2025-04-03T05:24:37.214Z","etag":null,"topics":["metalama"],"latest_commit_sha":null,"homepage":"https://www.postsharp.net/metalama","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postsharp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-10-06T12:10:48.000Z","updated_at":"2025-04-03T04:20:50.000Z","dependencies_parsed_at":"2024-05-19T10:46:00.217Z","dependency_job_id":"269849d3-1131-47df-a9ef-cc4563e118fa","html_url":"https://github.com/postsharp/Metalama.Framework","commit_stats":null,"previous_names":["postsharp/metalama.framework"],"tags_count":230,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postsharp%2FMetalama.Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postsharp%2FMetalama.Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postsharp%2FMetalama.Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postsharp%2FMetalama.Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postsharp","download_url":"https://codeload.github.com/postsharp/Metalama.Framework/tar.gz/refs/heads/release/2025.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248301748,"owners_count":21080944,"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":["metalama"],"created_at":"2024-11-14T09:38:42.732Z","updated_at":"2025-04-10T21:32:31.439Z","avatar_url":"https://github.com/postsharp.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"450\" src=\"https://github.com/postsharp/Metalama/raw/master/images/metalama-by-postsharp.svg\" alt=\"Metalama logo\" /\u003e\n\u003c/p\u003e\n\n\n# Metalama.Framework\n\nThis repository houses the core framework implementation of [Metalama](https://github.com/postsharp/Metalama).\n\n\u003e [!WARNING]\n\u003e This repository operates under a [source-available commercial license](LICENSE.md). While you can refer to the source code for reference and troubleshooting purposes, modifications and builds from this source code are prohibited. To modify and build from the source code, a separate Source Subscription must be acquired.\n\n## Packages\n\nBelow are the NuGet packages associated with this repository:\n\n| Package                                                                                                            |  Description   |\n| ------------------------------------------------------------------------------------------------------------------ | -------------- |\n| [Metalama.Framework](https://www.nuget.org/packages/Metalama.Framework/)                                           |  This is the public API of the Metalama Framework. It incorporates a reference to Metalama.Compiler, effectively replacing the Roslyn compiler with our custom version.  |\n| [Metalama.Testing.UnitTesting](https://www.nuget.org/packages/Metalama.Testing.UnitTesting/)                           |  Provides base classes and utilities for unit testing compile-time code.   |\n| [Metalama.Testing.AspectTesting](https://www.nuget.org/packages/Metalama.Testing.AspectTesting/)                     |  A framework based on xUnit for testing code generation by aspects.   |\n| [Metalama.Framework.Redist](https://www.nuget.org/packages/Metalama.Framework.Redist/)                             |  Similar to `Metalama.Framework`, but excludes the dependency on `Metalama.Compiler`.   |\n| [Metalama.Framework.Sdk](https://www.nuget.org/packages/Metalama.Framework.Sdk/)                                   |  Facilitates the use of the Roslyn API from aspects.   |\n| [Metalama.Framework.Engine](https://www.nuget.org/packages/Metalama.Framework.Engine/)                             |  This is the core implementation of `Metalama.Framework`. Direct referencing of this package is discouraged and unsupported. It's intended to be a dependency for `Metalama.Testing.AspectTesting`.    |\n| [Metalama.Framework.CompileTimeContracts](https://www.nuget.org/packages/Metalama.Framework.CompileTimeContracts/) |  Defines the public API between compiled T# templates and `Metalama.Framework.Engine`.  |\n| [Metalama.Framework.Introspection](https://www.nuget.org/packages/Metalama.Framework.Introspection/)               |  Provides an API to inspect the object model that represents the compilation process of `Metalama.Framework`, such as aspect and advice instances, as well as its results.  |\n| [Metalama.Framework.Workspaces](https://www.nuget.org/packages/Metalama.Framework.Workspaces/)                     |  A supplementary API to `Metalama.Framework.Introspection`, designed to facilitate the loading of Visual Studio projects and solutions. This package is also useful to inspect projects that don't use Metalama. It is used by `Metalama.LinqPad`.   |\n| [Metalama.Tool](https://www.nuget.org/packages/Metalama.Tool/)                                                     |  The `metalama` tool for the .NET CLI.   |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostsharp%2Fmetalama.framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostsharp%2Fmetalama.framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostsharp%2Fmetalama.framework/lists"}