StronglyTypedId

(โ˜… 1,750)

A Rosyln-powered generator for strongly-typed IDs

  • .gitattributes
  • .gitignore
  • build.cmd
  • build.ps1
  • build.sh
  • CHANGELOG.md
  • Directory.Build.props
  • global.json
  • LICENSE
  • logo.png
  • logo.xcf
  • NuGet.integration-tests.config
  • README.md
  • releasenotes.props
  • StronglyTypedId.sln
  • version.props

# Installation Guide

1. Get the code
git clone https://github.com/andrewlock/StronglyTypedId

Downloads the entire project code from GitHub to your computer.

cd StronglyTypedId

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet add package StronglyTypedId --version 1.0.0-beta08

Type this command into your terminal and run it.

dotnet add package StronglyTypedId.Templates --version 1.0.0-beta08

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation