Netjs icon indicating copy to clipboard operation
Netjs copied to clipboard

Guid type not included into mscorlib.ts?

Open malcoriel opened this issue 8 years ago • 0 comments

Hello. I'm using Netjs from commit 0f90e9248b69c9c5025aff77a7a0409008b010f2

When compiling a C# DTO containing Guid type field, output typescript field type is also Guid. But it does not compile with included version of mscorlib.ts - there is no such definition there.

I don't actually need really unique guid generation and stuff (although this would be nice, and was solved numerous times in js). But Guid type itself could be included in default distribution, just to avoid compilation failures and need to find and use external one.

malcoriel avatar Mar 30 '16 09:03 malcoriel