Skip to content

fix(parser): add template cleanup #725

fix(parser): add template cleanup

fix(parser): add template cleanup #725

Triggered via pull request April 8, 2024 07:47
Status Success
Total duration 1m 42s
Artifacts

fennec_ci.yml

on: pull_request

Annotations

11 warnings
build_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_and_test: Packrat/DotNetFlow/Sflow/GenericInterfaceCounters.cs#L21
'GenericInterfaceCounters.Enterprise' hides inherited member 'CounterRecord.Enterprise'. Use the new keyword if hiding was intended.
build_and_test: Packrat/DotNetFlow/Sflow/GenericInterfaceCounters.cs#L22
'GenericInterfaceCounters.Format' hides inherited member 'CounterRecord.Format'. Use the new keyword if hiding was intended.
build_and_test: Packrat/DotNetFlow/Sflow/RawPacketHeader.cs#L10
'RawPacketHeader.Enterprise' hides inherited member 'FlowRecord.Enterprise'. Use the new keyword if hiding was intended.
build_and_test: Packrat/DotNetFlow/Sflow/RawPacketHeader.cs#L11
'RawPacketHeader.Format' hides inherited member 'FlowRecord.Format'. Use the new keyword if hiding was intended.
build_and_test: Packrat/DotNetFlow/Sflow/Datagram.cs#L11
The field 'Datagram.Samples' is never used
build_and_test: Packrat/Fennec/Services/MetricService.cs#L37
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.
build_and_test: Packrat/Fennec/Processing/NamingLayer.cs#L15
Non-nullable property 'Matcher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: Packrat/Fennec/Options/SecurityOptions.cs#L11
Non-nullable property 'Access' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: Packrat/Fennec/Options/SecurityOptions.cs#L15
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: Packrat/Fennec/Options/SecurityOptions.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.