Skip to content

Releases: christianhelle/apiclientcodegen

1.1.2531

27 Sep 14:34
Compare
Choose a tag to compare

Changes:

  • a877181 Fix build errors in VSMac extension
  • 999f4a4 Update NSwag version info in README
  • 5de4e80 Revert "Add SonarCloud badges"
  • 737175e Add SonarCloud badges
  • dadf14b Update Microsoft.VisualStudio.Threading.Analyzers package to v16.7.56
  • 7c8722a Update NSwag packages to v13.7.4
  • 549c62b Update Microsoft.Extensions packages to v3.1.8
  • e75ea6a Update AutoFixture packages to v4.14.0
  • 93c815b Remove duplicate integration tests
  • 6002f7d Comment out failing AutoRest integration tests for OpenAPI v3
See More
  • adb6666 Use the --v3 argument in AutoRest if the OpenAPI used is > 3.0.0
  • 70b681f Add IOpenApiDocumentFactory as a dependency to AutoRestCSharpCodeGenerator
  • f79cfdd Disable OpenAPI v3 integration tests for AutoRest
  • 3b7c12d Create integration tests for the OpenAPI v3 spec files
  • 3653524 Include Swagger_v3 files in TestWithResources
  • bdee391 Rename files with _v3 instead of using a folder structure
  • 6303500 Rename folder
  • a94232b Add OpenAPI v3 spec files to test project
  • 84a267d Update VisualStudioForMac.md
  • aa7eafe Update README with instructions for setting up my Visual Studio for Mac extension repository
  • ecdb99b Add Visual Studio for Mac screenshots for managing extension repositories
  • 8d32526 Add Visual Studio for Mac screenshots for adding extension repositories
  • cd468a2 Add Visual Studio for Mac screenshot for update install progress
  • b9d0c92 Add Visual Studio for Mac screenshots for managing addin repositories
  • eb85857 Create script for updating the MonoDevelop Addin repo files
  • c4fb54f Add MonoDevelop Addin repo files to git ignore list
  • 5b3ae88 Build MonoDevelop Addin repo from vsmac build definition
  • 100f35d Include MonoDevelop addin repo files as build artifacts
  • 77ab032 Add publish make definition

This list of changes was auto generated.

1.1.2400

02 Sep 20:12
Compare
Choose a tag to compare

Changes:

  • e4d9159 Update blog URL in Marketplace.md
  • bc793b0 Remove SupportsYaml from CustomToolSetter and update the whole hierarchy
  • 82f34ad Fix missing .mpack build artifact
  • e8c4bea Add YAML description to Features section in docs
  • 807532d Update NSwag version in docs
  • 49b2614 Update Microsoft Extensions packages to v3.1.5
  • ebe7c09 Update Microsoft.NET.Test.Sdk package to v16.7.1
  • a274cdf Update xunit.runner.visualstudio package to v2.4.3
  • dac2d07 Update Moq package to v4.14.5
  • 75da64b Update AutoFixture packages to v4.13.0
See More
  • 300c77e Add tests for OpenApiDocumentExtensions
  • 172f0ac Resolve missing SonarCloud code coverage on StringExtensions
  • d718df2 Merge pull request #91 from christianhelle/yaml-support-vsmac
  • de18fa3 Add string extension tests for EndsWithAny
  • ab4fe28 Revert "Update Makefile"
  • 6c570fb Remove unused unnecessary usings
  • 90411df Update Makefile
  • 385d473 Fix failing tests on Mac
  • bf18f7e Move StringExtensions test to Core test project
  • da310fe Remove SupportsYaml from BaseSingleFileCustomTool and update hierarchy
  • 3278141 Update IOpenApiDocumentFactory implementation for VSMac
  • d17d514 Remove SupportsYaml from AddNewCommandHandler and update whole hierarchy
  • 211eb8f Update vsmac yaml template to use src/Makefile
  • 90e92d8 Add core test project to Mac solution
  • 6a66f39 Remove unused solution file
  • 9ae0dc4 Check for both .yaml and .yml file extensions
  • 8a23009 Introduce EndsWithAny string extension method
  • 6d8b7cf Update VSMac solution
  • c21387e Update NuGet packages in VSMac project
  • 53e3543 Remove generated file from project when switching to one that doesn't support YAML
  • 381afa2 Clear custom tool property in GenerateCommandHandler for non-supported code generators
  • fcd3249 Set SupportsYaml to return false for NSwagSingleFileCustomTool
  • 9c92b4e Introduce SupportsYaml for BaseSingleFileCustomTool
  • ee565c6 Remove unused file
  • 787ea67 Create Makefile for building Mac.sln
  • 1aa0d5f Update SupportedFileExtension to contain semi-colon separated values
  • 9373aef Get file extension instead of hard coded .json extension
  • 4643fca Show warning for code generators that don't support YAML files
  • b906731 Set SupportsYaml to false for NSwag and NSwagStudio command handlers
  • 55085d6 Introduce SupportsYaml in AddNewCommandHandler
  • 4a34085 Merge branch 'nswag-yaml'
  • c411f4a Trim .yaml and .yml when getting class name from swagger file
  • b072e80 Use OpenApiYamlDocument in NSwagStudioFileHelper for YAML files
  • 0d2c250 Update NSwag YAML integration tests
  • 4b7e418 Remove SupportsYaml from NewRestClientCommand and update the whole hierarchy
  • 706f170 Update IOpenApiDocumentFactory implementations to support Yaml
  • 4854fa8 Add NSwag.Core.Yaml nuget package to core project

This list of changes was auto generated.

1.1.2301

02 Sep 19:34
Compare
Choose a tag to compare

