Skip to content

Commit

Permalink
Refactor CLI Projects to Single Entrypoint (#476)
Browse files Browse the repository at this point in the history
* Refactor executable tools into Shared.CLI library
* Create single oss-gadget CLI entrypoint with combined tools
* Update Dependencies
* Update build pipelines
* Changes Models.User.Id from `int` to `long` to match OctoKit api changes.

---------

Co-authored-by: Dan Fiedler <[email protected]>
  • Loading branch information
gfs and danfiedler-msft authored Nov 19, 2024
1 parent 7b1a9fd commit 6fec18b
Show file tree
Hide file tree
Showing 110 changed files with 1,913 additions and 2,220 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,7 @@ MigrationBackup/
.ionide/

# Rider
src/.idea
src/.idea

# Ignore Mac Folder Metadata
**/.DS_Store
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.5.119</Version>
<Version>3.5.146</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
Loading

0 comments on commit 6fec18b

Please sign in to comment.