Fixed json log generation bug (#812) #2562
Annotations
21 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Src/PChecker/CheckerCore/Testing/TestingProcess.cs#L78
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Src/PChecker/CheckerCore/SystematicTesting/Strategies/Feedback/Coverage/TimelineObserver.cs#L16
The field 'TimelineObserver._controlledRuntimeLogImplementation' is never used
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L16
Missing XML comment for publicly visible type or member 'Event.Event()'
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L20
Missing XML comment for publicly visible type or member 'Event.Event(IPValue)'
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L25
Missing XML comment for publicly visible type or member 'Event.Payload'
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L27
Missing XML comment for publicly visible type or member 'Event.Equals(IPValue)'
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L32
Missing XML comment for publicly visible type or member 'Event.Clone()'
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L37
Missing XML comment for publicly visible type or member 'Event.ToDict()'
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L42
Missing XML comment for publicly visible type or member 'Event.Equals(object)'
|
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L47
Missing XML comment for publicly visible type or member 'Event.GetHashCode()'
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading