This commit is contained in:
Yevgeniy Ulyantsev
2025-07-17 17:23:35 +03:00
parent a339ae3e5a
commit 2f489a504b
26 changed files with 3269 additions and 95 deletions

View File

@@ -0,0 +1,11 @@
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Games\Extentions\ServiceCollectionExtentions.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Games\GameService.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Games\IGameService.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Numbers\Extentions\ServiceCollectionExtentions.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Numbers\INumbersService.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Numbers\NumbersService.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Tickets\Extentions\ServiceCollectionExtentions.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Tickets\ITicketRepository.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Tickets\ITicketService.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Tickets\Models\LotteryTicket.cs
C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Tickets\TicketService.cs

View File

@@ -0,0 +1 @@
C:\Users\Evgeny\source\repos\Lottery.Tickets\.sonarqube\out\1

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<SonarProjectConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/analyzer/2021/1">
<AnalysisConfigPath>C:\Users\Evgeny\source\repos\Lottery.Tickets\.sonarqube\conf\SonarQubeAnalysisConfig.xml</AnalysisConfigPath>
<ProjectPath>C:\Users\Evgeny\source\repos\Lottery.Tickets\Services\Services.csproj</ProjectPath>
<FilesToAnalyzePath>C:\Users\Evgeny\source\repos\Lottery.Tickets\.sonarqube\conf\1\FilesToAnalyze.txt</FilesToAnalyzePath>
<OutPath>C:\Users\Evgeny\source\repos\Lottery.Tickets\.sonarqube\out\1</OutPath>
<ProjectType>Product</ProjectType>
<TargetFramework>net8.0</TargetFramework>
</SonarProjectConfig>