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
Some sections cause the PSC-VALUE SectionProperty read to crash because of unsupported sections.
SectionProperty
Try and pull unsupported sections.
Error to be raised, Bar to be pulled with a null SectionProperty.
Bar
null
SectionProperty.
If the material is unsupported) the then ISectionProperty should be pulled with a null IMaterialFragment.
ISectionProperty
IMaterialFragment
The text was updated successfully, but these errors were encountered:
peterjamesnugent
Successfully merging a pull request may close this issue.
Description:
Some sections cause the PSC-VALUE
SectionProperty
read to crash because of unsupported sections.Steps to reproduce:
Try and pull unsupported sections.
Expected behaviour:
Error to be raised,
Bar
to be pulled with anull
SectionProperty.
If the material is unsupported) the then
ISectionProperty
should be pulled with anull
IMaterialFragment
.Test file(s):
The text was updated successfully, but these errors were encountered: