Skip to content

Commit 145da42

Browse files
committed
Removed references to CodeAnalysis namespace
With the `[NotNull, DisallowNull]` attributes removed (d9ff464), this is no longer necessary.
1 parent d9ff464 commit 145da42

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

OnTopic.Tests/BindingModels/BasicTopicBindingModel.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 System.Diagnostics.CodeAnalysis;
87
using OnTopic.Models;
98

109
namespace OnTopic.Tests.BindingModels {

OnTopic.Tests/BindingModels/RecordTopicBindingModel.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 System.Diagnostics.CodeAnalysis;
87
using OnTopic.Models;
98

109
namespace OnTopic.Tests.BindingModels {

OnTopic.ViewModels/BindingModels/AssociatedTopicBindingModel.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 System.Diagnostics.CodeAnalysis;
87
using OnTopic.Mapping.Reverse;
98
using OnTopic.Models;
109

OnTopic.ViewModels/NavigationTopicViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System;
77
using System.Collections.ObjectModel;
88
using System.ComponentModel.DataAnnotations;
9-
using System.Diagnostics.CodeAnalysis;
109
using OnTopic.Models;
1110

1211
namespace OnTopic.ViewModels {

OnTopic.ViewModels/_contentTypes/VideoTopicViewModel.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

109
namespace OnTopic.ViewModels {
1110

0 commit comments

Comments
 (0)