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
Since Fluent Auto Clicker's codebase is pretty small, it is recommended to add nullable reference types since it would require minimal work and allow improved diagnostics.
Description
Since Fluent Auto Clicker's codebase is pretty small, it is recommended to add nullable reference types since it would require minimal work and allow improved diagnostics.
To achieve this, you can add the below Nullable option to the
FluentAutoClicker.csproj
and then address warnings.Supporting information
https://learn.microsoft.com/en-us/dotnet/csharp/nullable-migration-strategies
https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-options/language#nullable
The text was updated successfully, but these errors were encountered: