generator-csharp
generator-csharp copied to clipboard
Controlling the frameworks supported in PCLs
For PCLs we can't just have a framework version, we need something more advanced allowing users to turn platforms on and off
OK in that case we can do one of the following.
- Don't support
--fxfor 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.
My only issue is that I just built --fx support....
@SamuelEnglard for PCLs we can just ignore it right?
In generator-aspnet --gulp only works on a subset of generators as well.
Well PCLs aren't implemented yet. What it could mean for PCLs is what .NET Framework version you're including in the PCL
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.