feat(astrapia): add home page outline #362
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build_and_test:
Packrat/Fennec/Options/SecurityOptions.cs#L9
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#L13
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#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_test:
Packrat/Fennec/Options/ProtocolMultiplexerOptions.cs#L24
Non-nullable property 'EnabledParsers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build_and_test:
Packrat/Fennec/Controllers/MetricController.cs#L31
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/Controllers/GraphController.cs#L140
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/GraphController.cs#L162
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/Startup.cs#L181
Possible null reference argument for parameter 'uri' in 'LoggerConfiguration LoggerConfigurationLokiExtensions.GrafanaLoki(LoggerSinkConfiguration sinkConfiguration, string uri, IEnumerable<LokiLabel>? labels = null, LokiLabelFiltrationMode? filtrationMode = null, IEnumerable<string>? filtrationLabels = null, LokiCredentials? credentials = null, string outputTemplate = "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}", LogEventLevel restrictedToMinimumLevel = LogEventLevel.Verbose, int batchPostingLimit = 1000, int? queueLimit = null, TimeSpan? period = null, ITextFormatter? textFormatter = null, ILokiHttpClient? httpClient = null, bool createLevelLabel = false)'.
|
build_and_test:
Packrat/Fennec/Services/ProtocolMultiplexerService.cs#L83
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|