Skip to content

Package installation fails on UWP #40

@nblumhardt

Description

@nblumhardt

Because of the absence of System.Threading.Thread on UWP (despite its .NET Standard 1.4 designation) the sink package cannot be installed:

Restoring NuGet packages... 
To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages during build.'
System.Threading.Thread 4.0.0 provides a compile-time reference assembly for System.Threading.Thread on UAP,Version=v10.0, but there is no run-time assembly compatible with win10-x64.
One or more packages are incompatible with UAP,Version=v10.0 (win10-x64).
NuGet package restore failed.

Even though the package supports .NET Standard 1.1, the tooling won't fall back to it here. The only short-term possibility is to remove the dependency, which can be achieved by updating to the latest PortableTimer implementation from the upstream PeriodicBatchingSink.

https://github.com/dotnet/corefx/issues/2576

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions