Open TheTechArch opened 8 months ago
I'm pretty sure it's possible (XmlReader has async APIs) - but I don't think this is the correct way of going about solving the underlying issue.
The issue is that the API as it stands makes it incredibly easy to use wrongly. Whatever API is created should be one that is hard to use wrong and easy to use correctly. Instead of just going "let's make it async" I would much rather the following questions answered:
The answer to these questions should guide what APIs should be available.
Description
See if it is possible. Based on comment her https://github.com/Altinn/altinn-resource-registry/pull/372
Additional Information
No response
Tasks
No response
Acceptance Criterias
No response