OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 47 forks source link

EntityAssociationAttribute Step2 #513

Closed Daniel-Svensson closed 3 weeks ago

Daniel-Svensson commented 3 weeks ago
  1. Change EntityAssociationAttribute namespace to System.ComponentModel.DataAnnotations
    • This will match other attributes such as [Composition] as well as the AssociationAttribute is should replace
  2. Add a constructor taking 2 strings for the case where the key is a single member
  3. Update code generation to use new constructor when possible (EntityAssociationAttributeBuilder)
  4. Update baselines
sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud