Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
259195a
Upgraded projects to C# 10.0
JeremyCaney Dec 31, 2021
bdd6792
Upgraded Code Analysis to latest .NET 6.0 versions
JeremyCaney Dec 31, 2021
571efae
CA1847: Prefer Contains(char) when evaluating a single character
JeremyCaney Dec 31, 2021
ef6b648
IDE0057: Substring can be simplified
JeremyCaney Dec 31, 2021
c61b7db
CA1812: Avoid uninstantiated internal classes
JeremyCaney Dec 31, 2021
0148bcd
Enable implicit usings
JeremyCaney Dec 31, 2021
2ba0fc7
Rely on implicit usings for `Microsoft.NET.Sdk`
JeremyCaney Dec 31, 2021
f8156ca
Rely on implicit usings for `Microsoft.NET.Sdk.Web`
JeremyCaney Dec 31, 2021
e37de82
Introduced global using directives for Editor
JeremyCaney Dec 31, 2021
1e83841
Introduced global using directives for `Attributes`
JeremyCaney Dec 31, 2021
8d68b03
Merge branch 'improvement/C#10' into develop
JeremyCaney Jan 1, 2022
7f33638
Updated `Host` project to ASP.NET Core 6.0
JeremyCaney Jan 1, 2022
97218f2
Upgraded Razor Compilation to .NET 6 release
JeremyCaney Jan 1, 2022
5b948ec
Happy new year! Updated copyright to 2022.
JeremyCaney Jan 1, 2022
4b31d7b
Delete `Program` in preparation for ASP.NET Core 6.0 Hosting Model
JeremyCaney Jan 1, 2022
3e7a1a1
Move `Startup` to `Program` as part of ASP.NET Core 6.0 Hosting Model
JeremyCaney Jan 1, 2022
1205559
Elevated `Startup` to top-level statements
JeremyCaney Jan 1, 2022
e231cd7
Rooted statements directly to `builder` and `app` objects
JeremyCaney Jan 1, 2022
3257d18
Fixed indentation with `Program`
JeremyCaney Jan 1, 2022
378cdcb
CA1812: Suppress warning about uninstantiated internal class
JeremyCaney Jan 1, 2022
61c0732
Configured application to run
JeremyCaney Jan 1, 2022
8a00e2f
Fixed spelling error in method
JeremyCaney Jan 1, 2022
88017da
Merge branch 'improvement/ASP.NET-Core-6-MinimalHostingModel' into im…
JeremyCaney Jan 1, 2022
334d2f4
Merge branch 'improvement/ASP.NET-Core-6-Host' into develop
JeremyCaney Jan 1, 2022
f60c126
Update Source Link to minor version
JeremyCaney Jan 1, 2022
ade68a7
Update GitVersion to minor version
JeremyCaney Jan 1, 2022
d0c2a10
Update popperjs to minor version
JeremyCaney Jan 1, 2022
d21b147
Update Bootstrap to release version
JeremyCaney Jan 1, 2022
69ab530
Update CSS Nano to latest patch
JeremyCaney Jan 1, 2022
5d8b3c3
Update Gulp Post-CSS to latest patch
JeremyCaney Jan 1, 2022
cb052d3
Update jQuery UI to minor version
JeremyCaney Jan 1, 2022
0a943e5
Update JS Hint to minor version
JeremyCaney Jan 1, 2022
c74edbe
Update Gulp SASS to major release
JeremyCaney Jan 1, 2022
7881870
Update downstream dependencies
JeremyCaney Jan 1, 2022
be90183
Explicitly installed and configured `node-sass` as default compiler
JeremyCaney Jan 1, 2022
5715686
Merge branch 'maintenance/update-dependencies' into develop
JeremyCaney Jan 1, 2022
18525a6
Established `RegisterResources()` virtual method
JeremyCaney Jan 2, 2022
919d6f3
Upgrade to the OnTopic 5.2.0 preview release
JeremyCaney Jan 2, 2022
8ebb409
Established `OnTopic.Attributes` as a global using directive
JeremyCaney Jan 2, 2022
7e15db9
Established `AttributeDictionary` constructor overload
JeremyCaney Jan 2, 2022
e3a1b77
Merge branch 'improvement/AttributeDictionary-constructors' into develop
JeremyCaney Jan 2, 2022
d128792
Introduced `PermittedContentTypeViewModel` for content type references
JeremyCaney Jan 2, 2022
e4eee3d
Remove deferral of core JavaScript
JeremyCaney Jan 2, 2022
8576268
Picked up missing `is`
JeremyCaney Jan 2, 2022
229a325
Check for whitespace, not just empty, for `GetInteger()`
JeremyCaney Jan 2, 2022
d3b141a
Merge branch 'improvement/PermittedContentTypeViewModel' into develop
JeremyCaney Jan 2, 2022
10813df
Removed unnecessary empty constructors
JeremyCaney Jan 2, 2022
c9a8a1d
Removed comment headers for property overrides in empty constructor
JeremyCaney Jan 2, 2022
bf68a18
Fixed alignment of `=`
JeremyCaney Jan 2, 2022
eb8fed7
Marked unmapped properties as `[DisableMapping]`
JeremyCaney Jan 2, 2022
87a93f0
Bug Fix: Picked up missing `MaximumValue` property
JeremyCaney Jan 2, 2022
35ca7f5
Introduced `AttributeDictionary` constructor for relationships
JeremyCaney Jan 2, 2022
dc6afa6
Merge branch 'bugfix/AttributeDictionary-constructors' into develop
JeremyCaney Jan 2, 2022
b243853
Updated OnTopic Library to the latest preview of 5.2.0 (Alpha #255)
JeremyCaney Jun 25, 2022
1ca4eb4
Updated `AttributeDictionary` to new `AttributeValueDictionary` name
JeremyCaney Jun 25, 2022
cec9de4
Merge branch 'maintenance/AttributeValueDictionary' into develop
JeremyCaney Jun 25, 2022
4a3420f
Updated ASP.NET Runtime Validation to latest patch
JeremyCaney Jun 25, 2022
1a882e5
Updated GitVersion to a minor version
JeremyCaney Jun 25, 2022
d1a6e06
Update CSS Nano to minor version
JeremyCaney Jun 25, 2022
805c4c8
Updated Post CSS to latest patch
JeremyCaney Jun 25, 2022
c329cd8
Updated JSHint to minor version
JeremyCaney Jun 25, 2022
dfdbc1f
Updated SASS to major version
JeremyCaney Jun 25, 2022
a36fbd0
Updated SASS compiler to major version
JeremyCaney Jun 25, 2022
8c07a0c
Updated Popper.JS to latest patch
JeremyCaney Jun 25, 2022
6188cc0
Updated jQuery UI to latest patch
JeremyCaney Jun 25, 2022
a8e3fec
Updated jQuery Validation to the latest patch
JeremyCaney Jun 25, 2022
ce05d24
Updated all downstream npm dependencies
JeremyCaney Jun 25, 2022
25fcd6d
Merge branch 'maintenance/update-dependencies' into develop
JeremyCaney Jun 25, 2022
0ca571a
Introduce `OnTopic.Attributes` as a global using directive
JeremyCaney Jun 25, 2022
f87ad72
Remove local using directives for `OnTopic.Attributes`
JeremyCaney Jun 25, 2022
f4c1be7
Merge branch 'maintenance/global-using-Attributes' into develop
JeremyCaney Jun 26, 2022
78b0463
Updated OnTopic Library to the special preview of 5.2.0 (#260)
JeremyCaney Jun 26, 2022
be0b76c
Revert: Renamed `AttributeDictionary` to `AttributeValueDictionary`
JeremyCaney Jun 26, 2022
97b9087
Merge branch 'revert/AttributeValueDictionary' into develop
JeremyCaney Jun 26, 2022
13e6192
Updated OnTopic Library to 5.2.0 Release
JeremyCaney Jun 26, 2022
12ea593
Merge branch 'maintenance/OnTopic-update' into develop
JeremyCaney Jun 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<Project>

<PropertyGroup>
<LangVersion>9.0</LangVersion>
<LangVersion>10.0</LangVersion>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<AnalysisLevel>latest</AnalysisLevel>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>

<PropertyGroup>
<Product>OnTopic</Product>
<Authors>Ignia</Authors>
<Company>Ignia</Company>
<Copyright>©2021 Ignia, LLC</Copyright>
<Copyright>©2022 Ignia, LLC</Copyright>
<PackageProjectUrl>https://github.com/Ignia/Topic-Editor-MVC/</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
Expand Down
1 change: 0 additions & 1 deletion OnTopic.Editor.AspNetCore.All/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using System;
using System.Runtime.InteropServices;

/*==============================================================================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Editor.AspNetCore.Models;

namespace OnTopic.Editor.AspNetCore.Attributes.BooleanAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.BooleanAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.BooleanAttribute {

Expand All @@ -15,6 +14,19 @@ namespace OnTopic.Editor.AspNetCore.Attributes.BooleanAttribute {
/// </summary>
public record BooleanAttributeDescriptorViewModel: AttributeDescriptorViewModel {

/*==========================================================================================================================
| CONSTRUCTOR
\-------------------------------------------------------------------------------------------------------------------------*/
/// <summary>
/// Initializes a new <see cref="BooleanAttributeDescriptorViewModel"/> with an <paramref name="attributes"/> dictionary.
/// </summary>
/// <param name="attributes">An <see cref="AttributeDictionary"/> of attribute values.</param>
public BooleanAttributeDescriptorViewModel(AttributeDictionary attributes): base(attributes) { }

/// <summary>
/// Initializes a new instance of the <see cref="BooleanAttributeDescriptorViewModel"/> class.
/// </summary>
public BooleanAttributeDescriptorViewModel(): base() {}

} //Class
} //Namespace
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using System;
using System.Diagnostics.CodeAnalysis;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.BooleanAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using Microsoft.AspNetCore.Mvc;
using OnTopic.AspNetCore.Mvc.Components;
using OnTopic.Editor.AspNetCore.Models;

