Skip to content

Commit e73f71c

Browse files
committed
Merge branch 'maintenance/global-using-Attributes' into develop
With `AttributeDictionary` renamed to `AttributeValueDictionary` (#107) the potential naming conflict with the out-of-the-box `AttributeValueDictionary` is removed, and we can thus (re)introduce `OnTopic.Attributes` as a global using directive, and remove the local using directives across `OnTopic` and `OnTopic.Tests` (07d46ec).
2 parents 0b62fe0 + 07d46ec commit e73f71c

27 files changed

Lines changed: 2 additions & 26 deletions

OnTopic.Tests/AttributeCollectionTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using System.Collections;
77
using System.Globalization;
8-
using OnTopic.Attributes;
98
using OnTopic.Collections.Specialized;
109
using OnTopic.Tests.Entities;
1110
using Xunit;

OnTopic.Tests/AttributeValueConverterTest.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 Xunit;
87

98
namespace OnTopic.Tests {

OnTopic.Tests/AttributeValueDictionaryTest.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 Xunit;
87

98
namespace OnTopic.Tests {

OnTopic.Tests/Entities/CustomTopic.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.Globalization;
7-
using OnTopic.Attributes;
87
using OnTopic.Associations;
98

109
namespace OnTopic.Tests.Entities {

OnTopic.Tests/ITopicRepositoryTest.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.Data.Caching;
87
using OnTopic.Repositories;
98
using OnTopic.TestDoubles;

OnTopic.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
\-----------------------------------------------------------------------------------------------------------------------------*/
1010
global using System.Collections.ObjectModel;
1111
global using System.Diagnostics.CodeAnalysis;
12+
global using OnTopic.Attributes;
1213
global using OnTopic.Internal.Diagnostics;
1314
global using OnTopic.Mapping.Annotations;
1415
global using OnTopic.ViewModels;

OnTopic.Tests/TopicMappingServiceTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using System.ComponentModel.DataAnnotations;
77
using System.Globalization;
8-
using OnTopic.Attributes;
98
using OnTopic.Data.Caching;
109
using OnTopic.Mapping;
1110
using OnTopic.Mapping.Internal;

OnTopic.Tests/TopicRepositoryBaseTest.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.Specialized;
87
using OnTopic.Data.Caching;
98
using OnTopic.Metadata;

OnTopic.Tests/TopicTest.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
using OnTopic.Metadata;
98
using OnTopic.Repositories;

OnTopic.Tests/TypeAccessorTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using System.ComponentModel;
77
using System.Reflection;
8-
using OnTopic.Attributes;
98
using OnTopic.Internal.Reflection;
109
using OnTopic.Metadata;
1110
using OnTopic.Tests.BindingModels;

0 commit comments

Comments
 (0)