Skip to content

Add annotations to System.Convert #135

@NN---

Description

@NN---

For instance Convert.ToString(string) doesn't do anything and can be annotated as:

[ContractAnnotation("s: notnull => notnull; s: null => null")]
public static string ToString(string s);  // { return s; }

Similar to other methods of Convert.

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