Skip to content

Commit 4eff555

Browse files
committed
Removed unused and unnecessary Configuration property
The `Configuration` property dictionary previously mapped to the `AttributeDescriptor.Configuration` property, which was removed as part of the 4.0.0 migration to `AttributeTypeDescriptor` based configuration. As such, it no longer provides a reliable test for evaluating compatible type property mapping. That said, we are effectively testing that with `VersionHistory` and `ModelType`, so it's not strictly necessary, either.
1 parent 532f03e commit 4eff555

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

OnTopic.Tests/ViewModels/CompatiblePropertyTopicViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ public class CompatiblePropertyTopicViewModel {
2626

2727
public ModelType ModelType { get; set; }
2828

29-
[DisallowNull]
30-
public IDictionary<string, string?>? Configuration { get; set; }
31-
3229
public List<DateTime>? VersionHistory { get; set; }
3330

3431
} //Class

0 commit comments

Comments
 (0)