generator-csharp icon indicating copy to clipboard operation
generator-csharp copied to clipboard

Controlling the frameworks supported in PCLs

Open shmuelie opened this issue 10 years ago • 5 comments
trafficstars

For PCLs we can't just have a framework version, we need something more advanced allowing users to turn platforms on and off

shmuelie avatar Apr 07 '15 02:04 shmuelie

OK in that case we can do one of the following.

  • Don't support --fx for the initial release
  • Don't support PCLs in the initial release

We can work on good PCL support after we get the other generators in place.

sayedihashimi avatar Apr 07 '15 03:04 sayedihashimi

My only issue is that I just built --fx support....

shmuelie avatar Apr 07 '15 03:04 shmuelie

@SamuelEnglard for PCLs we can just ignore it right?

In generator-aspnet --gulp only works on a subset of generators as well.

sayedihashimi avatar Apr 07 '15 03:04 sayedihashimi

Well PCLs aren't implemented yet. What it could mean for PCLs is what .NET Framework version you're including in the PCL

shmuelie avatar Apr 07 '15 03:04 shmuelie

Right so let's ignore PCLs for now and we can circle back once the other generators are implemented. We can either ignore that flag or redefine it for PCL generators specifically.

sayedihashimi avatar Apr 07 '15 03:04 sayedihashimi