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
This has a small scope, and the spec is already updated. C# compilers are permitted to cache the delegate instance for a static method. See dotnet/roslyn#5835. This has minimal semantic impact on developers.
The text was updated successfully, but these errors were encountered:
Fixesdotnet#28942
Beginning in C# 11, the compiler is allowed to cache the delegate created from a method group conversion. The compiler now does this.
This has a small scope, and the spec is already updated. C# compilers are permitted to cache the delegate instance for a static method. See dotnet/roslyn#5835. This has minimal semantic impact on developers.
The text was updated successfully, but these errors were encountered: