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
In order to be in line with other toolkit adapters, the adapter needs to be refactored to move the file settings from a private attribute in the XMLAdapter to the XML action configs instead.
Suggestions to restore compliance:
Remove file settings attribute from XMLAdapter.
Add file settings attribute to XMLConfig.
Create new interface IXMLConfig to force file settings on all xml configs
Update CRUD methods to use the refactored attribute.
The text was updated successfully, but these errors were encountered:
Broken rules:
In order to be in line with other toolkit adapters, the adapter needs to be refactored to move the file settings from a private attribute in the
XMLAdapter
to the XML action configs instead.Suggestions to restore compliance:
XMLAdapter
.XMLConfig
.IXMLConfig
to force file settings on all xml configsThe text was updated successfully, but these errors were encountered: