qwietqual #30
Annotations
1 error and 11 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|
|
|
netcoreWebapi/Startup.cs#L30
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
|
netcoreWebapi/Controllers/CustomersController.cs#L81
The variable 'ser_xml' is declared but never used
|
netcoreWebapi/Startup.cs#L38
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)
|
|
|
netcoreWebapi/Startup.cs#L30
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
|
netcoreWebapi/Controllers/CustomersController.cs#L81
The variable 'ser_xml' is declared but never used
|
netcoreWebapi/Startup.cs#L38
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)
|
This job failed
Loading