You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Releases from v1.1-beta have been incorporated here.
Changes
Created logic to perform integration testing from code. Note that this will only work for users who have been granted access to the Azure KeyVault [#50]
Installed the FluentValidation package via NuGet to implement validation in the business layer [#10].
Created PersonValidator and PersonGroupValidator classes [#61 and #59]
Changed the access modifier of the RegisterDependencies() method of UnityContainer from public to private
Created additional unit tests for the PersonGroupLogic and PersonLogic classes [#60 and #62]
Modified the assembly information of each of the class libraries/projects [#63]