I have a problem and I don’t know how to solve it. I downloaded rider and now places where code is generated are marked as an error. How to solve this problem? However, the project is going and working
Trying to find a solution in the settings did not work
An example of using code generation
_userContext.ChangeFilial(filialId);
Generators.Specification.PowerUnitSpecification specification = new Generators.Specification.PowerUnitSpecification();
var result = await _controllerPowerUnit.Count(specification);
The same code in Visual Studio is not defined as in the picture above, namely the places Generators.Specification.PowerUnitSpecification
, Generators.Specification.PowerUnitSpecification
and _controllerPowerUnit.Count
These places are created when the project is built. And rider marks them as "Cannot resolve symbol 'Specification'"