Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push September 24, 2023 22:55
Status Success
Total duration 26s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SimpleCode.cs#L56
Nullability of reference types in type of parameter 'source' of 'void SimpleCode.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: ArrayCode.cs#L108
Nullability of reference types in type of parameter 'source' of 'void ArrayCode.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: Concise.cs#L40
Nullability of reference types in type of parameter 'source' of 'void Concise.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: ArrayResize.cs#L65
Nullability of reference types in type of parameter 'source' of 'void ArrayResize.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: FinalCode.cs#L63
Nullability of reference types in type of parameter 'source' of 'void Solution.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: FinalCode.cs#L8
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: SimpleCode.cs#L56
Nullability of reference types in type of parameter 'source' of 'void SimpleCode.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: ArrayCode.cs#L108
Nullability of reference types in type of parameter 'source' of 'void ArrayCode.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: Concise.cs#L40
Nullability of reference types in type of parameter 'source' of 'void Concise.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: ArrayResize.cs#L65
Nullability of reference types in type of parameter 'source' of 'void ArrayResize.UpdateTimer(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).