fix(astrapia): fix styling and QoL #719
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/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/Controllers/MetricController.cs#L53
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/Controllers/MetricController.cs#L61
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/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/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.
|
build_and_test:
Packrat/Fennec/Metrics/FlowImporterMetric.cs#L135
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<FlowImporterDataSeries>(IEnumerable<FlowImporterDataSeries> source, Func<FlowImporterDataSeries, bool> predicate)'.
|