-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Labels
Description
Hi Oleg,
As documented in https://github.com/oleg-shilo/cs-script/wiki/Script-Syntax#directive-css_reference, the "assembly must be in one of the search directories". What if there are two same-named assemblies in the directories? As far I know, the order of directories is not specified. The compiler will arbitrarily pick an assembly.
Questions/ideas:
- Would it be possible to specify the desired assembly version with
//css_reference, e.g.//css_reference [-ver:<version>]? - Could
//css_searchdirbe specified to be at the top of the search directories, resulting in assemblies located in//css_searchdirbeing priorized over assemblies in other directories? - Any other idea?
Best regards,
Matthias