chore: snapshot current state

This commit is contained in:
Miha Kralj
2025-09-23 22:01:11 -07:00
parent 140eb59722
commit 530dfe0aa2
18 changed files with 108 additions and 1231 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.12.0",
"commands": [
"dotnet-gitversion"
]
}
}
}
+3
View File
@@ -396,3 +396,6 @@ FodyWeavers.xsd
# JetBrains Rider # JetBrains Rider
*.sln.iml *.sln.iml
# Cline Memory Bank - exclude from git
memory-bank/
+8 -21
View File
@@ -1,23 +1,10 @@
{ {
"sonarlint.connectedMode.connections.sonarcloud": [ "terminal.integrated.defaultProfile.windows": "PowerShell",
{ "terminal.integrated.profiles.windows": {
"organizationKey": "mihakralj", "PowerShell": {
"token": "6df7cd62a17dc4e1c5532df1da2f49d5a977dd50", "source": "PowerShell",
"connectionId": "mihakralj" "icon": "terminal-powershell"
} }
], },
"sarif-viewer.connectToGithubCodeScanning": "on", "terminal.integrated.shellIntegration.enabled": true
"omnisharp.useModernNet": true,
"sonarlint.connectedMode.project": {
"connectionId": "mihakralj",
"projectKey": "mihakralj_QuanTAlib"
},
"dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "fullSolution",
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
"dotnetAcquisitionExtension.enableTelemetry": false,
"dotnet-test-explorer.testProjectPath": "Tests",
"dotnet-test-explorer.autoWatch": true,
"dotnet-test-explorer.showCodeLens": true,
"dotnet-test-explorer.testArguments": "/p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=./TestResults/coverage.cobertura.xml"
} }
+3 -3
View File
@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<LangVersion>preview</LangVersion> <LangVersion>preview</LangVersion>
<NoWarn>$(NoWarn);NU1903;NU5104;NETSDK1057</NoWarn> <NoWarn>$(NoWarn);NU1903;NU5104;NETSDK1057</NoWarn>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
@@ -50,11 +50,11 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.24563.1" /> <PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.25323.1" />
</ItemGroup> </ItemGroup>
<PropertyGroup Condition="'$(IsLocalBuild)' == 'true' AND $([MSBuild]::IsOSPlatform('Windows'))"> <PropertyGroup Condition="'$(IsLocalBuild)' == 'true' AND $([MSBuild]::IsOSPlatform('Windows'))">
<QuantowerRoot>D:\Quantower</QuantowerRoot> <QuantowerRoot>Z:\Quantower</QuantowerRoot>
<QuantowerPath>$([System.IO.Directory]::GetDirectories("$(QuantowerRoot)\TradingPlatform", "v1*")[0])</QuantowerPath> <QuantowerPath>$([System.IO.Directory]::GetDirectories("$(QuantowerRoot)\TradingPlatform", "v1*")[0])</QuantowerPath>
</PropertyGroup> </PropertyGroup>
+1 -14
View File
@@ -1,4 +1,3 @@
workflow: GitHubFlow/v1
assembly-versioning-scheme: MajorMinorPatch assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch assembly-file-versioning-scheme: MajorMinorPatch
major-version-bump-message: '\+semver:\s?(breaking|major)' major-version-bump-message: '\+semver:\s?(breaking|major)'
@@ -6,34 +5,22 @@ minor-version-bump-message: '\+semver:\s?(feature|minor)'
patch-version-bump-message: '\+semver:\s?(fix|patch)' patch-version-bump-message: '\+semver:\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)' no-bump-message: '\+semver:\s?(none|skip)'
tag-prefix: '[vV]' tag-prefix: '[vV]'
semantic-version-format: Strict
branches: branches:
main: main:
label: ''
regex: ^main$ regex: ^main$
mode: ContinuousDeployment mode: ContinuousDeployment
increment: Patch increment: Patch
prevent-increment:
of-merged-branch: true
track-merge-target: false track-merge-target: false
track-merge-message: true
is-release-branch: true is-release-branch: true
pre-release-weight: 0 pre-release-weight: 0
develop:
dev:
label: beta
regex: ^dev(elop)?(ment)?$ regex: ^dev(elop)?(ment)?$
mode: ContinuousDelivery mode: ContinuousDelivery
increment: Patch increment: Patch
prevent-increment:
when-current-commit-tagged: false
track-merge-target: true track-merge-target: true
is-release-branch: false is-release-branch: false
source-branches: ['main'] source-branches: ['main']
pre-release-weight: 30000 pre-release-weight: 30000
ignore: ignore:
sha: [] sha: []
merge-message-formats: {} merge-message-formats: {}
+64 -57
View File
@@ -1,80 +1,87 @@
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59 VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "quantalib", "lib\quantalib.csproj", "{1E050FA4-630E-4801-9DE9-D2536DACA9B0}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{9CF47860-2CEA-F379-09D8-9AEF27965D12}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "quantower", "quantower", "{1B9AC248-76F8-44DD-958D-F1DC08EE1E87}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "quantalib", "lib\quantalib.csproj", "{F455234B-2A3C-140A-17C3-683D7820A733}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Statistics", "quantower\Statistics\_Statistics.csproj", "{2E9427C7-144F-488E-A29D-789ACC1C32AE}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "quantower", "quantower", "{6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Averages", "quantower\Averages\_Averages.csproj", "{6BE10C39-4127-446C-818B-7976FCDD51D5}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_Averages", "quantower\Averages\_Averages.csproj", "{F6651413-2F44-2F7B-EBE6-A300E8655AFD}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Volatility", "quantower\Volatility\_Volatility.csproj", "{B7DC44F7-D3A3-4C70-9025-513E0182B646}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_Experiments", "quantower\Experiments\_Experiments.csproj", "{87051F5D-8006-0241-4339-A1B2D29EA094}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oscillators", "quantower\Oscillators\_Oscillators.csproj", "{C4D8F5D0-E6A7-4B7D-B8E9-F55C3F8D9D01}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_Momentum", "quantower\Momentum\_Momentum.csproj", "{2D6628C9-C059-15E9-F3A0-C50F1BCCADA0}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Volume", "quantower\Volume\_Volume.csproj", "{D5E9F6D1-B8A8-4C7E-9FA0-F66C3F8D9D02}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_Oscillators", "quantower\Oscillators\_Oscillators.csproj", "{A95DA667-23DF-4067-A173-E9C7FC430D09}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Momentum", "quantower\Momentum\_Momentum.csproj", "{E6F0F7D2-C9B9-4D8F-0FA1-F77C4F9D9D03}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_Statistics", "quantower\Statistics\_Statistics.csproj", "{556D8C92-E3DD-F64A-53B1-D741A96888F2}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Experiments", "quantower\Experiments\_Experiments.csproj", "{F7F1F8D3-DAC0-4E9F-1FB2-F88D5F0E0E04}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_Volatility", "quantower\Volatility\_Volatility.csproj", "{4FAD1FB1-4696-ABF4-50D9-162F81114A20}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{2D97C971-20BF-40DB-94AA-3279F787D3CB}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "_Volume", "quantower\Volume\_Volume.csproj", "{03C2D1D7-AB94-445B-2127-285A367DC6A6}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{908D03EE-717E-7E8C-7EAA-0DF14BA8C45E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{908D03EE-717E-7E8C-7EAA-0DF14BA8C45E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{908D03EE-717E-7E8C-7EAA-0DF14BA8C45E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{908D03EE-717E-7E8C-7EAA-0DF14BA8C45E}.Release|Any CPU.Build.0 = Release|Any CPU
{9CF47860-2CEA-F379-09D8-9AEF27965D12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CF47860-2CEA-F379-09D8-9AEF27965D12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CF47860-2CEA-F379-09D8-9AEF27965D12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CF47860-2CEA-F379-09D8-9AEF27965D12}.Release|Any CPU.Build.0 = Release|Any CPU
{F455234B-2A3C-140A-17C3-683D7820A733}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F455234B-2A3C-140A-17C3-683D7820A733}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F455234B-2A3C-140A-17C3-683D7820A733}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F455234B-2A3C-140A-17C3-683D7820A733}.Release|Any CPU.Build.0 = Release|Any CPU
{F6651413-2F44-2F7B-EBE6-A300E8655AFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6651413-2F44-2F7B-EBE6-A300E8655AFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6651413-2F44-2F7B-EBE6-A300E8655AFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6651413-2F44-2F7B-EBE6-A300E8655AFD}.Release|Any CPU.Build.0 = Release|Any CPU
{87051F5D-8006-0241-4339-A1B2D29EA094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87051F5D-8006-0241-4339-A1B2D29EA094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87051F5D-8006-0241-4339-A1B2D29EA094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87051F5D-8006-0241-4339-A1B2D29EA094}.Release|Any CPU.Build.0 = Release|Any CPU
{2D6628C9-C059-15E9-F3A0-C50F1BCCADA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D6628C9-C059-15E9-F3A0-C50F1BCCADA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D6628C9-C059-15E9-F3A0-C50F1BCCADA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D6628C9-C059-15E9-F3A0-C50F1BCCADA0}.Release|Any CPU.Build.0 = Release|Any CPU
{A95DA667-23DF-4067-A173-E9C7FC430D09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A95DA667-23DF-4067-A173-E9C7FC430D09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A95DA667-23DF-4067-A173-E9C7FC430D09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A95DA667-23DF-4067-A173-E9C7FC430D09}.Release|Any CPU.Build.0 = Release|Any CPU
{556D8C92-E3DD-F64A-53B1-D741A96888F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{556D8C92-E3DD-F64A-53B1-D741A96888F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{556D8C92-E3DD-F64A-53B1-D741A96888F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{556D8C92-E3DD-F64A-53B1-D741A96888F2}.Release|Any CPU.Build.0 = Release|Any CPU
{4FAD1FB1-4696-ABF4-50D9-162F81114A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FAD1FB1-4696-ABF4-50D9-162F81114A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FAD1FB1-4696-ABF4-50D9-162F81114A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FAD1FB1-4696-ABF4-50D9-162F81114A20}.Release|Any CPU.Build.0 = Release|Any CPU
{03C2D1D7-AB94-445B-2127-285A367DC6A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03C2D1D7-AB94-445B-2127-285A367DC6A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03C2D1D7-AB94-445B-2127-285A367DC6A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03C2D1D7-AB94-445B-2127-285A367DC6A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E050FA4-630E-4801-9DE9-D2536DACA9B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E050FA4-630E-4801-9DE9-D2536DACA9B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E050FA4-630E-4801-9DE9-D2536DACA9B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E050FA4-630E-4801-9DE9-D2536DACA9B0}.Release|Any CPU.Build.0 = Release|Any CPU
{2E9427C7-144F-488E-A29D-789ACC1C32AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E9427C7-144F-488E-A29D-789ACC1C32AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E9427C7-144F-488E-A29D-789ACC1C32AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E9427C7-144F-488E-A29D-789ACC1C32AE}.Release|Any CPU.Build.0 = Release|Any CPU
{6BE10C39-4127-446C-818B-7976FCDD51D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BE10C39-4127-446C-818B-7976FCDD51D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BE10C39-4127-446C-818B-7976FCDD51D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BE10C39-4127-446C-818B-7976FCDD51D5}.Release|Any CPU.Build.0 = Release|Any CPU
{B7DC44F7-D3A3-4C70-9025-513E0182B646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7DC44F7-D3A3-4C70-9025-513E0182B646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7DC44F7-D3A3-4C70-9025-513E0182B646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7DC44F7-D3A3-4C70-9025-513E0182B646}.Release|Any CPU.Build.0 = Release|Any CPU
{C4D8F5D0-E6A7-4B7D-B8E9-F55C3F8D9D01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D8F5D0-E6A7-4B7D-B8E9-F55C3F8D9D01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D8F5D0-E6A7-4B7D-B8E9-F55C3F8D9D01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D8F5D0-E6A7-4B7D-B8E9-F55C3F8D9D01}.Release|Any CPU.Build.0 = Release|Any CPU
{D5E9F6D1-B8A8-4C7E-9FA0-F66C3F8D9D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5E9F6D1-B8A8-4C7E-9FA0-F66C3F8D9D02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5E9F6D1-B8A8-4C7E-9FA0-F66C3F8D9D02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5E9F6D1-B8A8-4C7E-9FA0-F66C3F8D9D02}.Release|Any CPU.Build.0 = Release|Any CPU
{E6F0F7D2-C9B9-4D8F-0FA1-F77C4F9D9D03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6F0F7D2-C9B9-4D8F-0FA1-F77C4F9D9D03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6F0F7D2-C9B9-4D8F-0FA1-F77C4F9D9D03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6F0F7D2-C9B9-4D8F-0FA1-F77C4F9D9D03}.Release|Any CPU.Build.0 = Release|Any CPU
{F7F1F8D3-DAC0-4E9F-1FB2-F88D5F0E0E04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7F1F8D3-DAC0-4E9F-1FB2-F88D5F0E0E04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7F1F8D3-DAC0-4E9F-1FB2-F88D5F0E0E04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7F1F8D3-DAC0-4E9F-1FB2-F88D5F0E0E04}.Release|Any CPU.Build.0 = Release|Any CPU
{2D97C971-20BF-40DB-94AA-3279F787D3CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D97C971-20BF-40DB-94AA-3279F787D3CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D97C971-20BF-40DB-94AA-3279F787D3CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D97C971-20BF-40DB-94AA-3279F787D3CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution GlobalSection(NestedProjects) = preSolution
{2E9427C7-144F-488E-A29D-789ACC1C32AE} = {1B9AC248-76F8-44DD-958D-F1DC08EE1E87} {F6651413-2F44-2F7B-EBE6-A300E8655AFD} = {6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}
{6BE10C39-4127-446C-818B-7976FCDD51D5} = {1B9AC248-76F8-44DD-958D-F1DC08EE1E87} {87051F5D-8006-0241-4339-A1B2D29EA094} = {6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}
{B7DC44F7-D3A3-4C70-9025-513E0182B646} = {1B9AC248-76F8-44DD-958D-F1DC08EE1E87} {2D6628C9-C059-15E9-F3A0-C50F1BCCADA0} = {6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}
{C4D8F5D0-E6A7-4B7D-B8E9-F55C3F8D9D01} = {1B9AC248-76F8-44DD-958D-F1DC08EE1E87} {A95DA667-23DF-4067-A173-E9C7FC430D09} = {6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}
{D5E9F6D1-B8A8-4C7E-9FA0-F66C3F8D9D02} = {1B9AC248-76F8-44DD-958D-F1DC08EE1E87} {556D8C92-E3DD-F64A-53B1-D741A96888F2} = {6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}
{E6F0F7D2-C9B9-4D8F-0FA1-F77C4F9D9D03} = {1B9AC248-76F8-44DD-958D-F1DC08EE1E87} {4FAD1FB1-4696-ABF4-50D9-162F81114A20} = {6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}
{F7F1F8D3-DAC0-4E9F-1FB2-F88D5F0E0E04} = {1B9AC248-76F8-44DD-958D-F1DC08EE1E87} {03C2D1D7-AB94-445B-2127-285A367DC6A6} = {6CF592EE-4302-E72F-3CB4-AB1D314DD5A8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6DB434C-508E-4231-B8A6-5EDD7FF87E22}
EndGlobalSection EndGlobalSection
EndGlobal EndGlobal
File diff suppressed because it is too large Load Diff
-16
View File
@@ -1,16 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AlgoType>Vendor</AlgoType>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
<None Include="..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link>
</None>
</ItemGroup>
</Project>
+1 -1
View File
@@ -9,7 +9,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
</PackageReference> </PackageReference>
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
<PackageReference Include="xunit" Version="2.9.2" /> <PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="coverlet.collector" Version="6.0.2" /> <PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.42"> <PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.42">
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
dotnet gitversion . /output buildserver
dotnet build
+1 -2
View File
@@ -30,9 +30,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="6.0.5" PrivateAssets="all" />
<Compile Include="**\*.cs" Exclude="obj\**\*.cs" /> <Compile Include="**\*.cs" Exclude="obj\**\*.cs" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> <PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0" /> <PackageReference Include="System.Text.Encodings.Web" Version="10.0.0-rc.1.25451.107" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>