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,93 @@
{
"$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": "S2325",
"level": "warning",
"message": "Make 'Greet' a static method.",
"locations": [
{
"resultFile": {
"uri": "file:///Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs",
"region": {
"startLine": 5,
"startColumn": 19,
"endLine": 5,
"endColumn": 24
}
}
}
],
"properties": {
"warningLevel": 1
}
},
{
"ruleId": "CA1822",
"level": "note",
"message": "Member 'Greet' does not access instance data and can be marked as static",
"locations": [
{
"resultFile": {
"uri": "file:///Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs",
"region": {
"startLine": 5,
"startColumn": 19,
"endLine": 5,
"endColumn": 24
}
}
}
],
"properties": {
"warningLevel": 1
}
}
],
"rules": {
"CA1822": {
"id": "CA1822",
"shortDescription": "Mark members as static",
"fullDescription": "Members that do not access instance data or call instance methods can be marked as static. After you mark the methods as static, the compiler will emit nonvirtual call sites to these members. This can give you a measurable performance gain for performance-sensitive code.",
"defaultLevel": "note",
"helpUri": "https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822",
"properties": {
"category": "Performance",
"isEnabledByDefault": true,
"tags": [
"PortedFromFxCop",
"Telemetry",
"EnabledRuleInAggressiveMode"
]
}
},
"S2325": {
"id": "S2325",
"shortDescription": "Methods and properties that don't access instance data should be static",
"fullDescription": "Methods and properties that dont access instance data should be marked as static for the following reasons:",
"defaultLevel": "warning",
"properties": {
"category": "Minor 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>TheinterfaceproFixtures</ProjectName>
<ProjectLanguage>C#</ProjectLanguage>
<ProjectType>Product</ProjectType>
<ProjectGuid>7a95baf0-2e62-4746-8e42-98bbc30bbae2</ProjectGuid>
<FullPath>/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj</FullPath>
<IsExcluded>false</IsExcluded>
<AnalysisResultFiles>
<AnalysisResultFile Id="FilesToAnalyze" Location="/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/conf/0/FilesToAnalyze.txt" />
</AnalysisResultFiles>
<AnalysisSettings>
<Property Name="sonar.cs.roslyn.reportFilePaths">/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0/Issues.json</Property>
<Property Name="sonar.cs.analyzer.projectOutPaths">/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0</Property>
<Property Name="sonar.cs.scanner.telemetry">/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0/Telemetry.json</Property>
</AnalysisSettings>
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
<TargetFramework>net8.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=v8.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,4 @@
y
n/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.AssemblyInfo.csutf-8€
u/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.csutf-8P
G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.csutf-8

View File

@@ -0,0 +1 @@
Roslyn version: 5.3.0.0Language version: CSharp12!Concurrent execution: enabledFile '/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.AssemblyInfo.cs' was recognized as generated<65>˜File '/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs' was recognized as generated

View File

@@ -0,0 +1,2 @@
V
G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs 8r

View File

@@ -0,0 +1,7 @@
w
G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs


 

View File

@@ -0,0 +1 @@
aRT/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csprojòCSharp12

View File

@@ -0,0 +1,30 @@

G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs
namespace 
Theinterfacepro

. 
Fixtures "
;" #
public 
class 
ExampleFixture

{ 
public

string 
Greet 
( 
string 
name #
)# $
=>% '
$"( *
$str* 1
{1 2
name2 6
}6 7
$str7 8
"8 9
;9 :

View File

@@ -0,0 +1,5 @@
ß
G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs