Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Missing contracts in System.Linq.Expressions.Expression and derived types #170

@fedotovalex

Description

@fedotovalex

The current version of the contract assembly for System.Core.dll misses contracts for most of the elements added in .NET 4:

  • most static methods in Expression (e.g. Expression.AddAssign or new overloads of Expression.Call)
  • Update methods in specific expression classes (e.g. BinaryExpression.Update)
  • methods and properties in new classes added in .NET 4 (e.g. GotoExpression)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions