Skip to content
This repository was archived by the owner on Dec 25, 2018. It is now read-only.
This repository was archived by the owner on Dec 25, 2018. It is now read-only.

Error after updating typescript to 2.4 #64

Closed
@bmarotta

Description

@bmarotta

After updating typescript to version 2.4 I get the following error while building. I'm using the umd version.

(...)/node_modules/typescript-dotnet-umd/System.Linq/Enumerable.d.ts(212,18): error TS2430: Interface 'NotEmptyEnumerable<T>' incorrectly extends interface 'ILinqEnumerable<T>'.
  Types of property 'aggregate' are incompatible.
    Type '(func: (previous: T, current: T) => T, seed?: T) => T' is not assignable to type '{ (func: (previous: T, current: T, index: number) => T, seed: T): T; (func: (previous: T, current...'.
      Types of parameters 'func' and 'func' are incompatible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions