Skip to content

Commit f87ad72

Browse files
committed
Remove local using directives for OnTopic.Attributes
With `OnTopic.Attributes` added as a global using directive for both `OnTopic` and `OnTopic.Tests` (0ca571a), we can now remove all local using directives for it.
1 parent 0ca571a commit f87ad72

7 files changed

Lines changed: 0 additions & 7 deletions

File tree

OnTopic.Editor.AspNetCore/Components/ContentTypeListViewComponent.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using Microsoft.AspNetCore.Mvc;
77
using Microsoft.AspNetCore.Mvc.Rendering;
8-
using OnTopic.Attributes;
98
using OnTopic.Editor.AspNetCore.Models.Components;
109
using OnTopic.Repositories;
1110

OnTopic.Editor.AspNetCore/Infrastructure/TopicQueryService.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 OnTopic.Attributes;
76
using OnTopic.Collections;
87

98
namespace OnTopic.Editor.AspNetCore.Models.Queryable {

OnTopic.Editor.AspNetCore/Models/AttributeViewModel.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 OnTopic.Attributes;
76

87
namespace OnTopic.Editor.AspNetCore.Models {
98

OnTopic.Editor.AspNetCore/Models/Components/ContentTypeListAttributeDescriptorViewModel.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 OnTopic.Attributes;
76
using OnTopic.Editor.AspNetCore.Components;
87
using OnTopic.Mapping.Annotations;
98

OnTopic.Editor.AspNetCore/Models/EditingTopicViewModel.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 OnTopic.Attributes;
76
using OnTopic.Mapping.Annotations;
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
@@ -4,7 +4,6 @@
44
| Project Topics Library
55
\=============================================================================================================================*/
66
using System.ComponentModel.DataAnnotations;
7-
using OnTopic.Attributes;
87
using OnTopic.Editor.AspNetCore.Models.ClientResources;
98
using OnTopic.Mapping.Annotations;
109

OnTopic.Editor.AspNetCore/Models/Metadata/ContentTypeDescriptorViewModel.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 OnTopic.Attributes;
76
using OnTopic.Editor.AspNetCore.Models.ClientResources;
87
using OnTopic.Mapping.Annotations;
98

0 commit comments

Comments
 (0)