/Polysense

Making the political world easy to understand

Primary LanguageC#Apache License 2.0Apache-2.0

Polysense

.NET Core

A multi-platform application that is making the political world easy to understand. Join us on Discord

Table of contents

Project Setup

  • Right Click Solution (Polysense)
  • Click "Set Startup Projects..."
  • Select "Multiple startup projects:" and use the settings below (In the correct order)

format the projects as follows:

PS.Shared    - None
PS.UI.Shared - None
PS.Web.API   - Start
PS.UI.WPF    - Start

Next update the database context locally. Go to the Package Manager Console and type in the following command

update-database

Visual Studio Extensions

Add the extensions below either by clicking on the link and downloading them or following the instructions below

To add these in visual studio go to "Extensions" -> "Manage Extensions" in the toolbar
Click "Online" on the left tab
Type the names below into the search bar on the top right
  1. Polysense Extensions
  2. Codemaid
  3. EF Core Power Tools
  4. Github Extension for Visual Studio