-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dont map to read only dictionaries (#285)
- Loading branch information
Showing
4 changed files
with
49 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...ts/ObjectPropertyTest.WithManualMappedNotFoundSourcePropertyShouldDiagnostic.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
{ | ||
Diagnostics: [ | ||
{ | ||
Id: RMG006, | ||
Title: Mapping source property not found, | ||
Severity: Error, | ||
WarningLevel: 0, | ||
Location: : (11,4)-(11,83), | ||
Location: : (11,4)-(11,81), | ||
Description: , | ||
HelpLink: , | ||
MessageFormat: Specified property {0} on source type {1} was not found, | ||
Message: Specified property A.StringValue9 on source type A was not found, | ||
Message: Specified property StringValue9 on source type A was not found, | ||
Category: Mapper | ||
}, | ||
{ | ||
Id: RMG020, | ||
Title: Source property is not mapped to any target property, | ||
Severity: Info, | ||
WarningLevel: 1, | ||
Location: : (11,4)-(11,83), | ||
Location: : (11,4)-(11,81), | ||
Description: , | ||
HelpLink: , | ||
MessageFormat: The property {0} on the mapping source type {1} is not mapped to any property on the mapping target type {2}, | ||
Message: The property StringValue on the mapping source type A is not mapped to any property on the mapping target type B, | ||
Category: Mapper | ||
} | ||
] | ||
} | ||
} |