Changes:

  • ec24a88 Update Microsoft.VSSDK.BuildTools package to v16.7.3069
  • 6d0bd46 Update Microsoft.VisualStudio.Threading.Analyzers package to v16.7.54
  • 3e6eb2c Update Microsoft.VisualStudio.SDK.EmbedInteropTypes package to v15.0.34
  • 532aab4 Update Microsoft.VisualStudio.SDK.Analyzers package to v16.7.9
  • f4c299b Update NSwag.CodeGeneration.CSharp package to v13.7.0
  • 7dae592 Update xunit.runner.visualstudio package to v2.4.3
  • 90864cf Update Moq to v4.14.5
  • be14883 Update AutoFixture packages to v4.13.0
  • b23e62a Merge pull request #90 from christianhelle/custom-headers
  • bcba7f8 Remove SwaggerJson.nswag usage
See More
  • 6a4283f Optimize usings on All solution
  • 3ab5b59 Add missing tests
  • 2b76c29 Remove unnecessary usings
  • e6c2d1c Add screenshot for the new Custom HTTP Headers dialog
  • 2429300 Update add new dialog screenshot
  • 2eca30d Update window title
  • c1b1277 Use a data grid view to visual represent the custom HTTP headers
  • 6172d10 Merge pull request #88 from christianhelle/yaml-support
  • 047a766 Check first before setting property
  • f446bc6 Check for the project item filename when verifying YAML support
  • 08ac9a8 Create dedicated YAML tests
  • 6348034 Prompt the user when setting custom tool generating to NSwag for YAML files
  • 741bbdd Handle NotSupportedException by prompt the user with the Message
  • 3bb6c4c Prompt user when generating code using NSwag from YAML files
  • a136c08 Throw NotSupportedException when generating code with NSwag using a YAML file
  • 71e8e50 Fix failing tests regarding code generators using YAML
  • 07b5c12 Add Swagger.yaml file to src folder
  • d89f284 Add YAML file support for solution explorer context menu
  • 4c76ecf Add Swagger Petstore OpenAPI spec in YAML to test project
  • 711cff3 Introduce Add Custom Headers button in the Add New REST API Client dialog
  • fa736a2 Introduce AddCustomHeaderDialog

This list of changes was auto generated.

1.1.2039: Update Microsoft.Extensions Hosting, Logging, and Debug packages to v…

15 Jun 08:09
Compare
Choose a tag to compare

Changes:

  • e8c4996 Update Microsoft.Extensions Hosting, Logging, and Debug packages to v3.1.5
  • d1c63ac Update NSwag.CodeGeneration.CSharp package to v13.6.1

This list of changes was auto generated.

1.1.2007

03 Jun 22:05
Compare
Choose a tag to compare

Changes:

  • 7dae30d Update coverlet.collector package to v1.3.0
  • d698ce6 Update xunit.runner.visualstudio package to v2.4.2
  • 251b93d Update NSwag.CodeGeneration.CSharp package to v13.6.0

This list of changes was auto generated.

1.1.1943

21 May 19:05
Compare
Choose a tag to compare

Changes:

  • 31bdbbd Update Microsoft.Extensions Hosting and Logging packages to v3.1.4
  • 6500651 Remove verbose output on CLI smoke test script

This list of changes was auto generated.

1.1.1895

11 May 12:39
Compare
Choose a tag to compare

Changes:

  • 436465f Update NSwag.CodeGeneration.CSharp package to v13.5.0
  • d139a10 Update ICSharpCode.CodeConverter package to v8.1.2

This list of changes was auto generated.

1.1.1852

04 May 06:27
Compare
Choose a tag to compare

Changes:

  • 057d36b Update VisualStudioForMac.md to use OpenAPI Generator 4.3.0
  • 03085d5 Update Marketplace.md to use OpenAPI Generator 4.3.0
  • f1efcd1 Update README to use OpenAPI Generator 4.3.0
  • ca949e6 Re-enable building NetFrameworkApp in OpenAPI integration tests
  • 6af829f Always dotnet.exe to build integration test projects
  • 421f572 Update integration test project for swagger/openapi to use the SDK style project
  • dcc7b7f Upgrade to OpenAPI Generator v4.3.0
  • af6c572 Update Microsoft.VSSDK.BuildTools package to v16.7.11
  • 3473a59 Update Microsoft.VisualStudio.SDK.Analyzers package to v16.5.5
  • 35629b4 Update Microsoft.VisualStudio.Threading.Analyzers package to v16.6.13
See More
  • e4383fa Update Microsoft.VisualStudio.SDK.EmbedInteropTypes package to v15.0.30
  • e4bc955 Update Moq package to v4.14.1

This list of changes was auto generated.

1.1.1823

26 Apr 19:09
Compare
Choose a tag to compare

Changes:

  • 1c7533d Update NSwag.CodeGeneration.CSharp package to 13.4.2
  • cb78194 Update ICSharpCode.CodeConverter package to 8.1.1
  • b0013d8 Update Test SDK package to 16.6.1
  • 533e9eb Update Moq package to 4.14.0

This list of changes was auto generated.

1.1.1784

21 Apr 09:07
Compare
Choose a tag to compare

Changes:

  • 12fa912 Resolve missing coverage on new code
  • 5bdd96c Merge pull request #85 from christianhelle/nuget-options
  • 75a5d9b Adjust Add New REST API Client dialog controls
  • a9af52c Change to nullable bool
  • ba47afe Use NuGet 5.4.x in vsix.yml
  • a75bcda Move checkbox to bottom
  • b96c1f0 Check option before install NuGet packages
  • 1696ff9 Add option for automatic NuGet package installation

This list of changes was auto generated.