Skip to content

refac(astrapia): remove v-if for timeframe #736

refac(astrapia): remove v-if for timeframe

refac(astrapia): remove v-if for timeframe #736

Triggered via push April 8, 2024 12:30
Status Success
Total duration 1m 23s
Artifacts

fennec_ci.yml

on: push
Fit to window
Zoom out
Zoom in

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/Metrics/FlowImporterMetric.cs#L200
Non-nullable property 'EndPointsData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: Packrat/Fennec/Metrics/FlowImporterMetric.cs#L195
Non-nullable property 'FlowImporterDataSeries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: Packrat/Fennec/Metrics/FlowImporterMetric.cs#L190
Non-nullable property 'Endpoints' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_and_test: Packrat/Fennec/Controllers/MetricController.cs#L36
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/Options/SecurityOptions.cs#L11
Non-nullable property 'Access' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.