Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix typo * Remove obsolete projects * Enable C# Dev Kit extension * Remove obsolete projects from solution * Move conditional usings * Add new cmdlets * Remove empty condiitonal * Add new unit test project * Update generator to bring usings to controller code * Update solution * Add view definition * Add HttpClient sourcegen support * Convert to new HttpClient model * Move files and rename namespace * Introduce new Client DI model * Remove obsolete project * Fix source gen * Move file * Update release notes +semver: minor * Adjust rest result collection * Add Source Gen unit test project to solution * Rename existing tests * Throw an error when in "anonymous mode" * Update gitignore * Update integration tests selection logic * Update test setup logic * Add new tests * Update test tags * Add new tests * Remove obsolete file * Add fix for deleted and delisted package handling * Fix issue with WorkItem argument handling * Update release notes * Update test execution logic * Add new tests * Add new IsPreRelease script property * Add new tests * Fix an issue in Get-TfsWorkItemTag * Update tests * Update tests * Add new tests * Update test publish task * Update gitignore * Remove obsolete tests * Add new tests * Update test * Add new tests * Update tests * Update release notes * Make Repository mandatory * Make Repository and Branch mandatory * Update tests * Update release notes * Add -Compare support * Add new analyzer * Add missing comments * Add new tests * Add star & funding information * Adjust image size * Adjust Star button link * Make links absolute * Fix issues links * Update README * Update GetGitCommit.cs to make Repository parameter mandatory * Update the Contributor Guide * Add IncludeWorkItems parameter * Add support for Missing parameter * Update tests * Write test path to log warning * Add new tests * Remove obsolete files * Replace DescriptorService with GraphHttpClient * Add new tests * Add IsLikeGlob * Update tests * Fix test * Bump actions/download-artifact from 3 to 4 (#219) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 3 to 4 (#215) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/upload-artifact from 3 to 4 (#216) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Abade <igoravl@gmail.com> * Bump nuget/setup-nuget from 1 to 2 (#217) Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](NuGet/setup-nuget@v1...v2) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Abade <igoravl@gmail.com> * Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.1 (#218) Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.12.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.10.0...0.12.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Abade <igoravl@gmail.com> * Update release notes * Disambiguate imports * Rename cmdlets * Rename fiile * Update release notes * Change ReferenceName to string[] * Add new cmdlet * Fix CmdletController attribute * Add ShouldContinue --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information