initial design of domain
All checks were successful
Log every push / log-push (push) Successful in 2s
All checks were successful
Log every push / log-push (push) Successful in 2s
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
projectKey=theinterfacePlatformPro
|
||||
serverUrl=http://localhost:9000
|
||||
serverVersion=26.5.0.122743
|
||||
dashboardUrl=http://localhost:9000/dashboard?id=theinterfacePlatformPro
|
||||
ceTaskId=0505a30f-af9e-4f42-8587-97ff7c1d4482
|
||||
ceTaskUrl=http://localhost:9000/api/ce/task?id=0505a30f-af9e-4f42-8587-97ff7c1d4482
|
||||
93
theInterfacePro/Fixtures/.sonarqube/out/0/Issues.json
Normal file
93
theInterfacePro/Fixtures/.sonarqube/out/0/Issues.json
Normal 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 don’t 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
20
theInterfacePro/Fixtures/.sonarqube/out/0/ProjectInfo.xml
Normal file
20
theInterfacePro/Fixtures/.sonarqube/out/0/ProjectInfo.xml
Normal 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>
|
||||
6
theInterfacePro/Fixtures/.sonarqube/out/0/Telemetry.json
Normal file
6
theInterfacePro/Fixtures/.sonarqube/out/0/Telemetry.json
Normal 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"}
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
Roslyn version: 5.3.0.0Language version: CSharp12!Concurrent execution: enabled–‘File '/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
|
||||
@@ -0,0 +1,2 @@
|
||||
V
|
||||
G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs 8r
|
||||
@@ -0,0 +1,7 @@
|
||||
w
|
||||
G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
aRT/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csprojòCSharp12
|
||||
@@ -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 :
|
||||
@@ -0,0 +1,5 @@
|
||||
ß
|
||||
G/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{"dotnetenterprise.s4net.serverInfo.product":"SQ_Server"}
|
||||
{"dotnetenterprise.s4net.serverInfo.serverUrl":"localhost"}
|
||||
{"dotnetenterprise.s4net.serverInfo.version":"26.5.0.122743"}
|
||||
{"dotnetenterprise.s4net.jre.bootstrapping":"Enabled"}
|
||||
{"dotnetenterprise.s4net.jre.download":"CacheHit"}
|
||||
{"dotnetenterprise.s4net.scannerEngine.bootstrapping":"Enabled"}
|
||||
{"dotnetenterprise.s4net.scannerEngine.download":"CacheHit"}
|
||||
{"dotnetenterprise.s4net.params.sonar_scm_disabled.source":"SQ_SERVER_SETTINGS"}
|
||||
{"dotnetenterprise.s4net.begin.runtime":"netcore"}
|
||||
{"dotnetenterprise.s4net.endstep.Sarif.v1_0_0_0.Valid":"True"}
|
||||
{"dotnetenterprise.s4net.endstep.legacyTFS":"NotCalled"}
|
||||
{"dotnetenterprise.s4net.endstep.coverage_conversion":false}
|
||||
@@ -0,0 +1,2 @@
|
||||
{"dotnetenterprise.s4net.build.visual_studio_version":"18.0"}
|
||||
{"dotnetenterprise.s4net.build.msbuild_version":"18.3.0"}
|
||||
24
theInterfacePro/Fixtures/.sonarqube/out/ProjectInfo.log
Normal file
24
theInterfacePro/Fixtures/.sonarqube/out/ProjectInfo.log
Normal file
@@ -0,0 +1,24 @@
|
||||
Product projects
|
||||
---------------------------------------
|
||||
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj
|
||||
|
||||
|
||||
Test projects
|
||||
---------------------------------------
|
||||
|
||||
|
||||
Invalid projects
|
||||
---------------------------------------
|
||||
{none}
|
||||
|
||||
|
||||
Skipped projects
|
||||
---------------------------------------
|
||||
{none}
|
||||
|
||||
|
||||
Excluded projects
|
||||
---------------------------------------
|
||||
{none}
|
||||
|
||||
|
||||
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"scannerProperties": [
|
||||
{
|
||||
"key": "sonar.scanner.app",
|
||||
"value": "ScannerMSBuild"
|
||||
},
|
||||
{
|
||||
"key": "sonar.scanner.appVersion",
|
||||
"value": "11.2.1"
|
||||
},
|
||||
{
|
||||
"key": "sonar.scanner.bootstrapStartTime",
|
||||
"value": "1780350727000"
|
||||
},
|
||||
{
|
||||
"key": "sonar.projectKey",
|
||||
"value": "theinterfacePlatformPro"
|
||||
},
|
||||
{
|
||||
"key": "sonar.working.directory",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/.sonar"
|
||||
},
|
||||
{
|
||||
"key": "sonar.projectBaseDir",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures"
|
||||
},
|
||||
{
|
||||
"key": "sonar.pullrequest.cache.basepath",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures"
|
||||
},
|
||||
{
|
||||
"key": "sonar.sources",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "sonar.tests",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "sonar.modules",
|
||||
"value": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.projectKey",
|
||||
"value": "theinterfacePlatformPro:7A95BAF0-2E62-4746-8E42-98BBC30BBAE2"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.projectName",
|
||||
"value": "TheinterfaceproFixtures"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.projectBaseDir",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.working.directory",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/.sonar/mod0"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.sourceEncoding",
|
||||
"value": "utf-8"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.tests",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.sources",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs,/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/TheinterfaceproFixtures.csproj.nuget.dgspec.json,/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/project.packagespec.json,/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/project.assets.json,/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/bin/Debug/net8.0/TheinterfaceproFixtures.deps.json"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.cs.analyzer.projectOutPaths",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.cs.roslyn.reportFilePaths",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0/Issues.json"
|
||||
},
|
||||
{
|
||||
"key": "7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.cs.scanner.telemetry",
|
||||
"value": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0/Telemetry.json"
|
||||
},
|
||||
{
|
||||
"key": "sonar.token",
|
||||
"value": "***"
|
||||
},
|
||||
{
|
||||
"key": "sonar.host.url",
|
||||
"value": "http://localhost:9000"
|
||||
},
|
||||
{
|
||||
"key": "sonar.visualstudio.enable",
|
||||
"value": "false"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
sonar.projectKey=theinterfacePlatformPro
|
||||
sonar.working.directory=/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/.sonar
|
||||
sonar.projectBaseDir=/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures
|
||||
sonar.pullrequest.cache.basepath=/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures
|
||||
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.projectKey=theinterfacePlatformPro:7A95BAF0-2E62-4746-8E42-98BBC30BBAE2
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.projectName=TheinterfaceproFixtures
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.projectBaseDir=/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.sourceEncoding=utf-8
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.tests=
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.sources=\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/ExampleFixture.cs",\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/TheinterfaceproFixtures.csproj.nuget.dgspec.json",\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/project.packagespec.json",\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/project.assets.json",\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/bin/Debug/net8.0/TheinterfaceproFixtures.deps.json"
|
||||
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.cs.analyzer.projectOutPaths=\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0"
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.cs.roslyn.reportFilePaths=\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0/Issues.json"
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.cs.scanner.telemetry=\
|
||||
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/0/Telemetry.json"
|
||||
|
||||
7A95BAF0-2E62-4746-8E42-98BBC30BBAE2.sonar.working.directory=/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/.sonarqube/out/.sonar/mod0
|
||||
sonar.host.url=http://localhost:9000
|
||||
sonar.visualstudio.enable=false
|
||||
|
||||
sonar.modules=7A95BAF0-2E62-4746-8E42-98BBC30BBAE2
|
||||
|
||||
Reference in New Issue
Block a user