Closed
Description
In PR #931 3 public fields of Hl7.Fhir.Support.Issue made readonly. With this action we broke the interface, because users cannot set these fields anymore.
These fields should be writable again:
- public OperationOutcome.IssueType Type
- public OperationOutcome.IssueSeverity Severity
- public int Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment