jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 78 forks source link

Is Any plan to support net35? #64

Closed netpyoung closed 7 years ago

netpyoung commented 8 years ago

hi, When i want to use this library for handle mustache file using Unity Game Engine, i got some error. becuse Unity currently supports .NET 2.0/3.5 era functionality for both the C# compiler and the class libraries.

i found that only 3 methods about compatibility String.Join(string, string[]); Linq's Zip method String.IsNullOrWhiteSpace

jehugaleahsa commented 8 years ago

You're not the first... https://www.nuget.org/packages/mustache-sharp-3.5/ On Jul 3, 2016 10:03 AM, "Eunpyoung Kim" notifications@github.com wrote:

hi, When i want to use this library for handle mustache file using Unity Game Engine, i got some error. becuse Unity currently supports .NET 2.0/3.5 era functionality for both the C# compiler and the class libraries.

i found that only 3 methods about compatibility String.Join(string, string[]); Linq's Zip method String.IsNullOrWhiteSpace

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jehugaleahsa/mustache-sharp/issues/64, or mute the thread https://github.com/notifications/unsubscribe/ABTgPob4b-ODe0UpQr42p81oPWkb__TFks5qR8EjgaJpZM4JD3_- .

netpyoung commented 8 years ago

thank you for reply. and sorry, i missed that package info.

mustache-sharp-3.5 is work on Unity Engine.

so, In this repo, Doesn't want to treat net35?