Ben Morris

Results 2 issues of Ben Morris

Improved performance of ConsentStore.StringifyScopes - Replaced current impl with extension method using StringBuilder - Added integration tests to demonstrate performance improvement #108

StringifyScopes currently uses a LINQ Aggregate to generate a concatenated, comma-separated list of strings for persistence in the EF model. When compared to a StringBuilder implementation this approach is both...

enhancement