cch0101
cch0101
The following line is producing a warning in my IDE's static checks, that `separator` is not defined. Perhaps it should be `sep`. https://github.com/sandfox/aws-arn-parser/blob/ff694a525c379ed067cf63a2f6bc46663ba7beab/src/arn.js#L41
I'm receiving a set of compile-time errors when trying to declare `DateTime?` or `MyEnumType?` as method parameters. Example (for one occurrence of `public DateTime GetServerTime(DateTime? clientTime) { ... }`: ```...
Related to #21 , I suggest EML format could be useful because it natively supports attachments within the EML file. I am currently in the process of combining old e-mail...
I have a (close to) minimal example capable of producing a crash in ssc.exe, and a workaround. Crash: ``` Script# Compiler v0.7.0.0 (C# to JavaScript compiler) Written by Nikhil Kothari....