initial design of domain
All checks were successful
Log every push / log-push (push) Successful in 2s

This commit is contained in:
Boban
2026-06-07 22:09:45 +02:00
parent 2af87e8268
commit 4a7ddacae4
393 changed files with 16395 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
{
"$schema": "http://json.schemastore.org/sarif-1.0.0",
"version": "1.0.0",
"runs": [
{
"tool": {
"name": "Microsoft (R) Visual C# Compiler",
"version": "5.3.0.0",
"fileVersion": "5.3.0-2.26153.122 (4d3023de605a78ba3e59e50c657eed70f125c68a)",
"semanticVersion": "5.3.0",
"language": "en-RS"
},
"results": [
{
"ruleId": "S6966",
"level": "warning",
"message": "Await RunAsync instead.",
"locations": [
{
"resultFile": {
"uri": "file:///Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/Program.cs",
"region": {
"startLine": 6,
"startColumn": 1,
"endLine": 6,
"endColumn": 10
}
}
}
],
"properties": {
"warningLevel": 1
}
}
],
"rules": {
"S6966": {
"id": "S6966",
"shortDescription": "Awaitable method should be used",
"fullDescription": "In an async method, any blocking operations should be avoided.",
"defaultLevel": "warning",
"properties": {
"category": "Major Code Smell",
"isEnabledByDefault": true,
"tags": [
"C#",
"MainSourceScope",
"TestSourceScope",
"SonarWay"
]
}
}
}
}
]
}

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/integration/2015/1">
<ProjectName>MySimpleUI</ProjectName>
<ProjectLanguage>C#</ProjectLanguage>
<ProjectType>Product</ProjectType>
<ProjectGuid>80e39ded-8bd3-3dc7-e8b5-bb21f6f267b5</ProjectGuid>
<FullPath>/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/MySimpleUI.csproj</FullPath>
<IsExcluded>false</IsExcluded>
<AnalysisResultFiles>
<AnalysisResultFile Id="FilesToAnalyze" Location="/Users/bobanlapcevic/Desktop/theInterfacePro/.sonarqube/conf/2/FilesToAnalyze.txt" />
</AnalysisResultFiles>
<AnalysisSettings>
<Property Name="sonar.cs.roslyn.reportFilePaths">/Users/bobanlapcevic/Desktop/theInterfacePro/.sonarqube/out/2/Issues.json</Property>
<Property Name="sonar.cs.analyzer.projectOutPaths">/Users/bobanlapcevic/Desktop/theInterfacePro/.sonarqube/out/2</Property>
<Property Name="sonar.cs.scanner.telemetry">/Users/bobanlapcevic/Desktop/theInterfacePro/.sonarqube/out/2/Telemetry.json</Property>
</AnalysisSettings>
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
<TargetFramework>net10.0</TargetFramework>
</ProjectInfo>

View File

@@ -0,0 +1,6 @@
{"dotnetenterprise.s4net.build.override_warnings_as_errors.cnt":"true"}
{"dotnetenterprise.s4net.build.target_framework_moniker":".NETCoreApp,Version=v10.0"}
{"dotnetenterprise.s4net.build.using_microsoft_net_sdk.cnt":"true"}
{"dotnetenterprise.s4net.build.deterministic.cnt":"true"}
{"dotnetenterprise.s4net.build.nuget_project_style.cnt":"PackageReference"}
{"dotnetenterprise.s4net.build.netcore_sdk_version.cnt":"10.0.201"}

View File

@@ -0,0 +1,6 @@
ç
Û/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/Microsoft.AspNetCore.App.SourceGenerators/Microsoft.AspNetCore.SourceGenerators.PublicProgramSourceGenerator/PublicTopLevelProgram.Generated.g.csutf-8„
y/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.csutf-8K
B/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/Program.csutf-8o
d/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/MySimpleUI.AssemblyInfo.csutf-8q
f/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/MySimpleUI.GlobalUsings.g.csutf-8

View File

@@ -0,0 +1 @@
Roslyn version: 5.3.0.0Language version: CSharp14!Concurrent execution: enabledƒþFile '/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/Microsoft.AspNetCore.App.SourceGenerators/Microsoft.AspNetCore.SourceGenerators.PublicProgramSourceGenerator/PublicTopLevelProgram.Generated.g.cs' was recognized as generated¡œFile '/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs' was recognized as generatedŒFile '/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/MySimpleUI.AssemblyInfo.cs' was recognized as generatedŽFile '/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/obj/Debug/net10.0/MySimpleUI.GlobalUsings.g.cs' was recognized as generated

View File

@@ -0,0 +1,2 @@
S
B/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/Program.csr

View File

@@ -0,0 +1,5 @@
v
B/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/Program.cs
 

   

View File

@@ -0,0 +1 @@
VRI/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/MySimpleUI.csprojòCSharp14

View File

@@ -0,0 +1,42 @@
«
B/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/Program.cs
var 
builder 
=

WebApplication 
. 
CreateBuilder *
(* +
args+ /
)/ 0
;0 1
var 
app 
= 
builder

. 
Build 
( 
) 
; 
app 
. 
MapGet

(

$str 
, 
( 
) 
=> 
$str $
)$ %
;% &
app 
. 
Run 
( 

View File

@@ -0,0 +1,4 @@

B/Users/bobanlapcevic/Desktop/theInterfacePro/MySimpleUI/Program.cs
   
     $