johnpedersen-freightways

Results 2 issues of johnpedersen-freightways

**TypeScript Version:** 2.1.6 **Code** ```ts interface Foo { bar(s: string): void; bar(n: number): number; bar(b: boolean): boolean; } type SN = string | number; var sn1: string | number; var...

Suggestion
Needs Proposal

**Is your feature request related to a problem?** Yes. The Log4Net appender doesn't support connection strings. Only `InstrumentationKey` is available, which is obsolete. **Describe the solution you'd like.** Add a...

enhancement