Open fcogutierrez opened 9 years ago
it’s not on nuget yet. I shan’t put it on nuget till it’s more ready (about 4-8 weeks from now).
As for your compiler errors. What are they? did you check to make sure that Xamarin Studio/Visual studio has downloaded the components/nugets for all projects?
On Jul 15, 2015, at 9:36 AM, fcogutierrez notifications@github.com wrote:
I have download all the source code but it doesn't compile me.
I also have searched this library in NuGet and I haven't found anything.
Thanks.
— Reply to this email directly or view it on GitHub https://github.com/twintechs/TwinTechsFormsLib/issues/10.
Those errors
You need to compile with c# 6
http://stackoverflow.com/questions/27093908/how-to-enable-c-sharp-6-0-feature-in-visual-studio-2013 http://stackoverflow.com/questions/27093908/how-to-enable-c-sharp-6-0-feature-in-visual-studio-2013
On Jul 15, 2015, at 9:55 AM, fcogutierrez notifications@github.com wrote:
https://cloud.githubusercontent.com/assets/8028313/8701477/4e2df20e-2b12-11e5-966d-0801386d8d2b.png Those errors
— Reply to this email directly or view it on GitHub https://github.com/twintechs/TwinTechsFormsLib/issues/10#issuecomment-121642935.
Do I need VS 2015?
I am using VS 2013 at this moment
Did you even read the stack overflow question/responses?
How to enable C# 6.0 feature in Visual Studio 2013? http://stackoverflow.com/questions/27093908/how-to-enable-c-sharp-6-0-feature-in-visual-studio-2013
According to this http://msdn.microsoft.com/en-us/magazine/dn683793.aspx it's just a install and go for Visual Studio 2013:
In fact, installing the C# 6.0 compiler from this release involves little more than installing a Visual Studio 2013 extension, which in turn updates the MSBuild target files.
etc, etc.
Or just use Xamarin Studio… but yes, VS2013 is just fine. Why so many VS2013 users don’t even install the extensions to use c#6 is just beyond me.
On Jul 15, 2015, at 10:02 AM, fcogutierrez notifications@github.com wrote:
Do I need VS 2015?
— Reply to this email directly or view it on GitHub https://github.com/twintechs/TwinTechsFormsLib/issues/10#issuecomment-121644634.
According to this... https://github.com/dotnet/roslyn
Roslyn is no longer available for Visual Studio 2013.
Ok. I will update the library to compile for c#5 or feel free to do so yourself and submit a pull request.
Sent from my iPhone
On 17 Jul 2015, at 08:36, fcogutierrez notifications@github.com wrote:
According to this... https://github.com/dotnet/roslyn
Roslyn is no longer available for Visual Studio 2013.
;-)
— Reply to this email directly or view it on GitHub.
Ok, so, for using this library in my project, I must build the projects:
TwinTechForms.core -> reference de .dll to my core project TwinTechForms.Android -> reference the .dll to my android project TwinTechForms.iOS -> reference the .dll to my iOs project
All right?
I see a NuGet lib for SVG but not for the lib. Would be nice to post this even in pre-release if you're not satisfied with stability yet. And don't we need separate packages for Droid/iOS/UWP?
@georgejecook Any follow up for this? As @tmgirvin said, if you feel like this is not ready for release could we get a pre-release version out?
I have download all the source code but it doesn't compile me.
I also have searched this library in NuGet and I haven't found anything.
Thanks.