Skip to content

Add support for IServiceProviderIsKeyedService in Lamar DI framework #196

Add support for IServiceProviderIsKeyedService in Lamar DI framework

Add support for IServiceProviderIsKeyedService in Lamar DI framework #196

Re-run triggered September 12, 2024 07:19
Status Failure
Total duration 1m 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Lamar/IoC/Frames/GetInstanceFromNestedContainerFrame.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Lamar/Scanning/Conventions/ScanningExploder.cs#L51
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: src/Lamar/IoC/Scope.cs#L251
'TypeExtensions.GetFullName(Type)' is obsolete: 'Favor FullNameInCode(), this is just a passthrough'
build: src/Lamar/IoC/Frames/GetInstanceFrame.cs#L49
'TypeExtensions.GetFullName(Type)' is obsolete: 'Favor FullNameInCode(), this is just a passthrough'
build: src/Lamar/IoC/Frames/GetInstanceFromNestedContainerFrame.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Lamar/IoC/Frames/GetInstanceFrame.cs#L49
'TypeExtensions.GetFullName(Type)' is obsolete: 'Favor FullNameInCode(), this is just a passthrough'
build: src/Lamar/IoC/Scope.cs#L251
'TypeExtensions.GetFullName(Type)' is obsolete: 'Favor FullNameInCode(), this is just a passthrough'
build: src/Lamar/Scanning/Conventions/ScanningExploder.cs#L51
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: src/Lamar/IoC/Frames/GetInstanceFromNestedContainerFrame.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Lamar/Scanning/Conventions/ScanningExploder.cs#L51
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.