Full documentation, usage instructions, and code examples can be found at docs.atas.net.
This includes detailed guidelines for working with the source code, implementation examples, and technical references.
- Install ATAS Platform into
C:\Program Files (x86)\ATAS Platform\
- Install or update NET8 SDK
- Clone repository and build it with Visual Studio 2022 or Rider.
If you encounter the following error during project build:
The "GenerateDepsFile" task failed unexpectedly.
System.ArgumentException: An item with the same key has already been added. Key: ATAS.Indicators.Technical
at System.Collections.Generic.CollectionExtensions.LibraryCollectionToDictionary[T](IReadOnlyList`1 collection)
...
This may happen due to a temporary conflict in dependency resolution.
In most cases, it's enough to wait a few seconds and try building the project again.
If the problem persists, or you have any other problems please open the GitHub Issue.
Again, full documentation, usage instructions, and code examples can be found at docs.atas.net.
This includes detailed guidelines for working with the source code, implementation examples, and technical references.