From 3d18de04be5d7e74097adc3827d6e6a60dcedd8c Mon Sep 17 00:00:00 2001 From: Blaise Taylor Date: Tue, 24 Feb 2026 10:15:46 -0500 Subject: [PATCH] Minor update to ReadMe --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60b9586..a3b22d1 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ The methods below map the DTO query expresions to the equivalent data query expr ## Known Issues Mapping a single type in the source expression to multiple types in the destination expression is not supported e.g. ```c# -``` [Fact] public void Can_map_if_source_type_targets_multiple_destination_types_in_the_same_expression() { @@ -192,4 +191,6 @@ Mapping a single type in the source expression to multiple types in the destinat private class TargetListItemType { public virtual int Id { get; set; } - } \ No newline at end of file + } + +``` \ No newline at end of file