Skip to content

Commit

Permalink
Update error-codes.md
Browse files Browse the repository at this point in the history
I'm not sure this is the right text, but it would have been great to have this option documented in association with the error to help people who encounter this (see dotnet#3145 (comment)).
  • Loading branch information
madelson authored Dec 2, 2022
1 parent da244b7 commit 44f2542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ the error code. For example:

#### `IL1007`: Missing predefined 'type' type

- Consider adding the missing reference to your project or pass `--disable-opt unreachablebodies` to ignore.

#### `IL1008`: Could not find constructor on 'type'

#### `IL1009`: Assembly reference 'name' could not be resolved
Expand Down Expand Up @@ -1979,4 +1981,4 @@ void TestMethod()
// IL3003: Member 'Implementation.TestMethod()' with 'RequiresAssemblyFilesAttribute' implements interface member 'IRAF.TestMethod()' without 'RequiresAssemblyFilesAttribute'. For all interfaces and overrides the implementation attribute must match the definition attribute.
public void TestMethod () { }
}
```
```

0 comments on commit 44f2542

Please sign in to comment.