mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-21 06:03:57 +00:00
Update common-errors.md
This commit is contained in:
parent
fe95a11dbb
commit
e4287b1206
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ If you have suggestions for other common errors, then please [raise an issue in
|
|||
- [Missing types and members in a utility class](#missing-types-and-members-in-a-utility-class)
|
||||
- [CS0103 The name 'DoSomething' does not exist in the current context](#cs0103-the-name-dosomething-does-not-exist-in-the-current-context)
|
||||
- [CS0122 'Util.DoSomething()' is inaccessible due to its protection level](#cs0122-utildosomething-is-inaccessible-due-to-its-protection-level)
|
||||
- [Missing types and members in the Program class](#missing-types-and-members-in-the-program-class)
|
||||
- [Missing functions in the partial Program class](#missing-functions-in-the-partial-program-class)
|
||||
- [CS0103 The name 'DoSomething' does not exist in the current context](#cs0103-the-name-dosomething-does-not-exist-in-the-current-context-1)
|
||||
- [Microsoft introduces a bug in a later version](#microsoft-introduces-a-bug-in-a-later-version)
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ public class Util
|
|||
|
||||
Now the method call works.
|
||||
|
||||
# Missing types and members in the Program class
|
||||
# Missing functions in the partial Program class
|
||||
|
||||
## CS0103 The name 'DoSomething' does not exist in the current context
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue