From 3267e698c644ec638af42b782b6848dc27467f8b Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Mar 2020 16:01:09 +0800 Subject: ... --- Timeline/Models/Timeline.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Timeline/Models/Timeline.cs') 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!; -- cgit v1.2.3