bumping to 15.0.1 #230
Annotations
10 warnings
|
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#L29
'CompatibilityVersion.Version_2_2' is obsolete: 'This CompatibilityVersion value is obsolete.'
|
|
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#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/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/ServiceGraph.cs#L312
Unreachable code detected
|
|
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/ServiceGraph.cs#L312
Unreachable code detected
|
|
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.
|