Skip to content

Releases: christianhelle/apiclientcodegen

Support OpenAPI Generator v5.0.0

10 Jan 09:10
Compare
Choose a tag to compare

Changes:

  • aeaa36d Set working directory instead of specifying full path to spec file in OpenApi Generator
  • ae9f09b Update OpenAPI Generator version in docs
  • 5bf67ff Update OpenAPI Generator to v5.0.0 (stable)
  • 53f60c9 Explicitly set AssemblyVersion and FileVersion in core project
  • 1dd154d Merge pull request #136 from christianhelle/dependabot/nuget/Microsoft.VSSDK.BuildTools-16.9.1043
  • a105295 Bump Microsoft.VSSDK.BuildTools from 16.9.1041 to 16.9.1043
  • ef7c8cb Merge branch 'development'
  • 8f0396d Merge pull request #135 from christianhelle/dependabot/nuget/Exceptionless-4.6.1
  • 9f844de Bump Exceptionless from 4.6.0 to 4.6.1
  • f263802 Merge pull request #134 from christianhelle/dependabot/nuget/Exceptionless-4.6.0
See More
  • acaea86 Bump Exceptionless from 4.5.0 to 4.6.0
  • 09d81d5 Set Exceptionless version to the Core library assembly verison

This list of changes was auto generated.

1.1.4697

26 Dec 10:16
Compare
Choose a tag to compare

Changes:

  • ede80c3 Anchor the Copy to Clipboard button to Top|Right
  • 2869ecb Add copy to clipboard button
  • 2d3a9ee Implement Analytics options page
  • df22882 Remove support key from General Options page
  • 8799752 Switch anonymous name and support key
  • 3cf0663 Show support key in General Options page
  • 5d1c37c Rename ctx to context to match the interface declaration
  • 43e3650 Remove unnecessary usings
  • 4d9aa1d Remove empty statement
  • f3d1618 Merge pull request #131 from christianhelle/dependabot/nuget/AutoFixture.AutoMoq-4.15.0
See More
  • 530b197 Bump AutoFixture.AutoMoq from 4.14.0 to 4.15.0
  • b5c3b74 Merge pull request #132 from christianhelle/dependabot/nuget/AutoFixture.Xunit2-4.15.0
  • caf8b81 Bump AutoFixture.Xunit2 from 4.14.0 to 4.15.0
  • ac8a138 Merge pull request #133 from christianhelle/dependabot/nuget/AutoFixture-4.15.0
  • fda0bfe Bump AutoFixture from 4.14.0 to 4.15.0
  • 4b32e65 Update support key to be the SHA256 of username@machine-name
  • 9229163 Enable anonymous user using Exceptionless
  • 1d5a0eb Rename GetFullSupportKey() to GetSupportKey()
  • 67ce744 Rename GetShortSupportKey() to GetAnnonymousName()
  • a7594d3 Implement concept of a support key
  • 41b093c ToSha256 tests
  • 711aa42 Implement ToSha256() string extension method
  • a8cdcef Enable Exceptionless sessions
  • 8d33722 Imåplement SentryRemoteLogger for VSMac Extension

This list of changes was auto generated.

1.1.4559

16 Dec 15:38
Compare
Choose a tag to compare

Changes:

  • 1e389c3 Merge branch 'development'
  • 3747216 Merge pull request #130 from christianhelle/dependabot/nuget/Microsoft.VSSDK.BuildTools-16.9.1041
  • 6317bf6 Bump Microsoft.VSSDK.BuildTools from 16.9.1035 to 16.9.1041
  • 25cdd0e Implement IEventPlugin for ignoring non-project related exceptions in Exceptionless
  • 9858ee7 Remove double tag
  • 4d254c6 Introduce default tags
  • 59e4b7c Track "Generate NSwag Studio output" feature usage
  • 3853526 Use GetName() instead of GetCustomToolName()
  • 444eece Track which "New REST API Client" generator is selected
  • 12a8336 Add [CLI] prefix to Sentry entries
