Bump AutoMapper from 13.0.1 to 16.1.1 #504
Annotations
11 errors and 11 warnings
|
Analyse:
NRZMyk.Component.Playground/Program.cs#L16
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Client/Program.cs#L31
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Components.Tests/Pages/IndexViewTests.cs#L34
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Components.Tests/Pages/SentinelEntryPage/CreateTests.cs#L42
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Components.Tests/Pages/SentinelEntryPage/CreateTests.cs#L518
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Components.Tests/Pages/SentinelEntryPage/CryoViewTests.cs#L32
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Components.Tests/Pages/SentinelEntryPage/DeleteTests.cs#L27
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Component.Playground/Program.cs#L16
Argument 3: cannot convert from 'System.Reflection.Assembly' to 'params System.Reflection.Assembly[]'
|
|
Analyse:
NRZMyk.Component.Playground/Program.cs#L16
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
Analyse:
NRZMyk.Client/Program.cs#L31
Argument 2: cannot convert from 'System.Reflection.Assembly' to 'System.Action<AutoMapper.IMapperConfigurationExpression>'
|
|
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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, github/codeql-action/init@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Analyse:
NRZMyk.Components/Pages/Authentication.razor#L26
Dereference of a possibly null reference.
|
|
Analyse:
NRZMyk.Components/Pages/IndexBase.cs#L31
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.
|