You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently IResourceResolver only supports returning either a resource or null.
We run into the issue more and more that we also want to know why a resource wasn't returned, or when a resource is returned if there are any warnings to report.
Think about issues that have occurred during snapshot generation or something wrong with the package.
The text was updated successfully, but these errors were encountered:
Currently IResourceResolver only supports returning either a resource or null.
We run into the issue more and more that we also want to know why a resource wasn't returned, or when a resource is returned if there are any warnings to report.
Think about issues that have occurred during snapshot generation or something wrong with the package.
The text was updated successfully, but these errors were encountered: