Skip to content

Add test support for Arm64 platform #101

Add test support for Arm64 platform

Add test support for Arm64 platform #101

Re-run triggered April 30, 2023 20:49
Status Success
Total duration 10m 27s
Artifacts

dotnet.yml

on: pull_request
build
40s
build
Build and Test for arm64
10m 15s
Build and Test for arm64
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build: dotnet/ServerlessMicroservices.Shared/Filters/B2cValidationAttribute.cs#L17
'FunctionInvocationFilterAttribute' is obsolete: 'Filters is in preview and there may be breaking changes in this area.'
build: dotnet/ServerlessMicroservices.Shared/Filters/B2cValidationAttribute.cs#L19
'FunctionExecutingContext' is obsolete: 'Filters is in preview and there may be breaking changes in this area.'
build: dotnet/ServerlessMicroservices.Shared/Services/ChangeNotifierService.cs#L24
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: dotnet/ServerlessMicroservices.Shared/Services/ChangeNotifierService.cs#L145
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: dotnet/ServerlessMicroservices.Shared/Services/LoggerService.cs#L44
'TelemetryClient.TelemetryClient()' is obsolete: 'We do not recommend using TelemetryConfiguration.Active on .NET Core. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/1152 for more details'
build: dotnet/ServerlessMicroservices.Shared/Services/PowerBIService.cs#L20
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: dotnet/ServerlessMicroservices.Shared/Services/RoutesService.cs#L21
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: dotnet/ServerlessMicroservices.Shared/Services/CosmosPersistenceService.cs#L138
The variable 'cost' is assigned but its value is never used
build: dotnet/ServerlessMicroservices.Shared/Services/SqlPersistenceService.cs#L93
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: dotnet/ServerlessMicroservices.Shared/Services/TokenValidationService.cs#L106
The variable 'ex' is declared but never used
Build and Test for arm64
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, docker/setup-qemu-action@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Build and Test for arm64
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/