Skip to content

Releases: Dreamescaper/GenerateAspNetCoreClient

2.1

10 Jan 13:33
Compare
Choose a tag to compare

What's Changed

2.0

01 Dec 00:51
1624253
Compare
Choose a tag to compare
2.0

What's Changed

  • This tool requires .NET 8 runtime installed.
  • .NET 8 projects are supported now.
  • Fix forms with files.

New Contributors

Full Changelog: 1.1...2.0

1.1

16 Dec 15:07
Compare
Choose a tag to compare

1.0

12 Nov 22:46
Compare
Choose a tag to compare
1.0

What's Changed

  • .NET 7 projects are supported now.
  • This tool requires .NET 7 runtime installed.

New Contributors

Full Changelog: 0.8...1.0

0.8

23 Aug 13:37
6d73576
Compare
Choose a tag to compare
0.8
  • Generated interfaces are partial now.
  • You can provide --use-api-responses switch to use IApiResponse<T> return types for generated methods.
  • AliasAs handling is fixed for enumerables now.

Full Changelog: 0.7...0.8

0.7

15 Jun 09:25
Compare
Choose a tag to compare
0.7
  • Add support FileResult response

0.6

16 Apr 12:45
Compare
Choose a tag to compare
0.6
  • Handle methods / endpoint duplicates.
  • Support Refit static headers.
  • Support WebApplicationBuilder.

0.5

22 Nov 23:17
4839a08
Compare
Choose a tag to compare
0.5

Update to .NET 6

0.4

03 Aug 08:53
Compare
Choose a tag to compare
0.4
  • Handle Query names correctly (#4)

0.3

28 Feb 00:38
Compare
Choose a tag to compare
0.3
  • Fix support for ASP.Net Core 3.1 projects
  • Add ability to use query models (if used in the controller) instead of separate parameters by providing --use-query-models argument