tweaking gh step for publishing nugets #237
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/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/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/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.
|