See More
  • d488032 Add [VSIX] prefix to Sentry entries
  • d9fc3e1 Remove unused usings
  • ee6fe05 Implement RemoteLogger tests
  • 752a802 Disable remote logging when a debugger is attached or when running from unit tests
  • e7d2e3b Merge pull request #129 from christianhelle/dependabot/nuget/Microsoft.VSSDK.BuildTools-16.9.1035
  • 46204b4 Remove TrackEvent from IRemoteLogger
  • 9888558 Bump Microsoft.VSSDK.BuildTools from 16.9.9 to 16.9.1035
  • 5014a55 Implement IRemoteLogger for Senty in CLI project
  • 981ec61 Implement IRemoteLogger for Senty in VSIX project
  • a77a22c Add Setup method to Logger mediator
  • dc43a64 Add support for setting up more IRemoteLoggers
  • 555d022 Add support for multiple IRemoteLogger implementations
  • b778b5c Add Set Assembly Manifest Data task to VSIX template
  • a9df8b1 Disable logging on production-tests workflow

This list of changes was auto generated.

1.1.4470: Add steps for building .NET 4.7.2 and .NET Standard 2.0 projects to p…

12 Dec 14:55
Compare
Choose a tag to compare

Changes:

  • b7a6f65 Add steps for building .NET 4.7.2 and .NET Standard 2.0 projects to production tests
  • e2d58cd Merge branch 'fix-travis'
  • b19636c Use / instead of \
  • 6a2ff26 Update TravisCI file to only build the CLI project
  • 652e725 Remove unused usings
  • 2043534 Restore mono: none
  • aa08054 Log "New REST API Client" feature usage on VS Mac
  • 0edfeef Log "Generate NSwag Studio output" feature usage on VS Mac
  • 41709dc Log custom tool feature usage for VS Mac
  • 82105e8 Remove mono spec
