Skip to content

Releases: Serviceware/Dibix

v1.3.76

15 Aug 07:42

Choose a tag to compare

Changes:

  • b2193eb Add support for sql:variable function in RedundantSymbolSqlCodeAnalysisRule
  • 3b96c77 Extend Inline_FileResult test case
  • 99bef7d Adjust build host scripts for easier live deployment
  • 01b7c08 Allow SHA2_256 in HASHBYTES as it is still supported as per the MSDN docs

This list of changes was auto generated.

v1.3.72

17 Jun 16:07

Choose a tag to compare

Changes:

  • 5242f68 Restore nested sqlcmd includes within Pre/Post deploy scripts
  • 72bdd1f Combine all batches into one when analyzing Pre/Post Deploy scripts
  • 838a46c Rename ClassName property to AccessorName in EmbeddedResourceAccessorGenerator
  • f0e4d98 Resolve sqlcmd includes within the same script to avoid CA issues when the scripts are dependent on each other
  • 5170b09 Trim large parameters in DatabaseAccessException.ToString()
  • 9b0da65 Add support for specifying class name in resource class generator

This list of changes was auto generated.

v1.3.66

10 Jun 06:23

Choose a tag to compare

Changes:

  • 31f8b17 Remove support for native endpoint generation in accessor generator
  • 0a00aca Use Mock.VerifyAll instead of Verify(expression)
  • c2774bf Do not throw any redirect status code if auto redirect is disabled
  • 2d8edd0 ManagePackageVersionsCentrally is now implicitly enabled by the presence of Directory.Packages.props which interferes with code generation

This list of changes was auto generated.

v1.3.62

06 Jun 04:25

Choose a tag to compare

Changes:

  • 2199c99 Revert "Omit null query parameters in generated http client (Breaks compatibility with ASP.NET WebApi because query arguments are part of the routing selection)"
  • 08a5f1a Remove support for required nullable query parameters so it aligns with the ASP.NET Core implementation
  • dc27f54 Extend support for building endpoint action full name used for logging and tracking
  • b2a896c Add missing overload in UriBuilder that omits null string query parameters
  • 76a77a3 Add TestBase.AssertEqual overload that uses the test method name as the expected resource key
  • 01b2cdb Remove support for deep object query parameters

This list of changes was auto generated.

v1.3.56

02 Jun 09:25

Choose a tag to compare

Changes:

  • caa74b8 Omit null query parameters in generated http client (Breaks compatibility with ASP.NET WebApi because query arguments are part of the routing selection)
  • 60cd43a Omit query parameter values that match the default value in generated http client
  • c2f2380 Add public API for creating a user agent header

This list of changes was auto generated.

v1.3.53

30 May 07:01

Choose a tag to compare

Changes:

  • 251482b Add parameter to control --(no)self-contained in build scripts
  • 3f5e2fc Add REQUEST.Path
  • 7dbd3f7 Add IHttpParameterConversionContext.AppendRequiredClaim

This list of changes was auto generated.

v1.3.50

27 May 05:18

Choose a tag to compare

Changes:

  • da0d247 Collect action request body parameter so it will be added to the generated controller base class for reflection targets
  • efe35bb Extend parameter resolver test to parse constant parameter source to an enum value
  • 22a5171 Extend code generation test with nested property path
  • efbca76 Require generated base class for external reflection targets that point to a controller instance
  • b2f5732 Generate base class for external reflection targets that point to a controller instance
  • 3764d8b Require explicitly defining a type for path parameters when using external reflection targets

This list of changes was auto generated.

v1.3.44

23 May 11:05

Choose a tag to compare

Changes:

  • 63a589d Validate path parameters not used in user parameter sources (like Query, Body, Header)
  • 7c30bd2 Make use of configured property source type for reflection target parameter metadata
  • d74a9a7 Require type for parameter source properties
  • 0a65bec Improve SDK test coverage (especially for reflection target)
  • ebeb47d Remove controller import feature

This list of changes was auto generated.

v1.3.39

15 May 17:47

Choose a tag to compare

Changes:

  • 2ee2ab3 Pass correct property to property parameter source builder when using parameter descriptor syntax [Pt. II]
  • f774136 Pass correct property to property parameter source builder when using parameter descriptor syntax
  • 38ee7c1 Add support for object instance reflection targets
  • 392c4c1 Add support for describing reflection target parameters
  • e74d026 Ensure stable OpenAPI output when using nullable
  • f8a0128 Only generate accessor assembly if project contains no endpoints or explicitly set

This list of changes was auto generated.

v1.3.33

29 Apr 12:05

Choose a tag to compare

Changes:

  • b5b623d Validate unmapped contract properties in SELECT

This list of changes was auto generated.