aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Timeline.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-10 16:01:09 +0800
committercrupest <crupest@outlook.com>2020-03-10 16:01:09 +0800
commit843da00b55c2296422596ec0539afbcadb3de3b5 (patch)
treef71188192238770e03ea2bf7d0b1e3485e4d219c /Timeline/Models/Timeline.cs
parent52c59d7cd949ee6ccc89fbb25231666e1e589fe2 (diff)
downloadtimeline-843da00b55c2296422596ec0539afbcadb3de3b5.tar.gz
timeline-843da00b55c2296422596ec0539afbcadb3de3b5.tar.bz2
timeline-843da00b55c2296422596ec0539afbcadb3de3b5.zip
...
Diffstat (limited to 'Timeline/Models/Timeline.cs')
-rw-r--r--Timeline/Models/Timeline.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Timeline/Models/Timeline.cs b/Timeline/Models/Timeline.cs
index e2ff525e..6d4c924d 100644
--- a/Timeline/Models/Timeline.cs
+++ b/Timeline/Models/Timeline.cs
@@ -55,7 +55,9 @@ namespace Timeline.Models
public DateTime LastUpdated { get; set; } = default!;
}
+#pragma warning disable CA1724 // Type names should not match namespaces
public class Timeline
+#pragma warning restore CA1724 // Type names should not match namespaces
{
public string Name { get; set; } = default!;
public string Description { get; set; } = default!;