RefactoringEssentials icon indicating copy to clipboard operation
RefactoringEssentials copied to clipboard

RECS0096 invalid when Type argument used in other type constraint

Open sm-g opened this issue 7 years ago • 0 comments
trafficstars

public void Command_CanBeSerialized<TAction, TDto, TModel>(Command<TAction, TModel> command)
            where TAction : IActionWithEntity<TDto>
            where TModel : IModel
{
}

TDto is used here

RE 5.4.0, VS 15.5.5

sm-g avatar Feb 06 '18 08:02 sm-g