See More
  • 18d008d Specify mono latest
  • 2e420a2 Remove target framework specification
  • 94eec56 Fix assembly name casing
  • d64c926 Fix TestingUtility
  • e8d241f Log "Generate NSwag Studio output" feature usage
  • 705da2a Log "New REST API Client" feature usage
  • 95710b3 Skip logging to Exceptionless if a debugger is attached
  • 4a216a3 Revert "Set IsRunningFromUnitTest to true if debugger is attached"
  • bc0c386 Set IsRunningFromUnitTest to true if debugger is attached
  • 54608c7 Remove IsRunningFromIntegrationTests
  • 3699707 Remove output message regarding remote logging status
  • e2645f3 Add --no-logging to integration test script
  • b8e5a3b Add --no-logging to smoke test github workflow
  • 8a95e7b Add --no-logging to smoke test script
  • ed66808 Introduce --no-logging flag to CLI app to disable remote logging
  • 74bf3eb Skip remote logging when running from unit tests
  • b8ecf69 Add test scripts to All solution
  • c5fa1b7 Rename ILogger to IRemoteLogger
  • 11e11c5 Log all handled exceptions
  • 404090d Fix failing test
  • 606f131 Move NSwag Studio feature tracking to NSwagStudioCommand
  • e41d5d9 Track NSwag Studio generator usage
  • b28c688 Implement GetName() for NSwagStudio
  • 7a01fc7 Track feature usage in CLI commands
  • 4fdae5a Introduce CodeGeneratorNameExtensions extension method class
  • 176390b Log exceptions from SingleFileCodeGenerator
  • d60485c Simplify switch-case
  • 09b79c2 Track code generator usage in CodeGeneratorFactory
  • 885fc2e Remove empty folder in VSIX project
  • c71ff3e Exclude ILogger implementations from code coverage
  • 2d06d41 Introduce GetName() extension method to SupprotedCodeGenerator
  • f9c7425 Move types into files
  • 75d65b6 Introduce ILogger interface and implement using Exceptionless
  • 137e21b Add Exceptionless package to core project
  • e868a9a Merge pull request #128 from christianhelle/dependabot/nuget/Microsoft.Extensions.DependencyInjection-5.0.1
  • 5da8a4c Bump Microsoft.Extensions.DependencyInjection from 5.0.0 to 5.0.1
  • 5507724 Remove target framework in TravisCI file for dotnet restore
  • 7b79782 Specify target framework in TravisCI build
  • a380aa5 Run unit tests workflow on against all branches
  • ddb253d Specify netcoreapp2.1 as the target framework when running tests on Mac
  • 874532c Merge pull request #127 from christianhelle/dependabot/nuget/System.ComponentModel.Annotations-5.0.0
  • bd944dd Fix VSMac github workflow
  • 00ba088 Change target framework in VSMac projects to 4.7.2
  • 79b4443 Bump System.ComponentModel.Annotations from 4.7.0 to 5.0.0
  • 3aa397b Update smoke test github workflow to build .NET 4.7.2 and .NET Standard 2.0 projects
  • b941868 Add new smoke test project types to script
  • ae1383a Add .NET Framework 4.7.2 smoke test projects
  • 0b5e488 Fix Swagger Codegen smoke test project target frameworks
  • 8382f35 Add .NET Standard 2.0 smoke test project files
  • 5a89ac5 Fix workflows that try to run the now removed CLI tests project
  • 17be4a0 Remove CLI test project
  • 75a0d2c Merge branch 'move-cli-commands-to-core'
  • 69ef0c2 Add System.ComponentModel.Annotations package to core test project
  • e8db559 Add target framework net472 to core test project
  • 5f2a6ab Adjust namespaces
  • 302c284 Remove unused using
  • 1186399 Fix build
  • 44c0efb Ignore test/dotnet-install.ps1
  • 2cee1cc Fix build error
  • f0ea29a Move CLI commands and logging components into core project
  • 5e0a7d8 Specify push paths on production tests workflow
  • 1e5c9f6 Align production tests with smoke tests
  • 501bf43 Merge branch 'net5-smoke-tests'
  • 312ff6f Install .NET SDK's via smoke-test.ps1
  • 4ecd045 Remove SDK list from smoke-test.ps1
  • 4de4bcd Install .NET 5 from smoke-test.ps1
  • d0fe612 List dotnet SDK's
  • 90ddd0f Use -Version instead of --version
  • 67da82c Don't use powershell core
  • e2e49cf Specify OutFile path
  • 47ac7e4 Setup .NET 5 using install scripts
  • f5c3013 Revert "Remove .NET 5 steps from Github workflow"
  • 3e2a68e Update Azure PIpelines smoke tests to install .NET 5 via install scripts
  • 6b9fce8 Remove .NET steps from smoke test workflow
  • 86459ed Remove .NET 5 steps from Github workflow
  • 1d14863 Update Azure PIpelines smoke test
  • dfaa2df Add .NET 5 support to smoke test workflow
  • 3e14fa1 Add support for .NET Core 3.1 in smoke test workflow
  • a2fd690 Add .NET Core 3.1 and .NET 5 smoke test github workflow
  • 1656a6c Update smoke test github workflow
  • 67fff97 Build .NET Core 3.1 and .NET 5 smoke test projects
  • 9c29a49 Add .NET Core 3.1 and .NET 5 smoke test projects

This list of changes was auto generated.

1.1.4142

03 Dec 19:54
Compare
Choose a tag to compare

What's new

  • Added support for OpenAPI Generator 5.0.0 (beta3)
  • Added backwards compatibility for older versions of the NSwag Studio file format

Changes:

  • 9098e2f Disable parallel integration test run in cake script
  • fbb4fdb Remove code coverage badge from README
  • b58ae67 Merge pull request #126 from christianhelle/dependabot/nuget/Microsoft.NET.Test.Sdk-16.8.3
  • bc6b04d Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
  • f709dfb Merge branch 'test-reliability'
  • 5d982ec Remove unused using
  • 76dbd5d Implement retry policy when executing NPM commands
  • 158fe50 Remove NPM sync lock from DependencyDownloader
  • f5cc42e Add missing NSwag Studio integration tests
  • cc3d05c Merge branch 'yaml-smoke-tests'
