Skip to content

Add .csproj

Add .csproj #3

Triggered via push September 25, 2023 18:36
Status Success
Total duration 21s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ArrayCode/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: ArrayCode/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/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: ListCode/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: 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: ArrayCode/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: ArrayCode/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/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: ListCode/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).