mathpaquette / IQFeed.CSharpApiClient

IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
MIT License
120 stars 43 forks source link

find a way to be able to run unit tests and ignoring integration tests targeting .net core and .net framework #8

Closed mathpaquette closed 5 years ago

mathpaquette commented 6 years ago

Since we targeting both frameworks, appveyor wont use appveyor.yml configuration for .net core example:

test: assemblies:

even with this, on the .net core build, integration tests will be run.

expected: be able to run only unit tests for all targets.

mathpaquette commented 6 years ago

Anyone would to handle this one?