See More * 60d89d1 Missing VSIX NSwagStudioCodeGenerator test coverage * 33f73ed Remove unused usings * 596aa49 Update local smoke tests * 4ba86e8 Remove AutoRest smoke tests for v3 from github workflow * 77480f7 Rename OpenAPI extensions to match file format in local smoke test script * b25869e Rename OpenAPI extensions to match file format * 41a734e [hack] check if output message contains "Done." indicating that nswag succeeded * a2b87bb Prevent concurrent npm install operations * 1adeed3 Add support for legacy NSwag Studio files * 4b56635 Update TestWithResources base class to include legacy NSwag Studio files * eb654a2 Fix filename * a5e42f9 Add legacy NSwag Studio files * 768c863 Update NSwag Studio files to include OpenAPI spec * 517fdf4 Use async Task instead of int Main() * 75c8540 Add asserts while arranging for AutoRest integration tests * 5a581c7 Merge branch 'fix-code-smells' * d20e93e Remove test step in VSIX build and introduce All build for Azure Pipelines * b8eaae4 Implement serialization pattern in ProcessLaunchException * 200a84c Remove unnecessary usings in ProcessLauncher * daa0d96 Merge branch 'paths-ignore' * 81742d2 Add paths-ignore to unit tests workflow - Skip non-code changes * 041ede0 Add paths-ignore to VS Mac - Skip CLI tool and VSIX changes * e0d2b84 Add paths-ignore to VSIX - Skip CLI tool and VS Mac changes * ea29018 Add paths-ignore to smoke tests * afd1431 Remove push triggers on production tests * 8b16ff6 Add paths-ignore to cli-tool - Skip VSIX and VS Mac changes * 07d68ed Re-add AutoRest smoke tests * 5231841 Remove double -v * 2df0267 Split up generate code and build steps in smoke tests * 73d5552 Remove * branch trigger for unit tests * a57b09b Remove push triggers for production tests * a60482c Update local smoke test script to test both v2 and v3 of Swagger Petstore using YAML and JSON files * 98c3ba7 Ignore smoke test generated C# files * 6496612 Update smoke test github workflow to test both v2 and v3 of Swagger Petstore using YAML and JSON files * e10b159 Merge branch 'core-integration-tests' * c412539 Remove test step for VS Mac build in Azure Pipelines * d48dc81 Fix missing namespace rename in VSMac test project * 286188a Adjust namespaces in test projects * 0db0bf0 Fix smoke test output filename * 88e5f6d Add github workflows to All solution * 8909092 Rename integration tests github workflow to production tests * b1681fb Merge branch 'openapi-generator-5-beta3' * 900dc10 Update OpenAPI Generator version in docs * c3f4a95 Update to OpenAPI Generator 5.0.0 (Beta3) * 475dc06 Missing ThrowNotSupportedOnUnix() * f3e0529 Go one more folder up in CSharpFileMergerTests * 88b4e9b Write folder name as error in CSharpFileMergerTests * 6eb1829 Fix compile error - remove extra ; * cbc84d9 Skip Swagger and OpenAPI generator integration tests on Unix / MacOS * d5aa269 Align tests * c583efc Revert "Change target framework to .NET 4.7.2 for VSMac projects" * 30af3aa Change target framework to .NET 4.7.2 for VSMac projects * 6c99a63 Update NSwag Studio integration test fixtures * 7d2f9ec Add missing NSwag Studio integration tests for YAML files * 529de9e Update NSwag Studio arrange fixture to assert if the generated code exists * 1a1d656 Remove unnecessary integration test * 8abf4aa Change target framework to .NET 4.8 for VSMac test project * 90ea435 Decrease retry policy to 3 in TestWithResources * 527c620 Remove retry policy on ProcessLauncher * 4edd82e Remove duplicate AutoMoqData code * 58fec7e Run VSIX tests using cake script * 6ca80bc Remove VSMac test project step in unit test workflow * c639865 Skip Mac.sln in cake build restore * ee50e92 Update cake script * a578ba6 Remove tests from VS Mac github workflow * 8d1152f Missing code coverage * 9506e48 Fix unix directory separator character * c5e1546 Update github workflows * 6fa1f36 Create github workflow running integration test projects * 0aa9738 Create github workflow for live integration testing of rapicgen * 9f2e5d9 skip running integration tests from cli-tool and vsmac work flows * b23ce24 Rename VSIX solution * 30ce839 Add dotnet test step for VS Mac build on Azure Pipelines * a45de1f Remove VsTest task for VSMac builds in Azure Pipelines (only for Windows) * c5a8b91 Improve tests * 41ab60b Implement IAsyncLifetime in TestWithResource * 65b81ea Remove test step for Travis CI builds * 878ee30 Use VsTest instead of the dotnet CLI to test the Mac solution * 28e07fb Use VsTest instead of the dotnet CLI to test the CLI tool * 77aed10 Add test steps to Azure Pipelines * 715c1e4 Add test step to VS Mac github workflow * f855222 Remove invalid test * e3a367f Fix missing } * a409a31 Update ProcessLauncherTests to check for the correct exception * f6f8fc6 Update ProcessLauncherTests to check for the correct exception * 84e2bf9 Introduce 5x retry policy with expnential back off for ProcessLauncher * 637da7a Revert XunitRetry changes * d3c00b6 Revert XunitRetry changes * 859378e Consolidate packages * c3d5ad1 Consolidate packages * fcf6db9 Adjust namespaces in core integration test project * 9688aa5 Add xunit.runner.visualstudio package to core integration test project * 8ac97b4 Update GetNSwagPath() usages * d4d7d65 Missing NSwag Studio related tests * a21d1d3 Move fixtures to common test project * 5914d43 Move forceDownload to constructor * f2ca444 Update TestingUtility * b9d9a9e Create copy of DependencyDownloaderTests in core integration test project * a7e4a7d Missing core tests * 59a61f9 Add referenc...
Read more

