Top "Portable-class-library" questions

The Portable Class Library project enables you to write and build managed assemblies that work on more than one .NET Framework platform (Silverlight, WP7, or XNA).

Build error: You must add a reference to System.Runtime

I'm preparing a brand new ASP.NET MVC 5.1 solution. I'm adding in a bunch of NuGet packages and setting it …

c# asp.net-mvc portable-class-library
Xamarin Forms: StackLayout with rounded corners

I am developing an app using Xamarin Forms PCL. I need a StackLayout with rounded corners. I have tried frame …

c# xamarin.forms portable-class-library
What is a Portable Class Library?

On MSDN I noticed a section about a Portable Class Library, under Version Information. See System.Object for an example. …

.net portable-class-library
.Net 2015 References with yellow triangle for Nuget packages on portable libraries

I know the question has been asked before but none of the suggested resolutions are working for me so I'm …

c# nuget portable-class-library nuget-package-restore
How to send DELETE with JSON to the REST API using HttpClient

I have to send a delete command to a REST API service with JSON content using the HttpClient class and …

c# httpclient portable-class-library
Portable class library: recommended replacement for [Serializable]

I am porting a .NET Framework C# class library to a Portable Class Library. One recurring problem is how to …

c# serialization datacontract serializable portable-class-library
Trigger an action to start after X milliseconds

I'm developing a Xamarin Forms mobile app, which has a page containing a SearchBar, a ListView, and Map control. The …

c# mvvm task-parallel-library portable-class-library xamarin.forms
Convert async lambda expression to delegate type System.Func<T>?

I have an async method inside a portable class library with this signature: private async Task<T> _Fetch&…

c# async-await c#-5.0 portable-class-library
How do I use the new HttpClient from Windows.Web.Http to download an image?

Using Windows.Web.Http.HttpClient how can I download an image? I would like use this HttpClient because it is …

c# windows-phone windows-phone-8.1 windows-8.1 portable-class-library
Timer in Portable Library

I can't find a timer in portable library / Windows Store. (Targeting .net 4.5 and Windows Store aka Metro) Does any have …

c# timer microsoft-metro portable-class-library