Skip to content

Commit c16a402

Browse files
committed
api analyzer added
1 parent 201ed83 commit c16a402

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

Supermarket.sln

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ VisualStudioVersion = 15.0.28307.421
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supermarket", "Supermarket\Supermarket.csproj", "{9E1542C2-FF8A-4204-A463-E1252307BB3D}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supermarket.Entites", "Supermarket.Entites\Supermarket.Entites.csproj", "{0AB155D2-0A7E-4076-AB13-AD65C3F45858}"
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D1E2D5CD-DA76-4B48-894B-8EFA327B4908}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Supermarket.Persistent", "Supermarket.Persistent\Supermarket.Persistent.csproj", "{ED1AC56C-0088-4D49-87E0-8889429591CC}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Supermarket.Core", "Supermarket.Core\Supermarket.Core.csproj", "{3D55EDFC-B813-4CC7-B0A5-55906D622051}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Supermarket.Identity", "Supermarket.Identity\Supermarket.Identity.csproj", "{8AFA5109-A437-409E-A103-40ED92364AE4}"
12+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{98E12A85-6563-4898-98F6-2CAA5D98F8A9}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Supermarket.UnitTests", "Supermarket.UnitTests\Supermarket.UnitTests.csproj", "{364CFF3F-31C4-4BB5-847F-41270BB891B8}"
1315
EndProject
1416
Global
1517
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -21,22 +23,23 @@ Global
2123
{9E1542C2-FF8A-4204-A463-E1252307BB3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
2224
{9E1542C2-FF8A-4204-A463-E1252307BB3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
2325
{9E1542C2-FF8A-4204-A463-E1252307BB3D}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{0AB155D2-0A7E-4076-AB13-AD65C3F45858}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25-
{0AB155D2-0A7E-4076-AB13-AD65C3F45858}.Debug|Any CPU.Build.0 = Debug|Any CPU
26-
{0AB155D2-0A7E-4076-AB13-AD65C3F45858}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{0AB155D2-0A7E-4076-AB13-AD65C3F45858}.Release|Any CPU.Build.0 = Release|Any CPU
28-
{ED1AC56C-0088-4D49-87E0-8889429591CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29-
{ED1AC56C-0088-4D49-87E0-8889429591CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
30-
{ED1AC56C-0088-4D49-87E0-8889429591CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{ED1AC56C-0088-4D49-87E0-8889429591CC}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{8AFA5109-A437-409E-A103-40ED92364AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{8AFA5109-A437-409E-A103-40ED92364AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{8AFA5109-A437-409E-A103-40ED92364AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{8AFA5109-A437-409E-A103-40ED92364AE4}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{3D55EDFC-B813-4CC7-B0A5-55906D622051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{3D55EDFC-B813-4CC7-B0A5-55906D622051}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{3D55EDFC-B813-4CC7-B0A5-55906D622051}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{3D55EDFC-B813-4CC7-B0A5-55906D622051}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{364CFF3F-31C4-4BB5-847F-41270BB891B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{364CFF3F-31C4-4BB5-847F-41270BB891B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{364CFF3F-31C4-4BB5-847F-41270BB891B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{364CFF3F-31C4-4BB5-847F-41270BB891B8}.Release|Any CPU.Build.0 = Release|Any CPU
3634
EndGlobalSection
3735
GlobalSection(SolutionProperties) = preSolution
3836
HideSolutionNode = FALSE
3937
EndGlobalSection
38+
GlobalSection(NestedProjects) = preSolution
39+
{9E1542C2-FF8A-4204-A463-E1252307BB3D} = {D1E2D5CD-DA76-4B48-894B-8EFA327B4908}
40+
{3D55EDFC-B813-4CC7-B0A5-55906D622051} = {D1E2D5CD-DA76-4B48-894B-8EFA327B4908}
41+
{364CFF3F-31C4-4BB5-847F-41270BB891B8} = {98E12A85-6563-4898-98F6-2CAA5D98F8A9}
42+
EndGlobalSection
4043
GlobalSection(ExtensibilityGlobals) = postSolution
4144
SolutionGuid = {E1755423-7EE6-4D85-BFD9-BD215FACB39E}
4245
EndGlobalSection

Supermarket/Supermarket.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<ItemGroup>
2121
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="6.0.0" />
2222
<PackageReference Include="Microsoft.AspNetCore.App" />
23+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Api.Analyzers" Version="2.2.0" />
2324
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="2.2.0" />
2425
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="3.1.2" />
2526
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="3.2.0" />
@@ -32,9 +33,7 @@
3233
</ItemGroup>
3334

3435
<ItemGroup>
35-
<ProjectReference Include="..\Supermarket.Entites\Supermarket.Entites.csproj" />
36-
<ProjectReference Include="..\Supermarket.Identity\Supermarket.Identity.csproj" />
37-
<ProjectReference Include="..\Supermarket.Persistent\Supermarket.Persistent.csproj" />
36+
<ProjectReference Include="..\Supermarket.Core\Supermarket.Core.csproj" />
3837
</ItemGroup>
3938

4039
</Project>

0 commit comments

Comments
 (0)