FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
30 stars 17 forks source link

Missing cqlOptions extension in the generated Library resource #477

Closed cheng13231 closed 2 months ago

cheng13231 commented 2 months ago

Describe the bug The generated Library resource has a contained Parameters resource, however it is not referenced anywhere within the Library resource, which violates the constraint dom-3.

Looking at the Library profile and example defined here, seems that the cqlOptions extension is missing.

Feature was introduced in #385 .

To Reproduce Steps to reproduce the behavior:

  1. Checkout branch develop-2.0 commit de8e896f
  2. In VisualStudio, rebuild the solution
  3. Check any generated Library resource

Expected behavior The generated Library resource should have cqlOptions extension which references the contained Parameters resource, see the example here

Additional When fixing this bug, a new release must be packaged and tested on Firely Server #478

Version used: