https://github.com/postsharp/metalama.demo
The source code for the Metalama demo video.
https://github.com/postsharp/metalama.demo
Last synced: 19 days ago
JSON representation
The source code for the Metalama demo video.
- Host: GitHub
- URL: https://github.com/postsharp/metalama.demo
- Owner: postsharp
- License: other
- Created: 2022-01-06T15:15:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T12:33:15.000Z (over 1 year ago)
- Last Synced: 2025-04-10T21:38:40.154Z (10 months ago)
- Language: C#
- Size: 307 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PostSharp.Engineering.ProductTemplate
This repo is a template for new repos that are built using `PostSharp.Engineering`.
This repo assumes it builds a product named `Metalama.Demo`. A _product_, in the context of PostSharp.Engineering, is essentially synonym to a repo, and it can produce several deployable artifacts, typically several NuGet packages. All artifacts in the same product have the same version and build number.
After cloning the repo, you should do this:
* Use `Build.ps1 tools git rename` to rename `Metalama.Demo` into your product name, _with_ dots.
* Use Visual Studio Code find-and-replace all to rename:
* `Metalama.Demo` into your product name _with_ dots,
* `MetalamaDemo` into your product name _without_ dots.
The build entry point is `Build.ps1`.
For more instructions, see https://github.com/postsharp/PostSharp.Engineering.