HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Build automation for known project types

Open hippiehunter opened this issue 4 years ago • 1 comments

Currently automated testing only exists for the sample project inside the HarmonyCore Solution. This needs to be extended to include the different types of projects.

  • [x] Traditional Bridge Only, exposed using an AspNetCore Controller
  • [ ] Traditional Bridge with optional parameters, exposed using SignalR and AspNetCore Controller
  • [ ] Traditional Bridge with structure parameters and OData
  • [ ] EF Core provider Only
  • [ ] All Samples with and without authorization

hippiehunter avatar Apr 29 '20 19:04 hippiehunter

Traditional Bridge Only, exposed using an ASPNetCore Controller https://github.com/Synergex/HarmonyCoreSamples/tree/master/TBOnly

hippiehunter avatar May 01 '20 00:05 hippiehunter