FirelyTeam / firely-net-sdk

The official Firely .NET SDK for HL7 FHIR
Other
823 stars 342 forks source link

Allow .Add() on easy access properties #1317

Open vadi2 opened 4 years ago

vadi2 commented 4 years ago

It would be great if the .Add() method available on lists of xxxElement was also available on easy access properties, to reduce confusion when using the API.

mmsmits commented 4 months ago

These are currently IEnumerable, so this would be breaking.

See TestScript.metadata.capability.origin for an example.

mmsmits commented 2 months ago

Let's plan this for SDK 6.0