Update README.md #5
Annotations
10 warnings
build:
MainWindow.xaml.cs#L32
Non-nullable field 'autoclickerTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
MainWindow.xaml.cs#L43
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.AutoclickerTimer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
MainWindow.xaml.cs#L144
Dereference of a possibly null reference.
|
build:
MainWindow.xaml.cs#L164
Dereference of a possibly null reference.
|
build:
MainWindow.xaml.cs#L32
Non-nullable field 'autoclickerTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
MainWindow.xaml.cs#L43
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.AutoclickerTimer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
build:
MainWindow.xaml.cs#L144
Dereference of a possibly null reference.
|
build:
MainWindow.xaml.cs#L164
Dereference of a possibly null reference.
|
build:
MainWindow.xaml.cs#L32
Non-nullable field 'autoclickerTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
MainWindow.xaml.cs#L43
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.AutoclickerTimer_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|