Skip to content

Commit 5d04fdf

Browse files
committed
Defined RootNamespace for each library
Most of these were missing. One was outdated. This isn't strictly necessary, but it's useful when establishing new classes to help ensure the base namespace is consistent the first time around.
1 parent 2322788 commit 5d04fdf

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

OnTopic.AspNetCore.Mvc/OnTopic.AspNetCore.Mvc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<ProjectGuid>{B7F136A1-C86D-4A74-AC4F-3693CD1358A4}</ProjectGuid>
5+
<RootNamespace>OnTopic.AspNetCore.Mvc</RootNamespace>
56
<TargetFramework>netcoreapp3.0</TargetFramework>
67
<ShouldCreateLogs>True</ShouldCreateLogs>
78
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>

OnTopic.Data.Caching/OnTopic.Data.Caching.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<ProjectGuid>{206B7F91-CA25-4E9D-9576-60D2E54A2C0A}</ProjectGuid>
5+
<RootNamespace>OnTopic.Data.Caching</RootNamespace>
56
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
67
<ShouldCreateLogs>True</ShouldCreateLogs>
78
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>

OnTopic.Data.Sql/OnTopic.Data.Sql.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<ProjectGuid>{1DE1F923-C7C2-435B-B49A-975ACBCB5FF0}</ProjectGuid>
5+
<RootNamespace>OnTopic.Data.Sql</RootNamespace>
56
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
67
<LangVersion>8.0</LangVersion>
78
<Nullable>enable</Nullable>

OnTopic.ViewModels/OnTopic.ViewModels.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<ProjectGuid>{E52FC633-B4C5-4A2B-8CAF-30E756D7A6A7}</ProjectGuid>
5-
<RootNamespace>OnTopic.Models</RootNamespace>
5+
<RootNamespace>OnTopic.ViewModels</RootNamespace>
66
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
77
<ShouldCreateLogs>True</ShouldCreateLogs>
88
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>

OnTopic/OnTopic.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<ProjectGuid>{B8D5B290-4451-4C3B-AE9E-0FF075958A74}</ProjectGuid>
5+
<RootNamespace>OnTopic</RootNamespace>
56
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
67
<ShouldCreateLogs>True</ShouldCreateLogs>
78
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>

0 commit comments

Comments
 (0)