Skip to content

version 4.2.0

Compare
Choose a tag to compare
@arashazimi0032 arashazimi0032 released this 14 Mar 15:45
· 31 commits to master since this release
  • Bug fix in Get Assembly of CleanBaseIdentityDbContext
  • Add CleanBaseDependencyInjectionModule Base Class and AddCleanTemplateDependencyInjection<> Extension Method for Injecting Dependencies and Register Services from Assemblies other than Web Api (Program.cs) Assembly.
  • Non-Generic CleanBaseException added for exceptions without need for StatusCode.
  • CleanBaseExceptionCode Enum with all Base SystemException types added for set type and ExceptionCode of CleanBaseException
  • ExceptionCode of CleanBaseException renamed to ExceptionType.
  • overrideable HttpStatusResponseType property with Default value of InternalServerError added to CleanBaseException.
  • CleanBaseSetting type added for reading and configuring settings from appsettings.json.
  • Code Refactor