Skip to content

Commit 8a522ab

Browse files
committed
Removed CodeAnalysis namespace where no longer needed
With the removal of the `[NotNull]` and `[DisallowNull]` attributes (fab87ae), the `System.Diagnostics.CodeAnalysis` namespace is no longer needed in multiple classes. As such, we can remove their `using` statements.
1 parent fab87ae commit 8a522ab

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

OnTopic.Editor.AspNetCore.Attributes/FileListAttribute/FileListAttributeViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using System.Collections.ObjectModel;
77
using System.ComponentModel.DataAnnotations;
8-
using System.Diagnostics.CodeAnalysis;
98
using Microsoft.AspNetCore.Mvc.Rendering;
109
using OnTopic.Editor.AspNetCore.Models;
1110
using OnTopic.Editor.AspNetCore.Models.Metadata;

OnTopic.Editor.AspNetCore/Models/AttributeBindingModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
| Project Topics Library
55
\=============================================================================================================================*/
66
using System;
7-
using System.Diagnostics.CodeAnalysis;
87

98
namespace OnTopic.Editor.AspNetCore.Models {
109

OnTopic.Editor.AspNetCore/Models/ClientResources/ClientResource.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
| Project Topics Library
55
\=============================================================================================================================*/
66
using System;
7-
using System.Diagnostics.CodeAnalysis;
87

98
namespace OnTopic.Editor.AspNetCore.Models.ClientResources {
109

OnTopic.Editor.AspNetCore/Models/EditorViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
using System.Diagnostics.CodeAnalysis;
76
using OnTopic.Editor.AspNetCore.Models.Metadata;
87

98
namespace OnTopic.Editor.AspNetCore.Models {

OnTopic.Editor.AspNetCore/Models/Metadata/AttributeDescriptorViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using System;
77
using System.ComponentModel.DataAnnotations;
8-
using System.Diagnostics.CodeAnalysis;
98
using OnTopic.Editor.AspNetCore.Models.ClientResources;
109
using OnTopic.Internal.Diagnostics;
1110
using OnTopic.Metadata;

0 commit comments

Comments
 (0)