Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Folder Structure

Shannon Lewis edited this page Aug 10, 2020 · 1 revision

The Sashimi repository has a folder structure based on the following

  • .
  • Source
    • Calamari
    • Calamari.Tests
    • Sashimi
    • Sashimi.Tests

The root folder contains all of the build scripts. The Source folder contains a solution file and the child projects are C# projects.

Sashimi should be a NetCore library project, targetting NetStandard2.1. Calamari should be an executable, targetting Net452, win-x64, linux-x64 and whatever other platforms make sense for the functionality being provided.

Clone this wiki locally