You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only netstandard2.1 has annotated APIs, so code that tested for nulls using these framework methods would trigger compiler warnings on subsequent dereferences. By using this annotated version instead, the analysis operates as expected. These methods should be inlined by the JIT leaving no runtime overhead.
0 commit comments