-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test run fails on netcoreapp1.0 targeted tests #466
Comments
Yes I did some check and the issue seem mainly 2 packages that are supported only on @vagisha-nidhi is there are reason to not build collector lib for |
@MarcoRossignoli Although the coverlet integration for now will be working for only .NET Core projects, that might be the reason of not making this |
Fair I agree, is there a plan to support netfx? |
|
I just checked, and Mono.Cecil actually targets netstandard1.3. Why do you say it requires netstandard2.0? Also, an older version of Microsoft.Extensions.FileSystemGlobbing supports netstandard1.3 as well. So maybe .NET Core 1.0 could be supported? |
We use version https://github.com/tonerdo/coverlet/blob/master/src/coverlet.core/coverlet.core.csproj#L19 https://www.nuget.org/packages/Microsoft.Extensions.FileSystemGlobbing/2.0.1 for FileSystemGlobbing |
@AArnott maybe with some updates we could support on
|
@AArnott following up https://twitter.com/aarnott/status/1147714360757719041 I wonder if make sense for coverlet support framework out of LTS. cc: @tonerdo |
I'm planning to cut support for it from my libraries at this point. |
I'm on board with cutting out support for < netstandard2.0 |
So I think that we can close this for the moment. |
Due to missing support: coverlet-coverage/coverlet#466
When running tests on linux (in Azure Pipelines at least) with code coverage turned on...
The build log shows this failure when the tests run on .NET Core 1.0:
The text was updated successfully, but these errors were encountered: