Removed unwanted console logging #84
Annotations
12 warnings
P release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
P release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
P release:
Src/PChecker/CheckerCore/SystematicTesting/Strategies/Feedback/FeedbackGuidedStrategy.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
P release:
Src/PChecker/CheckerCore/SystematicTesting/Strategies/Feedback/Coverage/TimelineObserver.cs#L16
The field 'TimelineObserver._controlledRuntimeLogImplementation' is never used
|
P release:
Src/PChecker/CheckerCore/SystematicTesting/Strategies/Feedback/PCTScheduler.cs#L33
The field 'PCTScheduler.MaxScheduledSteps' is never used
|
P release:
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L16
Missing XML comment for publicly visible type or member 'Event.Event()'
|
P release:
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L20
Missing XML comment for publicly visible type or member 'Event.Event(IPValue)'
|
P release:
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L25
Missing XML comment for publicly visible type or member 'Event.Payload'
|
P release:
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L27
Missing XML comment for publicly visible type or member 'Event.Equals(IPValue)'
|
P release:
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L32
Missing XML comment for publicly visible type or member 'Event.Clone()'
|
P release:
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L37
Missing XML comment for publicly visible type or member 'Event.ToDict()'
|
P release:
Src/PChecker/CheckerCore/Runtime/Events/Event.cs#L42
Missing XML comment for publicly visible type or member 'Event.Equals(object)'
|