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
publicenumExtensionUrlHandling{//// Summary:// Do not resolve the extensionDontResolve,//// Summary:// Add a warning to the validation result when the extension cannot be resolvedWarnIfMissing,//// Summary:// Add an error to the validation result when the extension cannot be resolvedErrorIfMissing}
When an extension is missing we only have the ability to raise an error or warning, or not validate the extension at all (which really means: validate against Extension, so it must still be there). There is no way to say: totally ignore this extension, and I think there's a clear usecase for that.
The text was updated successfully, but these errors were encountered:
ewoutkramer
changed the title
ExtensionUrlHandling does not have a value for "nothing"
ExtensionUrlHandling does not have a value for "do nothing"
Dec 11, 2023
Guess that's an easy extra option, though we should more clearly document what the difference is with DontResolve, as I don't even understand that 100% now. But given my comment above, there's supposed to be a difference ;-)
ExtensionUrlHandling
currently looks like this:When an extension is missing we only have the ability to raise an error or warning, or not validate the extension at all (which really means: validate against Extension, so it must still be there). There is no way to say: totally ignore this extension, and I think there's a clear usecase for that.
The text was updated successfully, but these errors were encountered: