Skip to content

Commit 6377710

Browse files
CopilotWeihanLi
andcommitted
Remove non-existent property value formatter from audit documentation
Co-authored-by: WeihanLi <7604648+WeihanLi@users.noreply.github.com>
1 parent c5e99b8 commit 6377710

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/Usage.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,7 @@ services.AddEFAutoAudit(builder =>
528528
.IgnoreProperty("CreatedAt")
529529

530530
// Include unmodified properties (default is false)
531-
.WithUnModifiedProperty()
532-
533-
// Configure property value formatting
534-
.WithPropertyValueFormatter<CustomPropertyValueFormatter>();
531+
.WithUnModifiedProperty();
535532
});
536533
```
537534

0 commit comments

Comments
 (0)