Socket
Socket
Sign inDemoInstall

plexiform-build-apicmds

Package Overview
Dependencies
1
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    plexiform-build-apicmds

A plexiform build script for generating a class library of Commands implementations for a back-end api


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

plexiform-build-apicmds

A build script for plexiform to build:

  • a scaffolded .NET Core class library that provides Commands implementations for a plexiform-build-api

Purpose

See plexiform-build-api for details. This merely scaffolds a plugin project for implementing Commands.

Usage

  • Build this from the same spec as the api
  • Note: it uses the same namespace as the original api simply to reduce reconfiguration of ioc-config.json
  • Copy the dll to the api plugins folder
  • Change the "default assembly" in ioc-config.json to the plugin assembly name

Unlike other plexiform build scripts, this produces code which is supposed to be hand-edited. Therefore do not invoke build a second time. There is no protection to stop this overwriting your hand-written code!

A suggestion is to rename the code files once you have edited them. The filename is not important, but doing this will stop plexiform from overwriting your files in the event of another build.

Issues

  • This project needs a reference to your original api service project. It guesses where it is and may need correcting in the csproj!

FAQs

Last updated on 02 Feb 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc