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
all interfaces that do not respect the restrictions.
all interfaces that are passed to SignalEntity<IInterfaceType>, SignalEntityAsync<IInterfaceType>, or CreateEntityProxy throughout the program (which are entity interfaces).
At the compilation end, raise on the entity interfaces that do not respect the restrictions.
Posibility B
During the compilation, capture info about all interfaces that are passed to SignalEntity<IInterfaceType>, SignalEntityAsync<IInterfaceType>, or CreateEntityProxy throughout the program (which are entity interfaces).
At compilation end, verify using the symbol if the declaration respects the restrictions and raise an issue on the interface declarations that are non compliant.
The text was updated successfully, but these errors were encountered:
MMF: https://jira.sonarsource.com/browse/MMF-2699
RSPEC PR to be merged after implementing this ticket: SonarSource/rspec#964
Possibility A
SignalEntity<IInterfaceType>
,SignalEntityAsync<IInterfaceType>
, orCreateEntityProxy
throughout the program (which are entity interfaces).Posibility B
SignalEntity<IInterfaceType>
,SignalEntityAsync<IInterfaceType>
, orCreateEntityProxy
throughout the program (which are entity interfaces).The text was updated successfully, but these errors were encountered: