Skip to content

Add proper migration for receiving date #502

Add proper migration for receiving date

Add proper migration for receiving date #502

Triggered via pull request February 15, 2026 13:00
Status Success
Total duration 3m 7s
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#L16
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.
Analyse: NRZMyk.Components/SharedComponents/LoginDisplay.razor#L7
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.