Skip to content

Releases: nx-dotnet/nx-dotnet

v1.10.1

20 May 15:13
Compare
Choose a tag to compare

This release is also available on:

  • v1.10.1

1.10.1 (2022-05-20)

Bug Fixes

  • core: remove workaround for broken dotnet format builtin (#443) (e0f04eb)

v1.10.0

18 May 14:15
Compare
Choose a tag to compare

This release is also available on:

  • v1.10.0

1.10.0 (2022-05-18)

Features

  • core: update prompt for installed template to present available options (#436) (5a941ae)

v1.9.12

25 Apr 18:30
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.12

1.9.12 (2022-04-25)

Bug Fixes

  • dotnet: dotnet watch --project ... test should work (#426) (1575dda), closes #425

v1.9.11

21 Apr 14:48
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.11

1.9.11 (2022-04-21)

Bug Fixes

  • core: replace glob with fast-glob to speed up dep-graph calculation (#414) (5db4ca9), closes #410
  • dotnet: expand env vars in cli parameters (#422) (c2db0cd)

v1.9.10

13 Apr 21:08
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.10

1.9.10 (2022-04-13)

Bug Fixes

  • core: fall back to root if source root null (#408) (53bdc17)
  • core: resolved package version not provided (#407) (9bbc7c1)
  • core: test executor should fail properly (#411) (e2db293)

v1.9.9

01 Apr 20:42
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.9

1.9.9 (2022-04-01)

Bug Fixes

  • core: post-install shouldn't depend on nx packages (07811c7)

v1.9.8

01 Apr 13:38
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.8

1.9.8 (2022-04-01)

Bug Fixes

  • core: update nx to not publish *.ts files (3fa88c4)

v1.9.7

25 Mar 14:47
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.7

1.9.7 (2022-03-25)

Bug Fixes

  • core: allow opt-out of project inference (#402) (84bde4c)
  • dotnet: update handling of extraParameters to be compatible with spawn (#403) (65f0c48)

v1.9.6

10 Mar 17:20
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.6

1.9.6 (2022-03-10)

Bug Fixes

  • core: add workaround for broken .NET format command in v6+ (#397) (2d09657)

v1.9.5

03 Mar 17:04
Compare
Choose a tag to compare

This release is also available on:

  • v1.9.5

1.9.5 (2022-03-03)

Bug Fixes

  • dotnet: should work with paths that contain spaces (#392) (fa86355)