Skip to content

Commit 6e5b23a

Browse files
committed
Renamed generic files
Several classes were modified to generics. To ensure that this is correctly reflected in their file names, the files have been renamed to include the `{T}`.
1 parent 4717d9b commit 6e5b23a

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

Ignia.Topics.Web.Mvc/Controllers/ErrorControllerBase.cs renamed to Ignia.Topics.Web.Mvc/Controllers/ErrorControllerBase{T}.cs

File renamed without changes.

Ignia.Topics.Web.Mvc/Controllers/LayoutControllerBase.cs renamed to Ignia.Topics.Web.Mvc/Controllers/LayoutControllerBase{T}.cs

File renamed without changes.

Ignia.Topics.Web.Mvc/Ignia.Topics.Web.Mvc.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
<Reference Include="System.Xml" />
6464
</ItemGroup>
6565
<ItemGroup>
66-
<Compile Include="Controllers\ErrorControllerBase.cs" />
66+
<Compile Include="Controllers\ErrorControllerBase{T}.cs" />
6767
<Compile Include="Controllers\FallbackController.cs" />
68-
<Compile Include="Controllers\LayoutControllerBase.cs" />
68+
<Compile Include="Controllers\LayoutControllerBase{T}.cs" />
6969
<Compile Include="Controllers\RedirectController.cs" />
7070
<Compile Include="Controllers\SitemapController.cs" />
7171
<Compile Include="Controllers\TopicController.cs" />
72-
<Compile Include="Models\NavigationViewModel.cs" />
72+
<Compile Include="Models\NavigationViewModel{T}.cs" />
7373
<Compile Include="Models\TopicEntityViewModel.cs" />
7474
<Compile Include="MvcTopicRoutingService.cs" />
7575
<Compile Include="Properties\AssemblyInfo.cs" />
File renamed without changes.
File renamed without changes.

Ignia.Topics/Ignia.Topics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<Compile Include="Collections\TypeCollection.cs" />
143143
<Compile Include="Collections\PropertyInfoCollection.cs" />
144144
<Compile Include="ContentTypeDescriptor.cs" />
145-
<Compile Include="INavigationTopicViewModelCore.cs" />
145+
<Compile Include="INavigationTopicViewModelCore{T}.cs" />
146146
<Compile Include="ITopicRoutingService.cs" />
147147
<Compile Include="IPageTopicViewModelCore.cs" />
148148
<Compile Include="ITopicViewModelCore.cs" />

0 commit comments

Comments
 (0)