Deploy .NET API to Azure Web App (CD) #52
azure-api-cicd.yml
on: workflow_dispatch
build-and-test
54s
deploy
27s
Annotations
12 warnings
|
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test:
backend/AirportAutomationDomain/Entities/TravelClassEntity.cs#L6
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
backend/AirportAutomationDomain/Converters/TimeOnlyJsonConverter.cs#L11
Possible null reference argument for parameter 's' in 'TimeOnly TimeOnly.ParseExact(string s, string format, IFormatProvider? provider, DateTimeStyles style = DateTimeStyles.None)'.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IServices/IPilotService.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IServices/IPilotService.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IServices/IDestinationService.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IServices/IDestinationService.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IRepositories/IPilotRepository.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IRepositories/IPilotRepository.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IRepositories/IDestinationRepository.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
backend/AirportAutomationDomain/Interfaces/IRepositories/IDestinationRepository.cs#L18
Cannot convert null literal to non-nullable reference type.
|
|
deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
.net-app
|
37 MB |
sha256:faf5144d0360a5f604b077b07869c69e256b32184f99a64122f5339da3045b0e
|
|