-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from salihozkara/salihozkara/path
Add AdvancedPath package
- Loading branch information
Showing
20 changed files
with
4,780 additions
and
5,038 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
src/MetricHunter.Application.Shared/Git/CloneRepositorySuccessEventArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
using MetricHunter.Core.Paths; | ||
using AdvancedPath; | ||
using Octokit; | ||
|
||
namespace MetricHunter.Application.Git; | ||
|
||
public class CloneRepositorySuccessEventArgs | ||
{ | ||
public CloneRepositorySuccessEventArgs(Repository repository, DirectoryPath localPath) | ||
public CloneRepositorySuccessEventArgs(Repository repository, DirectoryPathString localPath) | ||
{ | ||
Repository = repository; | ||
LocalPath = localPath; | ||
} | ||
|
||
public Repository Repository { get; set; } | ||
|
||
public DirectoryPath LocalPath { get; set; } | ||
public DirectoryPathString LocalPath { get; set; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.