Skip to content

Commit 5ec3ded

Browse files
fix solution name for whatsnewattributes
1 parent 37a47fb commit 5ec3ded

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Updates.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Page 190, the event name should be `NewCarCreated` instead of `NewCarInfo`:
4343

4444
Thanks to [@DanielNikoofar](https://github.com/DanielNikoofar) for reporting this issue!
4545

46-
## Chapter 11, Tasks and Asynchrnous Programming
46+
## Chapter 11, Tasks and Asynchronous Programming
4747

4848
Page 296 shows this source code:
4949

@@ -57,6 +57,18 @@ With C# 9 and **target-typed new expressions**, the code can be written as shown
5757
private readonly static Dictionary<string, string> names = new();
5858
```
5959

60+
## Chapter 12, Reflection, Metadata, and Source Generators
61+
62+
Page 312 (below the title *The WhatsNewAttributes Library*) has this text:
63+
64+
> The source code is contained in the file `WhatsNewAttributes.cs` in the *WhatsNewAttributes* project of the *WhatsNewAttributes* solution in the example code for this chapter.
65+
66+
It's the *ReflectionSamples* solution. This is the correct text:
67+
68+
> The source code is contained in the file `WhatsNewAttributes.cs` in the *WhatsNewAttributes* project of the *ReflectionSamples* solution in the example code for this chapter.
69+
70+
Thanks to @ShervanN for reporting this issue!
71+
6072
## Chapter 20, Security
6173

6274
Page 560, the command

0 commit comments

Comments
 (0)