Skip to content

CastRootScopeFrame expression should be casting scope.Root, instead o… #164

CastRootScopeFrame expression should be casting scope.Root, instead o…

CastRootScopeFrame expression should be casting scope.Root, instead o… #164

Triggered via pull request August 7, 2023 15:23
Status Success
Total duration 7m 11s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
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/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/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/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/GetInstanceFrame.cs#L49
'TypeExtensions.GetFullName(Type)' is obsolete: 'Favor FullNameInCode(), this is just a passthrough'
build: src/UserApp/Startup.cs#L35
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
build: src/UserApp/Startup.cs#L29
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'