-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
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
Incorrect exception message for resourceType passed as empty in FhirJsonParser #1397
Comments
Ai, that should have happened. We will investigate this as soon as possible |
Hi @rotodd, I investigated this issue and I created the following unit test for it:
This unittest does succeed. It throws now an InvalidOperationException with the message that the resourceType is missing. In the past a FormatException was thrown with the message What kind of exception do you receive in your code with fhir-net-api 1.7? |
@rotodd : can you confirm that the issue has been solved? If yes, I will close this issue. |
I close this issue, because there is no response and the unittest proves that the issue has been solved in 1.7 |
We merged release 1.7.0 in PR1049 and are still seeing the same issue detailed in #1304.
The text was updated successfully, but these errors were encountered: