Add missing notes link.

This commit is contained in:
Fredric Silberberg 2021-09-22 17:39:46 -07:00
parent 17d51b5875
commit 38794f2c5b
No known key found for this signature in database
GPG key ID: BB6144C8A0CEC8EE

View file

@ -112,6 +112,8 @@ Into the working set, with some syntax modifications.
### CallerIdentityAttribute
https://github.com/dotnet/csharplang/issues/4984
Mostly a convenience feature for ASP.NET which will help them structure code in a way more conducive to AOT. It seems in line with our
existing caller info attributes, so we'll work with the BCL and ASP.NET teams to prioritize the issue.