mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 02:58:05 +00:00
- Introduced type definitions for various classes in the QuanTAlib library, including Ema, EmaVector, EmaState, TSeries, CsvFeed, GBM, TBarSeries, TBar, and TValue. - Added methods and properties for each class to enhance functionality and maintainability. - Created a lock file to manage dependencies and ensure consistent builds.
9 lines
715 B
XML
9 lines
715 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<SonarProjectConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/analyzer/2021/1">
|
|
<AnalysisConfigPath>/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/SonarQubeAnalysisConfig.xml</AnalysisConfigPath>
|
|
<ProjectPath>/Users/mihakralj/Github/QuanTAlib/lib/QuanTAlib.Tests.csproj</ProjectPath>
|
|
<FilesToAnalyzePath>/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/2/FilesToAnalyze.txt</FilesToAnalyzePath>
|
|
<OutPath>/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2</OutPath>
|
|
<ProjectType>Test</ProjectType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
</SonarProjectConfig> |