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,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("TheinterfaceproFixtures")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("TheinterfaceproFixtures")]
[assembly: System.Reflection.AssemblyTitleAttribute("TheinterfaceproFixtures")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
b128881c71fe7513a6567a2622f0ab4e93a27df0e3a5a0d53a11eb4c673c9ba9

View File

@@ -0,0 +1,17 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Theinterfacepro.Fixtures
build_property.ProjectDir = /Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1 @@
1017d58e5264f5bb3fcc1542f4d84305e8181a8bad3d014b473262485bdfd023

View File

@@ -0,0 +1,11 @@
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/bin/Debug/net8.0/TheinterfaceproFixtures.deps.json
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/bin/Debug/net8.0/TheinterfaceproFixtures.dll
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/bin/Debug/net8.0/TheinterfaceproFixtures.pdb
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.GeneratedMSBuildEditorConfig.editorconfig
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.AssemblyInfoInputs.cache
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.AssemblyInfo.cs
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.csproj.CoreCompileInputs.cache
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.dll
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/refint/TheinterfaceproFixtures.dll
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/TheinterfaceproFixtures.pdb
/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/Debug/net8.0/ref/TheinterfaceproFixtures.dll

View File

@@ -0,0 +1,67 @@
{
"format": 1,
"restore": {
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj": {}
},
"projects": {
"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj",
"projectName": "TheinterfaceproFixtures",
"projectPath": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj",
"packagesPath": "/Users/bobanlapcevic/.nuget/packages/",
"outputPath": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/Users/bobanlapcevic/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.200"
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/x64/sdk/10.0.201/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/Users/bobanlapcevic/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/bobanlapcevic/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/Users/bobanlapcevic/.nuget/packages/" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@@ -0,0 +1,72 @@
{
"version": 3,
"targets": {
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
},
"packageFolders": {
"/Users/bobanlapcevic/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj",
"projectName": "TheinterfaceproFixtures",
"projectPath": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj",
"packagesPath": "/Users/bobanlapcevic/.nuget/packages/",
"outputPath": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/Users/bobanlapcevic/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.200"
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/x64/sdk/10.0.201/PortableRuntimeIdentifierGraph.json"
}
}
}
}

View File

@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "ca54P5FrZC8=",
"success": true,
"projectFilePath": "/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj",
"expectedPackageFiles": [],
"logs": []
}

View File

@@ -0,0 +1 @@
"restore":{"projectUniqueName":"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj","projectName":"TheinterfaceproFixtures","projectPath":"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/TheinterfaceproFixtures.csproj","packagesPath":"","outputPath":"/Users/bobanlapcevic/Desktop/theInterfacePro/Fixtures/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"10.0.200"}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/x64/sdk/10.0.201/PortableRuntimeIdentifierGraph.json"}}

View File

@@ -0,0 +1 @@
17800031352706717

View File

@@ -0,0 +1 @@
17800031352706717