portable-class-library Questions

1

Set reminder on device calendar using xamarin.forms cross platform c#, Event add and calendar show by using XamForms.Controls.Calendar plugin, but now I want to set reminder on perticular device ca...

4

I have to send a delete command to a REST API service with JSON content using the HttpClient class and can't make this working. API call: DELETE /xxx/current { "authentication_token": "" } bec...
Tical asked 20/1, 2015 at 20:25

1

Solved

I just wanted to know about, how to change the PCL profile in Xamarin with Visual Studio 2015 Update 2. While installing some of the package, I am getting an error that, this package is not compati...

2

Solved

Hi I need to know the density of screen in windows 10/8/8.1 and iOS. I got screen density in Android using DisplayMetrics but I find no such option/property available in UWP and iOS. So Is there an...

4

Solved

I am trying to figure out which is the better way to go for our project. PCL Library or Shared Project by Xamarin. In the Xamarin documentation link here it says that a rule of thumb is to choo...
Econometrics asked 2/6, 2014 at 8:32

1

Solved

Hi I am trying to build an app using xamarin forms PCL. I am implementing image gallery in which I have used a default image. All the images are on blob. I want to download image and cache that Ima...
Justifier asked 5/1, 2017 at 14:35

1

Solved

I have converted PCL project into .Net Standard 1.5 project. I have installed System.ServiceModel package from nuget. but cannot find way to use System.ServiceModel namespace. Any help is apprecia...

3

Solved

I've heard of .Net Core .Net Portable .Net Standard .Net Compact Universal Windows Platform Portable Class Libraries All of these were explained to me as "a subset of the full .Net that allows ...
Caaba asked 9/11, 2016 at 19:27

3

Solved

I have a project which contains two F# projects and a C# project in which I'd like to write some XUnit tests: FS_PL: F# 3.1 (3.3.1.0) Portable Library FS_PL_Legacy: F# 31. (2.3.5.1) Portable Libr...
Targe asked 16/4, 2014 at 14:4

1

I'm trying to build my solution using TeamCity / MSBuild. It's a WebAPI project which shares some entities in a PCL with a mobile client. I see there are a few caveats around getting the PCL refe...
Puto asked 22/7, 2016 at 11:44

1

Solved

The description on Nuget Gallery confuses me. For example, I am creating a "new style" (netstandard) Portable Library. Do I need to add this package to my dependencies when I reference an oldstyle ...
Broil asked 30/8, 2016 at 9:11

1

We've got a bunch of C# code that references Prism.Core. Prism.Core is a portable class library. When we reference this in C++/CLI and try to use a delegate command, we get: C4691: 'System::Obje...
Klaraklarika asked 22/3, 2016 at 16:49

2

Solved

I want to implement this logic in portable C# class: static JsonWebToken() { HashAlgorithms = new Dictionary<JwtHashAlgorithm, Func<byte[], byte[], byte[]>> { { JwtHashAlgorithm.HS...
Comport asked 22/6, 2015 at 8:6

3

Solved

i have the problem that when i release new version of my application, if i add a new column to one of my db tables, the database doesn't update. Any one know how to create a script of upgrade versi...
Stedmann asked 3/12, 2014 at 9:38

2

I'm trying to download a string from ANY webpage within my portable class library. I've created the most basic setup: created a new PCL project compatible with WP8 and WinRT as well as the comp...
Sublapsarianism asked 19/7, 2013 at 15:11

2

Solved

I set up a PCL in VB, VS2012 and set it for Profile 78 (WinRT, WinPhone8, .NET 4.5). I don't have GetExecutingAssembly available on Assembly. According to this, it should be available to PCLs. The ...
Lobell asked 31/10, 2013 at 23:14

2

Solved

I'm fairly new to .Net Core, but have made a working Asp.Net Core WebAPI site - now I want to share some code with another project... I have Visual Studio 2015 with Update 3 installed. I have Dot...
Smarten asked 6/7, 2016 at 15:46

1

Solved

With .NET 4.6 I can detect the current codepage with: System.Text.Encoding.Default Now I'm trying to port a class library that is reading files from a standard class library to a portable class ...
Kelcey asked 10/3, 2016 at 23:27

2

I have a Windows Phone 8 project where I've taken to use the PCL (Portable Class Library) project too since I'm going to build a Win8 app to. However, while calling my api (in Azure) my HttpClient...
Kentonkentucky asked 9/11, 2013 at 21:49

2

Solved

I'm trying to embrace the new PCL fun on a Xamarin.iOS project in Xamarin Studio. I created a PCL "Core" library for my project and added Splat (v0.3.4) via NuGet. Then, in a consuming iOS project,...
Marney asked 4/12, 2013 at 20:23

2

I'm currently building a Xamarin based mobile application. For that project, I have created a PCL project with framework 4.5. I'm using VS 2013 as the development IDE. Now I want add a WCF service ...
Faradmeter asked 19/2, 2014 at 8:50

3

Solved

I am porting a .NET Framework C# class library to a Portable Class Library. One recurring problem is how to deal with classes decorated with the [Serializable] attribute, since this attribute is no...

1

I want to use a simple (POCO only without other dependencies) PCL with targets Xamarin.Android Universal Windows 10 ASP.NET Core 1.0 in an ASP.NET Core 1.0 RC2 project (all in the same solution...

2

Solved

I did the following: Created a new Web.Api project: "WFW3". I used the "Web API" template under ASP.Net 5. I created a new class library, "Foo.Domain", again using ASP.Net 5. I added a reference...
Langouste asked 2/5, 2016 at 2:43

4

Solved

Is there a Portable Class Library (PCL) version Of HttpUtility.ParseQueryString contained in System.Web or some code I could use? I want to read a very complex URL.
Gloria asked 28/11, 2013 at 14:24

© 2022 - 2024 — McMap. All rights reserved.