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
We have to set up sonar for the .NET part of the library to improve code quality
Also, add a rule to enforce adding ConfigureAwait(false) to prevent possible bugs with deadlock in .NET Framework or UI applications
The text was updated successfully, but these errors were encountered:
We have to set up sonar for the .NET part of the library to improve code quality
Also, add a rule to enforce adding
ConfigureAwait(false)
to prevent possible bugs with deadlock in .NET Framework or UI applicationsThe text was updated successfully, but these errors were encountered: