Skip to content

Commit 5e61089

Browse files
committed
Change: Code Cleanup
1 parent 15f663c commit 5e61089

File tree

7 files changed

+32
-31
lines changed

7 files changed

+32
-31
lines changed

src/CodeOfChaos.Types.DataSeeder/CodeOfChaos.Types.DataSeeder.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Label="InternalsVisibleTo">
26-
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types.DataSeeder" />
27-
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
26+
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types.DataSeeder"/>
27+
<InternalsVisibleTo Include="DynamicProxyGenAssembly2"/>
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
32-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
33-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
31+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
32+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
33+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2" />
38-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2" />
37+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.2"/>
38+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.2"/>
3939
</ItemGroup>
4040

4141
</Project>

src/CodeOfChaos.Types.TypedValueStore/CodeOfChaos.Types.TypedValueStore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
27-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
28-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
26+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
27+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
28+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
2929
</ItemGroup>
3030

3131
</Project>

src/CodeOfChaos.Types.UnitOfWork.Contracts/CodeOfChaos.Types.UnitOfWork.Contracts.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
28-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
29-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
27+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
28+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
29+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
3030
</ItemGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="CodeOfChaos.Extensions.DependencyInjection" Version="0.37.2" />
34-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
33+
<PackageReference Include="CodeOfChaos.Extensions.DependencyInjection" Version="0.37.2"/>
34+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2"/>
3535
</ItemGroup>
3636

3737
</Project>

src/CodeOfChaos.Types.UnitOfWork/CodeOfChaos.Types.UnitOfWork.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
26-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
27-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
25+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
26+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
27+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="CodeOfChaos.Extensions.DependencyInjection" Version="0.37.2" />
32-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" />
31+
<PackageReference Include="CodeOfChaos.Extensions.DependencyInjection" Version="0.37.2"/>
32+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2"/>
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<ProjectReference Include="..\CodeOfChaos.Types\CodeOfChaos.Types.csproj" />
37-
<ProjectReference Include="..\CodeOfChaos.Types.UnitOfWork.Contracts\CodeOfChaos.Types.UnitOfWork.Contracts.csproj" />
36+
<ProjectReference Include="..\CodeOfChaos.Types\CodeOfChaos.Types.csproj"/>
37+
<ProjectReference Include="..\CodeOfChaos.Types.UnitOfWork.Contracts\CodeOfChaos.Types.UnitOfWork.Contracts.csproj"/>
3838
</ItemGroup>
3939

4040
</Project>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<wpf:ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib"
1+
<wpf:ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2+
xmlns:s="clr-namespace:System;assembly=mscorlib"
23
xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
34
xml:space="preserve">
45
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=contracts/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

src/CodeOfChaos.Types.UnitOfWork/ServiceCollectionExtenions.cs renamed to src/CodeOfChaos.Types.UnitOfWork/ServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace CodeOfChaos.Types.UnitOfWork;
88
// ---------------------------------------------------------------------------------------------------------------------
99
// Code
1010
// ---------------------------------------------------------------------------------------------------------------------
11-
public static class ServiceCollectionExtenions {
11+
public static class ServiceCollectionExtensions {
1212
public static IServiceCollection AddUnitOfWork<TDbContext>(this IServiceCollection services) where TDbContext : DbContext {
1313
services.AddScoped<IUnitOfWorkFactory, UnitOfWorkFactory<TDbContext>>();
1414
services.AddScoped<IUnitOfWork>(static sp => sp.GetRequiredService<IUnitOfWorkFactory>().Create());

src/CodeOfChaos.Types/CodeOfChaos.Types.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup Label="InternalsVisibleTo">
26-
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types" />
26+
<InternalsVisibleTo Include="Tests.CodeOfChaos.Types"/>
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false" />
31-
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false" />
32-
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false" />
30+
<None Include="../../LICENSE" Pack="true" PackagePath="" Visible="false"/>
31+
<None Include="../../README.md" Pack="true" PackagePath="" Visible="false"/>
32+
<None Include="../../assets/icon.png" Pack="true" PackagePath="" Visible="false"/>
3333
</ItemGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="AterraEngine.Unions" Version="3.11.0" />
36+
<PackageReference Include="AterraEngine.Unions" Version="3.11.0"/>
3737
<PackageReference Include="AterraEngine.Unions.Generators" Version="3.11.0">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4040
</PackageReference>
41-
<PackageReference Include="CodeOfChaos.Extensions" Version="0.37.2" />
41+
<PackageReference Include="CodeOfChaos.Extensions" Version="0.37.2"/>
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj" />
45+
<ProjectReference Include="..\CodeOfChaos.Types.TypedValueStore\CodeOfChaos.Types.TypedValueStore.csproj"/>
4646
</ItemGroup>
4747

4848
</Project>

0 commit comments

Comments
 (0)