Skip to content

Update README.md

Update README.md #5

Triggered via push August 23, 2024 04:10
Status Success
Total duration 21s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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).