We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While switching over from the legacy validator to this new one the error message for this issue has changed
firely-validator-api/src/Firely.Fhir.Validation/Impl/ExtensionSchema.cs
Line 100 in 7915e06
In the legacy one was
$"Unable to resolve reference to profile '{entry.Reference}'"
https://github.com/FirelyTeam/Hl7.Fhir.Validation.Legacy/blob/e21f77723960bd68eac2a029f8922a1f7fb7a074/src/Hl7.Fhir.Validation.Legacy.Shared/Validation/ProfileAssertion.cs#L207
This one has
Unable to resolve reference to extension '{group.Key}'.
Wondering if the difference was intended.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While switching over from the legacy validator to this new one the error message for this issue has changed
firely-validator-api/src/Firely.Fhir.Validation/Impl/ExtensionSchema.cs
Line 100 in 7915e06
In the legacy one was
https://github.com/FirelyTeam/Hl7.Fhir.Validation.Legacy/blob/e21f77723960bd68eac2a029f8922a1f7fb7a074/src/Hl7.Fhir.Validation.Legacy.Shared/Validation/ProfileAssertion.cs#L207
This one has
Wondering if the difference was intended.
The text was updated successfully, but these errors were encountered: