mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
Add UCFG2 type definitions and lock file for QuanTAlib
- 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.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user