Добавьте файлы проекта.
This commit is contained in:
10
SQLLinter/Core/Interfaces/IFileSystemWrapper.cs
Normal file
10
SQLLinter/Core/Interfaces/IFileSystemWrapper.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SQLLinter.Core.Interfaces;
|
||||
|
||||
public interface IFileSystemWrapper
|
||||
{
|
||||
bool FileExists(string path);
|
||||
|
||||
bool PathIsValidForLint(string path);
|
||||
|
||||
string CombinePath(params string[] paths);
|
||||
}
|
||||
Reference in New Issue
Block a user