Merge pull request #11 from kamendov-maxim/calculatuorGui #73
ci.yml
on: push
build-Windows
1m 14s
Matrix: build-Ubuntu_and_MacOs
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).
|