/dotnet-framework-quickstart

A starting point for using Structurizr for .NET (.NET Framework version)

Primary LanguageC#Apache License 2.0Apache-2.0

Structurizr for .NET quickstart (.NET Framework version)

This is a simple starting point for using Structurizr for .NET. To use it:

1. Clone the repo

git clone https://github.com/structurizr/dotnet-framework-quickstart.git

2. Set your workspace ID, API key and secret

Modify the constants at the top of structurizr/Program.cs to reflect your own Structurizr workspace (this information is available on your dashboard, after signing in).

private const long WorkspaceId = 1234;
private const string ApiKey = "key";
private const string ApiSecret = "secret";

3. Run the program

Finally, run the program, using your IDE.

For more information, please see Structurizr for .NET - Getting Started.