Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 829 Bytes

working_with_code.md

File metadata and controls

25 lines (20 loc) · 829 Bytes

SDGW: Working with Code

TODO: This Page is not finished yet!

Prerequisites

  • .NET Core 2.2
  • Microsoft Visual Studio
    • Visual Studio 2017 (Community-Edition min.) with the correct .NET-Core Version for VS17!
    • Visual Studio 2019 (Community-Edition min.) most recent .NET-Core Version

Build the projects

  • Build with Visual Studio.
    1. Open smartdevices-gateway/SmartDevicesGateway.sln in Visual Studio
    2. Update configuration files (config/*.json) to your settings
    3. Build solution
    4. Debug the NetCoreService-Project
  • Build from command prompt.
    1. ...

Run the tests

  • TODO

Start coding