upgrade to dotnet 8 #171
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
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:
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/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.' (https://aka.ms/aspnetcore-warnings/ASP5001)
|
build:
src/UserApp/Startup.cs#L29
'CompatibilityVersion.Version_2_2' is obsolete: 'This CompatibilityVersion value is obsolete.'
|
build:
src/UserApp/Startup.cs#L29
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.' (https://aka.ms/aspnetcore-warnings/ASP5001)
|
build:
src/UserApp/Startup.cs#L40
Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing. To continue using 'UseMvc', please set 'MvcOptions.EnableEndpointRouting = false' inside 'ConfigureServices'. (https://aka.ms/YJggeFn)
|
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.
|