Suite: Support "BasicAggregateRoot" base class #15728
Description
Resolves #15618
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
Create an entity with a base class as 'BasicAggregateRoot' and disable the concurrency-check. In that case, you shouldn't find any "ConcurrencyStamp" property for the entity.
Also make an another test, and in this test enable the concurrency-check. Then, the entity should implement the IHasConcurrencyStamp
interface and you should see the "ConcurrencyStamp" property in various places in the code.