Wave:Development
Jump to navigation
Jump to search
Wave | Download | Development
Source code
Source code and issues are managed on GitHub: https://github.com/bluemodel
Compilation
Compiling BlueM.Wave requires a TeeChart .NET Pro license.
For testing purposes, you can use the evaluation version of TeeChart by removing the (missing) file My Project\TeeChart.licenses
from the project within Visual Studio. This will allow you to compile, but any charts will be displayed with a watermark.
API
Instructions
Testing
The repositoy contains an assembly Wave.Tests
for unit testing. Tests can be run from within Visual Studio. To add new tests, follow the pattern of the existing ones and/or refer to the MSTest framework docs.