dotasek
dotasek
Fixes #3764 Adds methods to fetch binaries in IValidationSupport. This primarily addresses the validation path tested in XverExtensionsValidationTest
WORK IN PROGRESS This is the bare minimum of code required for our test case to pass, and to allow a review of the solution itself.
Azure is giving warnings with regard to deprecated windows images. Switching to {OS} latest across the board will have us 'fail fast' if Azure stops supporting deprecated tools we depend...
This adds a https-proxy param to the validator CLI to allow the use of a https proxy. Proxy username and password will remain unchanged. Example params: ```-proxy localhost:8080 -https-proxy localhost:8080```
The AllergyIntolerance resource has no conversion available in Resource10_50.convertResource
This issue (#766) revealed that Resource.getId() returns version history as well as the logical ID. For example: `1234/_history/1` There may be cases where this is not the expected response, and...
Addresses this issue: https://github.com/hapifhir/org.hl7.fhir.core/issues/795 Note: This PR is in draft while the review in #795 is ongoing.
When the ValidatorFetcher reports that it won't attempt to fetch a resource, return false, PLUS a reason. DO NOT MERGE YET, please. This requires the following before it is ready...
DO NOT MERGE YET. There may still be instances of test classes that are still mutating a shared context. Uses copies of IWorkerContext to better separate test classes.
The following included bundle will cause an uncaught exception if the validator CLI is run with `-ea`. Originally from https://smilecdr.com/docs/fhir_repository/clinical_quality_language/measure-bundle-example.json.html ```json { "resourceType": "Bundle", "id": "EXM104-8.2.000-bundle", "type": "transaction", "entry": [...