Skip to content

Resolved issue with UpdateAsync method of the Audit Decorator

Compare
Choose a tag to compare
@CaptainMesomorph CaptainMesomorph released this 30 Oct 03:40
· 62 commits to master since this release
f2c087d
  • Resolved an issue with the UpdateAsync method of the Audit Decorator.
  • Redesigned the IRepository interface so that it no longer extends the IBulkRepository interface. Instead inheriting classes need to implement IBulkRepository explicitly.
  • Renamed the Repository classes of the EntityFrameworkCore project to remove the "EntityFrameworkCore" prefix.
  • Renamed the Repository classes of the AzureStorage project to remove the "AzureStorage" prefix.
  • Removed a redundant generic parameter from the IDtoService interface.
  • General code clean-up based on ReSharper recommendations.
  • Updated unit tests.
  • Updated NuGet packages.