1.1.3189: Merge pull request #99 from christianhelle/fix-unable-to-load-vspackage

11 Nov 15:36
5b6e13e
Compare
Choose a tag to compare

Changes:

  • 5b6e13e Merge pull request #99 from christianhelle/fix-unable-to-load-vspackage
  • 63649c1 Fix artifacts for VSIX github actions build
  • 49a0ab2 Revert "Enable Visual Basic integration tests"
  • 4dd4785 Revert "Update Microsoft.VSSDK.BuildTools package to v16.9.1014"
  • ad75c2a Revert "Update Microsoft.VisualStudio.Threading.Analyzers package to v16.8.51"
  • 335da72 Revert "Update Microsoft.VisualStudio.Validation package to v16.8.33"
  • c28945b Revert "Update Microsoft.VisualStudio.Threading package to v16.8.51"
  • 373f967 Revert "Update Microsoft.VisualStudio.Text.Data packge to v16.6.225"
  • 5bbdae6 Revert "Update Microsoft.VisualStudio.ComponentModelHost package to v16.6.225"
  • 95168bb Revert "Update Microsoft.VisualStudio.TextTemplating.VSHost.15.0 package to v16.7.30329.88"
See More
  • 1ad5e2c Revert "Update VSLangProj package to v16.7.30508.193"
  • 484c7e4 Revert "Update StreamJsonRpc package to v2.6.121"
  • 57aa18d Revert "Update NuGet.VisualStudio package to v5.7.0"
  • defc2a4 Revert "Update Microsoft.VisualStudio.SDK.EmbedInteropTypes package to v15.0.36"
  • 63afc45 Revert "Update Microsoft.VSSDK.BuildTools package to v16.9.1024"
  • 8fa1135 Revert "Update Microsoft.VSSDK.BuildTools package to v16.9.1025"
  • 8633425 Revert "Update Microsoft.VisualStudio.Threading.Analyzers package to v16.8.55"
  • 2b6dd6b Revert "Update Microsoft.VisualStudio.Threading package to v16.8.55"

This list of changes was auto generated.

1.1.3147

07 Nov 16:53
Compare
Choose a tag to compare

Changes:

  • ae90db6 Merge branch 'update-packages'
  • 8d8fc46 Update Microsoft.Extensions.DependencyInjection package to v3.1.9
  • 2360f88 Update Microsoft.VisualStudio.Threading package to v16.8.55
  • 7f9cb71 Update Microsoft.VisualStudio.Threading.Analyzers package to v16.8.55
  • 139afc2 Update Microsoft.VSSDK.BuildTools package to v16.9.1025
  • 86f85a3 Update README.md
  • 6b47e64 Add SonarCloud quality gate badge to README
  • 6e8f4fe Merge branch 'update-packages'
  • 12f303e Enable Visual Basic integration tests
  • 7bbbd7f Update Microsoft.VSSDK.BuildTools package to v16.9.1024
