mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
resolve some static analysis warnings
This commit is contained in:
parent
4497cab46b
commit
fcb7931d80
2 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
namespace FilterLists.Agent
|
||||
using System;
|
||||
|
||||
namespace FilterLists.Agent
|
||||
{
|
||||
public class FilterList
|
||||
{
|
||||
public int Id { get; private set; }
|
||||
public string ViewUrl { get; private set; }
|
||||
public Uri ViewUrl { get; private set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace FilterLists.Agent.ListArchiver
|
||||
{
|
||||
public class CaptureAllLists
|
||||
public static class CaptureAllLists
|
||||
{
|
||||
public class Command : IRequest
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue