Skip to content

feat: display organization entry counts and receiving dates on front page for SuperUsers #500

feat: display organization entry counts and receiving dates on front page for SuperUsers

feat: display organization entry counts and receiving dates on front page for SuperUsers #500

Triggered via pull request February 15, 2026 07:46
Status Success
Total duration 3m 15s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Analyse
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyse: NRZMyk.Components/Pages/Authentication.razor#L14
Non-nullable property 'Action' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyse: NRZMyk.Components/Pages/Authentication.razor#L26
Dereference of a possibly null reference.
Analyse: NRZMyk.Components/SharedComponents/LoginDisplay.razor#L7
Dereference of a possibly null reference.
Analyse: NRZMyk.Components/Pages/IndexBase.cs#L31
Dereference of a possibly null reference.
Analyse: NRZMyk.Components/SharedComponents/SendSamples.razor#L15
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyse: NRZMyk.Components/SharedComponents/MainLayout.razor#L29
Dereference of a possibly null reference.
Analyse: NRZMyk.Components/Pages/Index.razor#L39
Dereference of a possibly null reference.
Analyse: NRZMyk.Components/Routes.razor#L6
Dereference of a possibly null reference.
Analyse: NRZMyk.Components/_Imports.razor#L18
The using directive for 'NRZMyk.Components.SharedComponents.Input' appeared previously in this namespace
Analyse: NRZMyk.Components/SharedComponents/MainLayout.razor#L4
Found markup element with unexpected name 'ApplicationInsightsComponent'. If this is intended to be a component, add a @using directive for its namespace.