Skip to content

Merge pull request #11 from kamendov-maxim/calculatuorGui #73

Merge pull request #11 from kamendov-maxim/calculatuorGui

Merge pull request #11 from kamendov-maxim/calculatuorGui #73

Triggered via push October 10, 2024 05:09
Status Success
Total duration 1m 25s
Artifacts

ci.yml

on: push
Matrix: build-Ubuntu_and_MacOs
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
build-Windows: CalculatorWithGui/GUI/CalculatorForm.cs#L62
Dereference of a possibly null reference.
build-Windows: CalculatorWithGui/GUI/CalculatorForm.cs#L92
Nullability of reference types in type of parameter 'sender' of 'void CalculatorForm.button_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-Windows: CalculatorWithGui/GUI/CalculatorForm.cs#L62
Dereference of a possibly null reference.
build-Windows: CalculatorWithGui/GUI/CalculatorForm.cs#L92
Nullability of reference types in type of parameter 'sender' of 'void CalculatorForm.button_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-Windows: RunningButton/RunningButton/RunningButtonForm.cs#L18
Nullability of reference types in type of parameter 'sender' of 'void RunningButtonForm.Mouse_Hover(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-Windows: RunningButton/RunningButton/RunningButtonForm.cs#L19
Nullability of reference types in type of parameter 'sender' of 'void RunningButtonForm.Mouse_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-Windows: RunningButton/RunningButton/RunningButtonForm.cs#L18
Nullability of reference types in type of parameter 'sender' of 'void RunningButtonForm.Mouse_Hover(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build-Windows: RunningButton/RunningButton/RunningButtonForm.cs#L19
Nullability of reference types in type of parameter 'sender' of 'void RunningButtonForm.Mouse_Click(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).