See More
  • 3786780 Update Microsoft.VisualStudio.SDK.EmbedInteropTypes package to v15.0.36
  • 7c2ab0b Add link to Azure Pipelines from badge in README
  • 790bac7 Update System.VisualStudio.Threading usages in VSMac project
  • 307ee3c Update ICSharpCode.CodeConverter package to v8.2.1 and update usages
  • 7d85db5 Update NuGet.VisualStudio package to v5.7.0
  • b42858f Update StreamJsonRpc package to v2.6.121
  • 23fb25c Update VSLangProj package to v16.7.30508.193
  • ce01f86 Update Microsoft.VisualStudio.TextTemplating.VSHost.15.0 package to v16.7.30329.88
  • 5b632e7 Update Microsoft.VisualStudio.ComponentModelHost package to v16.6.225
  • f8ee337 Update VSIX and test projects to target .NET Framework 4.7.2
  • 85698f7 Update Microsoft.VisualStudio.Text.Data packge to v16.6.225
  • 6d5ca29 Update Microsoft.VisualStudio.Threading package to v16.8.51
  • e18101b Update Microsoft.VisualStudio.Validation package to v16.8.33
  • f64f5fc Update Microsoft.VisualStudio.Threading.Analyzers package to v16.8.51
  • 4c35fb9 Update Microsoft.VSSDK.BuildTools package to v16.9.1014

This list of changes was auto generated.

1.1.3012: Merge pull request #96 from christianhelle/fix-vsmac-build

31 Oct 14:05
8695a4f
Compare
Choose a tag to compare

Changes:

  • 8695a4f Merge pull request #96 from christianhelle/fix-vsmac-build
  • 505451d Fix VSMac builds on Azure Pipelines
  • e9391b3 Update make release to build solution using vstool build
  • 1c468e5 Use make release and make package
  • 51f49b6 Try out macos-11.0 build agent
  • e9abd2e Use msbuild to restore packages
  • 269d5b5 Set working directory to VSMac output folder
  • 11d8199 Fix path to zip binaries
  • f060751 use recursive zip
  • 81ad088 Rename artifact names
See More
  • 9ea9f37 Missing "src" in publish binaries step
  • d46ee6b publish build output binaries
  • 5e4d84b Update make package to show the help for vstool setup pack
  • b1f3976 Output AddinInfo.cs contents
  • 09ba7e1 Update Makefile to use net48 folder
  • 00ec36a Upgrade VSMac project to .NET Framework 4.8
  • cc3e4f4 Upgrade VSMac project to .NET Framework 4.7.2
  • 57a4fec Update Makefile
  • 29a7bd5 Add github action step for building mpack file
  • 08d227b Remove vstool format and debugSymbols arguments from Makefile
  • 7fc4d8e Fix attempt on Github workflows
  • 5885af1 Update github workflows triggers
  • c5009a3 Attempt to build VS Mac extension package from Github Actions
  • 78b49cc Revert "Simplify github action for VSMac extension to just build"
  • 0594194 Merge pull request #94 from christianhelle/openapi-generator-cli-5.0.0-beta2
  • 8ef2933 Update documentation files to use OpenAPI Generator v5.0.0-beta2
  • 91aab88 Update Microsoft.Rest.ClientRuntime package to v2.3.22 for generated code
  • ee5d51b Add -format:mpack -debugSymbols:true arguments to vstool setup pack
  • dde6803 Use make package instead of make release
  • b1640bb Introduce make package
  • 13a4794 Update Makefile
  • e613475 Update path to /Applications/Visual\ Studio.app/Contents/MacOS/vstool in Makefile
  • e536a3e Update make release to list output directory
  • 8a1d580 Add Makefile to All solution
  • 9f0427d Revert back to macos-latest
  • b84d3ac Run Github action for Mac build on macOS-10.14
  • 03c5694 Run Github action for Mac build on macOS-10.15
  • d727307 Update NuGet core tests
  • d089bec Switch to using the csharp-netcore OpenAPI Generator
  • 88b848a Update tests regarding Swagger and OpenAPI generated code dependencies
  • f518204 Update package dependencies to support Polly, RestSharp 106.11.7 and JsonSubTypes 1.8
  • 95e56f0 Use OpenApiGeneratorProjectFileContents in BuildHelper
  • 24cc3ef Introduce OpenApiGeneratorProjectFileContents
  • fb5ad66 Use --generator-name instead of -g
  • da8e038 Update arguments for OpenAPI Generator CLI 5.0.0 beta2
  • 717cae5 Update to OpenAPI Generator CLI 5.0.0 Beta2
  • afddbe5 Simplify github action for VSMac extension to just build

