Skip to content

Add refactorings

Add refactorings #3

Triggered via push May 24, 2026 00:25
Status Failure
Total duration 23s
Artifacts

build.yml

on: push
Build & Test (.NET 10)
20s
Build & Test (.NET 10)
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
Build & Test (.NET 10)
Process completed with exit code 1.
Build & Test (.NET 10)
The license file 'LICENSE' does not exist in the package.
Build & Test (.NET 10)
The license file 'LICENSE' does not exist in the package.
Build & Test (.NET 10)
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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Build & Test (.NET 10)
The process '/usr/bin/git' failed with exit code 128
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/Factory.cs#L44
Possible null reference argument for parameter 'type' in 'TService IFactoryCreator.Create<TService>(Type type)'.
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/FactoryCreator.cs#L17
Possible null reference argument for parameter 'key' in 'T IServiceLocator.Resolve<T>(string key)'.
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/ServiceLocator.cs#L17
Possible null reference argument for parameter 'name' in 'ServiceLocatorRecord.ServiceLocatorRecord(Type component, object implementation, string name)'.
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/ServiceLocator.cs#L10
Non-nullable field 'Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/ServiceLocator.cs#L50
Nullability of reference types in value of type 'TSource?[]' doesn't match target type 'TSource[]'.
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/Factory.cs#L44
Possible null reference argument for parameter 'type' in 'TService IFactoryCreator.Create<TService>(Type type)'.
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/FactoryCreator.cs#L17
Possible null reference argument for parameter 'key' in 'T IServiceLocator.Resolve<T>(string key)'.
Build & Test (.NET 10): src/libs/shell/factory/src/Ums.Shell.Factory/Impl/ServiceLocator.cs#L17
Possible null reference argument for parameter 'name' in 'ServiceLocatorRecord.ServiceLocatorRecord(Type component, object implementation, string name)'.