Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dockerfile to include rust build (#122)
* Added interop * Fix FFI when given schema version * Remove test function * Added frontend part * update CI * Delete Makefile * Revert "Delete Makefile" This reverts commit 6bb3207. * Update ci.yml * set version * Fix paths * Added documentation headers to functions * Bump versions and update changelog * Use tabList instead of accordion * Update Makefile Co-authored-by: Michael Bisgaard Olesen <[email protected]> * Update backend/Application/Aggregates/Contract/Entities/ModuleReferenceEvent.cs Co-authored-by: Søren Hjort <[email protected]> * Update .github/workflows/ci.yml Co-authored-by: Søren Hjort <[email protected]> * Updated CI by included needed components * Move unstable features to readme * fix clippy * format * Refactored tests * Remove unnecessary step and refactor ordering * Move mapping of FFIOption * Update function name * Update InteropBinding.cs * Updated variable name * Refactor rust-bindings to reduce glue code (#121) * Refactor rust-bindings to reduce glue code * Address feedback * Pass closure again * Make assign_result unsafe + add doc * move private below public * added back build since it is needed to create binaries for .net * Change to throw exceptions * Changed name * Refactoring * Update README.md Co-authored-by: Søren Hjort <[email protected]> * Update jenkins file to checkout submodules and build rust binaries * removed workspace * docker file update * Added dependency * remove dep * remove steps from jenkins pipeline * Add parameter to control rust build as part of dotnet build * remove restore since part of publish --------- Co-authored-by: Michael Bisgaard Olesen <[email protected]> Co-authored-by: Søren Hjort <[email protected]>
- Loading branch information