Skip to content

Commit 6fec18b

Browse files
gfsdanfiedler-msft
andauthored
Refactor CLI Projects to Single Entrypoint (#476)
* 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]>
1 parent 7b1a9fd commit 6fec18b

File tree

110 files changed

+1913
-2220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1913
-2220
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,7 @@ MigrationBackup/
353353
.ionide/
354354

355355
# Rider
356-
src/.idea
356+
src/.idea
357+
358+
# Ignore Mac Folder Metadata
359+
**/.DS_Store

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="Nerdbank.GitVersioning">
5-
<Version>3.5.119</Version>
5+
<Version>3.5.146</Version>
66
<PrivateAssets>all</PrivateAssets>
77
</PackageReference>
88
</ItemGroup>

0 commit comments

Comments
 (0)