Skip to content

Add delegate utilities #17

Add delegate utilities

Add delegate utilities #17

Triggered via push December 28, 2023 16:38
Status Success
Total duration 51s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L2
'TestSubject' defines operator == or operator != but does not override Object.Equals(object o)
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L2
'TestSubject' defines operator == or operator != but does not override Object.GetHashCode()
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L16
Converting null literal or possible null value to non-nullable type.
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L17
Possible null reference return.
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L60
Non-nullable event 'TestEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L64
Non-nullable event 'TestEvent' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L82
Possible null reference return.
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L3
Non-nullable field 'lastCalledMethod' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L11
The event 'TestSubject.TestEvent' is never used
build: JLChnToZ.CommonUtils.Dynamic.Test/TestSubject.cs#L246
The field 'TestSubject.HiddenSubClass.privateStringField' is assigned but its value is never used