mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
flesh out todo list
This commit is contained in:
parent
1625fb4e69
commit
3873262d99
2 changed files with 16 additions and 2 deletions
|
|
@ -27,7 +27,6 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CommandLineParser" Version="2.5.0" />
|
||||
<PackageReference Include="LibGit2Sharp" Version="0.26.0" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.3" />
|
||||
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" />
|
||||
|
|
|
|||
|
|
@ -2,8 +2,23 @@
|
|||
{
|
||||
public static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
public static void Main()
|
||||
{
|
||||
// get raw list urls and IDs
|
||||
|
||||
// foreach
|
||||
|
||||
// download raw list
|
||||
|
||||
// persist raw list to disk with standardized name and overwriting the previous version
|
||||
|
||||
// git add .
|
||||
|
||||
// git commit
|
||||
|
||||
// foreach
|
||||
|
||||
// upsert into MariaDB Rules table https://stackoverflow.com/questions/15271202/mysql-load-data-infile-with-on-duplicate-key-update
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue