Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Bump Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.1.4 to 1.2.1 in /src/testing/userload-generator/AzureFunctions/GlobalOrchestrator #329

Bump Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.1.4 to 1.2.1 in /src/testing/userload-generator/AzureFunctions/GlobalOrchestrator

Bump Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.1.4 to 1.2.1 in /src/testing/userload-generator/AzureFunctions/GlobalOrchestrator #329

CI-LoadGenerator.yml

on: pull_request
Build global orchestrator
26s
Build global orchestrator
Build regional load generator
13s
Build regional load generator
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L13
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L14
Non-nullable property 'timezone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L17
Non-nullable property 'timeframes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L8
Non-nullable property 'geos' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L30
Non-nullable property 'start' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build global orchestrator: src/testing/userload-generator/AzureFunctions/GlobalOrchestrator/Model/LoadProfile.cs#L31
Non-nullable property 'end' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.