Giter Club home page Giter Club logo

Comments (8)

hypersw avatar hypersw commented on September 9, 2024 1

Unfortunately, the Microsoft.Bcl.Async package is incomplete in that it references missing assemblies like System.Threading.Tasks, Version=1.5.11.0 which is nowhere to be found for target framework .NET 4 (there're DLLs of the same version for different frameworks and the set of classes in them does not match the requirements). I couldn't make a working set out of it. So we're using this AsyncBridge, and had to sign the DLL with our key to make it load in or strongnamed environment.

from asyncbridge.

alexdavies74 avatar alexdavies74 commented on September 9, 2024

Try using https://www.nuget.org/packages/Microsoft.Bcl.Async instead, it
was released by MS after AsyncBridge, and supersedes it.

On Wed, Feb 26, 2014 at 12:16 PM, John Smith [email protected]:

Hi,
Please sign Nuget package to easier use...
Thanks

Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

from asyncbridge.

jspraul avatar jspraul commented on September 9, 2024

FWIW, Microsoft.Bcl.Async doesn't support .NET 3.5

from asyncbridge.

emdadgar2 avatar emdadgar2 commented on September 9, 2024

And MS.BCL.Async doesn't support winXP

from asyncbridge.

alexdavies74 avatar alexdavies74 commented on September 9, 2024

I don't have a windows machine available anymore to do this. If anyone still wants it, I can make you an owner of the nuget project.

from asyncbridge.

falahati avatar falahati commented on September 9, 2024

@emdadgar2, it does.
Currently using Microsoft.Bcl.Async with VS2015 to target Windows XP and it works. But there are some problems. Firstly, all clients need to install two updates for .Net 4 and they should have Windows XP SP3 (or x64 SP2) to do so. Also you need to ship the config file side by side of the application (which of course is not a problem by it-self). Yet I still had some difficultly with Mono port of the application. Honestly, I could have wrote the app using old API and even save some time.

I am going to test this project in next days and will report of its success.

from asyncbridge.

jnm2 avatar jnm2 commented on September 9, 2024

AsyncBridge.Net35 and AsyncBridge.Portable have been signed since 2012-04-27. Unlike those two, a 0.2.0 of AsyncBridge was never published and so there has never been a signed package for.NET Framework 4.0.

Since this issue was filed in 2014, the OP must have been asking about the .NET Framework 4.0 package and therefore Alex's comment applies– try using https://www.nuget.org/packages/Microsoft.Bcl.Async since you're on .NET Framework 4.0.

For those who are actually on .NET Framework 3.5, you've already had the signed AsyncBridge.Net35 since 2012.

However, looking forward: I am going to correct the inconsistency by publishing a new AsyncBridge package to fill the gap for the net40 build, even though we still recommend using Microsoft.Bcl.Async instead since you're on net40.

from asyncbridge.

jnm2 avatar jnm2 commented on September 9, 2024

The latest versions of all AsyncBridge packages contain only signed DLLs.

Newly unified package (net35, net40 and sl5):
NuGet

Deprecated packages:
NuGet (AsyncBridge.Net35)
NuGet (AsyncBridge.Portable)

from asyncbridge.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.