Mentions légales du service

Skip to content

Fix multifile contracts

Vojtisek Didier requested to merge fix_multifile_contracts into master

Fix the loading of contracts when using multiple files

Important note: the .abs containing the Asset must also explicitly declare that it uses the contracts. This is acheived with the using keyword that force the inclusion of the definitionGroup that contains the contracts.

Merge request reports