Standard: Is ValueTask<> missing in latest NetStandard?

Created on 16 May 2019  路  3Comments  路  Source: dotnet/standard

error CS0012: The type 'ValueTask<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.

Might be related to #1180?

> dotnet --version
3.0.100-preview6-011910
<TargetFramework>netstandard2.1</TargetFramework>
<NetStandardImplicitPackageVersion>2.1.0-prerelease.19265.2</NetStandardImplicitPackageVersion>
bug

Most helpful comment

Yeah, this is the same as https://github.com/dotnet/corefx/issues/36719. Fix is in, it's just flowing up through the branches now. /cc @wtgodbe

All 3 comments

@ericstj is this related to the recent shim issues?

Yeah, this is the same as https://github.com/dotnet/corefx/issues/36719. Fix is in, it's just flowing up through the branches now. /cc @wtgodbe

Resolved (a long time ago?), thanks.

Was this page helpful?
0 / 5 - 0 ratings