Skip to content

Releases: Serviceware/Dibix

v1.2.30

27 Sep 05:13

Choose a tag to compare

Changes:

  • d0559db Consolidate/update some third party references
  • 73927eb Simplify central package management

This list of changes was auto generated.

v1.2.28

23 Sep 13:37

Choose a tag to compare

Changes:

  • 78d9d3b Remove # prefix in contract references
  • c199c61 Lazily resolve contract property types and default values to make use of the new symbol name resolver (This tempoarily disables unused contract validation)
  • 2b124ee Validate the name length of BEGIN TRANSACTION statements
  • 46980bc Set ReferenceOutputAssembly=False to avoid unwanted build outputs from source generator project
  • 7ec3951 Publish NuGet packages before GitHub release

This list of changes was auto generated.

v1.2.23

14 Sep 13:22

Choose a tag to compare

Changes:

  • 805aa10 Equality comparison of primitive collections was not performed correctly when using MultiMap
  • 62f126d Always set UseDedicatedTestResultsDirectory to true, because #if CI_BUILD isn't really the desired behavior
  • 9011b89 Publish GitHub releases directly, instead of drafting them

This list of changes was auto generated.

v1.2.20

14 Sep 08:53

Choose a tag to compare

Changes:

  • 7703e39 Allow providing a specific output name to TestBase.AssertEqual
  • f262d80 Update azure pipelines files
  • 62675f0 Generate clients with IReadOnlyList<> instead of ICollection<>

This list of changes was auto generated.

v1.2.17

30 Aug 15:03

Choose a tag to compare

Changes:

  • 90764ce Implement validation for equivalent paths
  • baa555f Fix error in Dibix.Sdk.Tests.Database
  • 62955c9 Enable ReSharper ConfigureAwait(false) analysis

This list of changes was auto generated.

v1.2.14

29 Aug 09:06

Choose a tag to compare

Changes:

  • c0dfc45 Expose test/run directory paths in TestBase
  • f13d8e3 Improve namespace handling in TestMethodGenerator
  • 5ba6c63 Ensure unique dedicated test run directory name
  • f0c4d56 Json schema did not allow nullable uri with "isRelativeHttpsUrl" property
  • 69bf1e2 Use source generator to generate MSTest methods for SqlCodeAnalysisRule

This list of changes was auto generated.

v1.2.9

04 Aug 07:51

Choose a tag to compare

Changes:

  • bf5b873 Treat XML type as string in Open API document
  • 68b5dbe Improve error handling
  • 98ca57a Do not use reflection when dumping HttpHeaders
  • 243bce4 ReflectionExtensions.SafeGetMethod

This list of changes was auto generated.

v1.2.5

28 Jul 06:51

Choose a tag to compare

Changes:

  • f66de6b Wrap System.Diagnostics.EventLogEntryType, because it weirdly causes the coverlet.collector to hang
  • e2abdf7 Validate SET statements
  • cb0cf41 Do not ignore SET statements when collecting DML command text
  • 1ad84ae Add last 10 event log warnings/errors in case of test error
  • bf15502 Set version to '1.2'

This list of changes was auto generated.

v1.1.159

21 Jul 06:50

Choose a tag to compare

Changes:

  • 44d3035 Validate unused contract properties
  • 8bb70e7 .NET 5 > .NET 6
  • fbdfdd1 Do not treat XElement as an entity descriptor
  • 44aaa3c Fix SqlCore target being always executed when the dibix.json input doesn't resolve to an existing file

This list of changes was auto generated.

v1.1.155

23 Jun 07:22

Choose a tag to compare

Changes:

  • 7d6db13 Remove HttpRequestTracer.LastRequest since it's not thread-safe; simplify formatting APIs

This list of changes was auto generated.