This list of changes was auto generated.

1.1.2795: Revert "Update VSIX template for Azure Pipelines to build the All.sln"

22 Oct 12:17
Compare
Choose a tag to compare

Changes:

  • 3d65c93 Revert "Update VSIX template for Azure Pipelines to build the All.sln"
  • c01f09b Adjust namespaces
  • a99d380 Reintroduce duplicate tests until issue regarding test runners for both .net core and .net fx are resolved
  • 76057c8 Reintroduce duplicate tests until issue regarding test runners for both .net core and .net fx are resolved
  • 06b5f50 Run VSIX tests in parallel
  • 548e3da Improve AutoRestCommand tests
  • 30c2253 Update VSIX template for Azure Pipelines to build the All.sln
  • 664a4da Merge branch 'restructure-tests'
  • 067274f Move DependencyDownloaderTests to integration tests project
  • 167c6cd Remove duplicate tests
See More
  • ff4c97f Add scripts as solution items to All.sln
  • 271c89e Update integration-test.yml for Azure Pipelines
  • 4c547c3 Update Microsoft.VSSDK.BuildTools package to v16.9.9
  • 9deec16 Update Moq to v4.14.7
  • 6097c3c Update CLI tool packages
  • 7d73d62 Add solution folders for Azure Pipelines and Github Actions yaml files
  • 530016d Build cli-tool github actions workflow using Windows-2019 instead of Ubuntu Latest
  • a9bbe8f Mock out IProcessLauncher in Swagger and OpenAPI generator core tests
  • e08fdc4 Move CSharpFileMergerTests to integration test project
  • 0cde9f7 Use forward slashes
  • ba75ed5 Add .NET Core global.json file
  • d85c8ba Move generator tests to core test project
  • 80e7f47 Move NuGet tests to core test project
  • cb66e90 Remove duplicate tests
  • 78ee0a0 Add core tests project to Rapicgen solution
  • f0953bb Copy common extension tests to core tests project
  • af2e4c8 Create SupportedCodeGenerator extension methods
  • fdae716 Remove quality gate badge from README
  • 48a3247 Update badge row order in README
  • 6ca479f Add code coverage badge to README
  • af15377 Merge branch 'github-actions'
  • 8f9547d Remove post-build task from cake build
  • a19f453 Update cake script to only run unit tests and skip integration tests
  • 7c20358 Update badges in README
  • d833341 Fix invalid vsix workflow
  • 77d5ab1 Update VSIX workflow to install NPM packages
  • 6989bb0 Remove all.yml workflow
  • c2ad294 Revert "Attempt to use templates for workflows"
  • 6636978 Attempt to use templates for workflows
  • 1a31154 Change all.yml workflow name to build
  • 8ce81db Experimental workflow to build everything
  • 8afc90d Update workflow names
  • d3d43ed Specify path to build.ps1
  • 89acc69 Update formatting in dotnetcore.yml
  • d4f1e7f Introduce github action workflow for building the VS extension
  • a7f59a9 Build MonoDevelop extension repository files
  • 0807df8 Introduce github action workflow for building the VS Mac extension
  • 48a4a46 Update download instructions in README

This list of changes was auto generated.

1.1.2631

13 Oct 12:41
Compare
Choose a tag to compare

Changes:

  • 2111a61 Update NSwag packages to 13.8.2
  • f411e70 Update Moq package to 4.14.6
  • ac98295 Add download link to README
  • 5b313ae Fix publish-vsmac.ps1 for re-writing main.mrep

This list of changes was auto generated.