Skip to content

Commit

Permalink
fix Mock share code service
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Svensson committed Jun 9, 2024
1 parent e246b00 commit e97d331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/OpenRiaServices.Tools/Test/MockSharedCodeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ class MockSharedCodeService : ISharedCodeService, IDisposable
typeof(DataMemberAttribute),
typeof(System.ComponentModel.DescriptionAttribute),
typeof(DomainIdentifierAttribute),
typeof(ExternalReferenceAttribute),
typeof(ExternalReferenceAttribute),
typeof(ReadOnlyAttribute),
typeof(CompositionAttribute)
typeof(CompositionAttribute),
typeof(EntityAssociationAttribute)
};

private readonly HashSet<Type> _sharedTypes;
Expand Down

0 comments on commit e97d331

Please sign in to comment.