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
Nullability annotations have been introduced in C# 8.0, so they won't be supported in earlier versions.
We need to issue an error when developers use older versions of C#, otherwise they will have compilation errors when using the source generator
The text was updated successfully, but these errors were encountered:
Hi @papafe i have this problem in my Xamarin Forms app. This use .NetStandard 2.0 with C#7 , change to C# is not dificult but only need change .csproj to insert 8.0. But after this i receive errors
Error CS8400 Feature 'not pattern' is not available in C# 8.0. Please use language version 9.0 or greater.
I think deprecation of old and adopt only Interfaces can only be occurs more to end 2024.
The official support for Xamarin.Forms will end on May 1, 2024
Nullability annotations have been introduced in C# 8.0, so they won't be supported in earlier versions.
We need to issue an error when developers use older versions of C#, otherwise they will have compilation errors when using the source generator
The text was updated successfully, but these errors were encountered: