Skip to content

v8.0.0-dev.26

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 14 May 18:20
· 1796 commits to master since this release
  • Serialization.NewtonsoftJson

    • Changed the TimeSpanJsonConverter value writing to use the TimeSpan "c" format, not the XML duration convention.
  • Core.Endpoints

    • Added first Kephas.Core.Endpoints tests.
    • Improved GetSettingsHandler to resolve the settings only by name or name without the Settings suffix.
  • Core

    • Improved QualifiedFullName to split the type name by Name and Namespace.
    • Improved the DefaultTypeLoader to cache the exported types for an assembly.
    • RuntimeAssemblyInfo uses as type loader the DefaultTypeLoader.Instance value.
    • Added support in DefaultTypeResolver to resolve types only by name, as long as they are not ambiguous.