Looking at ExecutionStrategy.cs in same folder, it looks like this CA supression is missing from NonRetryingExecutionStrategy.cs i 2 places:
[SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
(adding these fixed my build issue) - also XML comments appear to missing from this file, but there is perhaps a reason for this?
[SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
(adding these fixed my build issue) - also XML comments appear to missing from this file, but there is perhaps a reason for this?