namespace OnTopic.Editor.AspNetCore.Attributes.BooleanAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.DateTimeAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.DateTimeAttribute {

Expand All @@ -15,6 +14,27 @@ namespace OnTopic.Editor.AspNetCore.Attributes.DateTimeAttribute {
/// </summary>
public record DateTimeAttributeDescriptorViewModel: AttributeDescriptorViewModel {

/*==========================================================================================================================
| CONSTRUCTOR
\-------------------------------------------------------------------------------------------------------------------------*/
/// <summary>
/// Initializes a new <see cref="DateTimeAttributeDescriptorViewModel"/> with an <paramref name="attributes"/> dictionary.
/// </summary>
/// <param name="attributes">An <see cref="AttributeDictionary"/> of attribute values.</param>
public DateTimeAttributeDescriptorViewModel(AttributeDictionary attributes): base(attributes) {
Contract.Requires(attributes, nameof(attributes));
IncludeDatePicker = attributes.GetBoolean(nameof(IncludeDatePicker));
IncludeTimePicker = attributes.GetBoolean(nameof(IncludeTimePicker));
DateTimeOffset = attributes.GetInteger(nameof(DateTimeOffset));
DateTimeOffsetUnits = attributes.GetValue(nameof(DateTimeOffsetUnits))?? DateTimeOffsetUnits;

}

/// <summary>
/// Initializes a new instance of the <see cref="DateTimeAttributeDescriptorViewModel"/> class.
/// </summary>
public DateTimeAttributeDescriptorViewModel() : base() { }

/*==========================================================================================================================
| INCLUDE DATE PICKER?
\-------------------------------------------------------------------------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using System;
using System.Globalization;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.DateTimeAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using Microsoft.AspNetCore.Mvc;
using OnTopic.AspNetCore.Mvc.Components;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Internal.Diagnostics;

namespace OnTopic.Editor.AspNetCore.Attributes.DateTimeAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.FileListAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.FileListAttribute {

Expand All @@ -15,6 +14,26 @@ namespace OnTopic.Editor.AspNetCore.Attributes.FileListAttribute {
/// </summary>
public record FileListAttributeDescriptorViewModel: AttributeDescriptorViewModel {

/*==========================================================================================================================
| CONSTRUCTOR
\-------------------------------------------------------------------------------------------------------------------------*/
/// <summary>
/// Initializes a new <see cref="FileListAttributeDescriptorViewModel"/> with an <paramref name="attributes"/> dictionary.
/// </summary>
/// <param name="attributes">An <see cref="AttributeDictionary"/> of attribute values.</param>
public FileListAttributeDescriptorViewModel(AttributeDictionary attributes): base(attributes) {
Contract.Requires(attributes, nameof(attributes));
Path = attributes.GetValue(nameof(Path));
Extension = attributes.GetValue(nameof(Extension));
Filter = attributes.GetValue(nameof(Filter));
IncludeSubdirectories = attributes.GetBoolean(nameof(IncludeSubdirectories))?? false;
}

/// <summary>
/// Initializes a new instance of the <see cref="FileListAttributeDescriptorViewModel"/> class.
/// </summary>
public FileListAttributeDescriptorViewModel() : base() { }

/*==========================================================================================================================
| PROPERTY: PATH
\-------------------------------------------------------------------------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using System.Collections.ObjectModel;
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNetCore.Mvc.Rendering;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.FileListAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using System;
using System.Collections.ObjectModel;
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Internal.Diagnostics;

namespace OnTopic.Editor.AspNetCore.Attributes.FileListAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.FilePathAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.FilePathAttribute {

Expand All @@ -16,6 +14,26 @@ namespace OnTopic.Editor.AspNetCore.Attributes.FilePathAttribute {
/// </summary>
public record FilePathAttributeDescriptorViewModel: AttributeDescriptorViewModel {

/*==========================================================================================================================
| CONSTRUCTOR
\-------------------------------------------------------------------------------------------------------------------------*/
/// <summary>
/// Initializes a new <see cref="FilePathAttributeDescriptorViewModel"/> with an <paramref name="attributes"/> dictionary.
/// </summary>
/// <param name="attributes">An <see cref="AttributeDictionary"/> of attribute values.</param>
public FilePathAttributeDescriptorViewModel(AttributeDictionary attributes): base(attributes) {
Contract.Requires(attributes, nameof(attributes));
InheritValue = attributes.GetBoolean(nameof(InheritValue))?? InheritValue;
RelativeToTopicPath = attributes.GetBoolean(nameof(RelativeToTopicPath))?? RelativeToTopicPath;
BaseTopicPath = attributes.GetValue(nameof(BaseTopicPath))?? BaseTopicPath;
IncludeCurrentTopic = attributes.GetBoolean(nameof(IncludeCurrentTopic))?? IncludeCurrentTopic;
}

/// <summary>
/// Initializes a new instance of the <see cref="FilePathAttributeDescriptorViewModel"/> class.
/// </summary>
public FilePathAttributeDescriptorViewModel() : base() { }

/*==========================================================================================================================
| PROPERTY: INHERIT VALUE
\-------------------------------------------------------------------------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
| Project Topics Library
\=============================================================================================================================*/
using System.ComponentModel.DataAnnotations;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Editor.AspNetCore.Models.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.FilePathAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using System;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using OnTopic.AspNetCore.Mvc;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Internal.Diagnostics;
using OnTopic.Repositories;

namespace OnTopic.Editor.AspNetCore.Attributes.FilePathAttribute {
Expand Down Expand Up @@ -203,7 +198,7 @@ public string GetPath(string attributeKey, FilePathAttributeDescriptorViewModel
foreach (var truncationTopic in truncatePathAtTopic) {
var truncateTopicLocation = relativePath?.IndexOf(truncationTopic, StringComparison.OrdinalIgnoreCase);
if (truncateTopicLocation >= 0) {
relativePath = relativePath?.Substring(0, truncateTopicLocation.Value + truncationTopic.Length + 1);
relativePath = relativePath?[..(truncateTopicLocation.Value + truncationTopic.Length + 1)];
}
}
}
Expand All @@ -216,7 +211,7 @@ public string GetPath(string attributeKey, FilePathAttributeDescriptorViewModel
/*------------------------------------------------------------------------------------------------------------------------
| Replace path slashes with backslashes if the resulting file path value uses a UNC or basic file path format
\-----------------------------------------------------------------------------------------------------------------------*/
if (filePath.Contains("\\", StringComparison.Ordinal)) {
if (filePath.Contains('\\', StringComparison.Ordinal)) {
filePath = filePath.Replace("/", "\\", StringComparison.Ordinal);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.HtmlAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,34 @@ public record HtmlAttributeDescriptorViewModel: TextAreaAttributeDescriptorViewM
/*==========================================================================================================================
| CONSTRUCTOR
\-------------------------------------------------------------------------------------------------------------------------*/
/// <summary>
/// Initializes a new <see cref="HtmlAttributeDescriptorViewModel"/> with an <paramref name="attributes"/> dictionary.
/// </summary>
/// <param name="attributes">An <see cref="AttributeDictionary"/> of attribute values.</param>
public HtmlAttributeDescriptorViewModel(AttributeDictionary attributes): base(attributes) {
Contract.Requires(attributes, nameof(attributes));
Height = attributes.GetInteger(nameof(Height));
Rows = 20;
RegisterResources();
}

/// <summary>
/// Initializes a new instance of a <see cref="HtmlAttributeDescriptorViewModel"/>
/// </summary>
public HtmlAttributeDescriptorViewModel() {
Scripts.Register(new("https://cdn.ckeditor.com/4.14.0/standard/ckeditor.js"), true, false);
Rows = 20;
RegisterResources();
}

/*==========================================================================================================================
| REGISTER RESOURCES
\-------------------------------------------------------------------------------------------------------------------------*/
/// <summary>
/// Derived classes may optionally override this method in order to register resources, as an alternative to setting these
/// in the constructor.
/// </summary>
protected void RegisterResources() {
Scripts.Register(new("https://cdn.ckeditor.com/4.14.0/standard/ckeditor.js"), true, false);
}

/*==========================================================================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using Microsoft.AspNetCore.Mvc;
using OnTopic.Editor.AspNetCore.Models;
using OnTopic.Internal.Diagnostics;

namespace OnTopic.Editor.AspNetCore.Attributes.HtmlAttribute {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
| Client Ignia, LLC
| Project Topics Library
\=============================================================================================================================*/
using OnTopic.Metadata;

namespace OnTopic.Editor.AspNetCore.Attributes.IncomingRelationshipAttribute {

Expand Down
Loading