Skip to content

Bump tough-cookie, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service in /web/serverless-microservices-web #102

Bump tough-cookie, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service in /web/serverless-microservices-web

Bump tough-cookie, @vue/cli-plugin-babel, @vue/cli-plugin-eslint and @vue/cli-service in /web/serverless-microservices-web #102

dotnet.yml

on: pull_request
build
53s
build
Build and Test for arm64
7m 8s
Build and Test for arm64
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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/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/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/TokenValidationService.cs#L106
The variable 'ex' is declared but never used
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/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/CosmosPersistenceService.cs#L138
The variable 'cost' is assigned but its value is never used
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/