Skip to content

v2.2.0

Compare
Choose a tag to compare
@temonk temonk released this 04 Apr 16:46
· 17 commits to main since this release
  1. The InvalidDomainValueException class in InvalidDomainValueException.cs has been changed from a sealed class to a regular class.
  2. The method AddAllDomainPrimitivesSwaggerMappings in SwaggerGenOptionsExt.cs has been modified to take an array of assemblies as a parameter. A new method AddDomainPrimitivesSwaggerMappings has been added to process each assembly individually.
  3. The UnderlyingPrimitiveType attribute has been added to various classes in the DomainPrimitiveGeneratorTest files.
  4. A new class DomainPrimitiveAssemblyAttribute has been added to DomainPrimitiveAssemblyAttribute.cs. This attribute is applied to assemblies to indicate that they are part of a DomainPrimitive assembly.
  5. A new C# file named UnderlyingPrimitiveTypeAttribute.cs has been created in the AltaSoft.DomainPrimitives namespace. This file defines a new attribute class named UnderlyingPrimitiveTypeAttribute which inherits from the Attribute class and has a property UnderlyingPrimitiveType.