Skip to content

Commit 7a102a4

Browse files
committed
Add more meaningful explanation of nullable attribute polyfill
1 parent da5a597 commit 7a102a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/Internal/NullableAttributes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#if !NET8_0_OR_GREATER
2020

21+
// Following polyfill guidance explained here https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/#targetframeworks
2122
// Original code in https://github.com/dotnet/runtime/blob/419e949d258ecee4c40a460fb09c66d974229623/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/NullableAttributes.cs
2223

2324
namespace System.Diagnostics.CodeAnalysis

0 commit comments

Comments
 (0)