Skip to content

Add time trigger in HTTP endpoint to simulate auto trigger #75

Add time trigger in HTTP endpoint to simulate auto trigger

Add time trigger in HTTP endpoint to simulate auto trigger #75

Triggered via push May 29, 2024 06:22
Status Success
Total duration 1m 18s
Artifacts
build-and-deploy
1m 8s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy: src/app/VMStartStop/TagManager/Infrastructure/TagProcessor.cs#L36
Dereference of a possibly null reference.
build-and-deploy: src/app/VMStartStop/Switcher/DTO/SubscriptionToSwitchData.cs#L5
Non-nullable field '_subscriptionId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: src/app/VMStartStop/Switcher/DTO/SubscriptionToSwitchData.cs#L6
Non-nullable field '_action' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: src/app/VMStartStop/Switcher/DTO/ResourceGroupToSwitchData.cs#L5
Non-nullable field '_subscriptionId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: src/app/VMStartStop/Switcher/DTO/ResourceGroupToSwitchData.cs#L6
Non-nullable field '_resourceGroupName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: src/app/VMStartStop/Switcher/DTO/ResourceGroupToSwitchData.cs#L7
Non-nullable field '_action' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: src/app/VMStartStop/Switcher/TurnOnOffVm.cs#L38
Converting null literal or possible null value to non-nullable type.
build-and-deploy: src/app/VMStartStop/Switcher/TurnOnOffVm.cs#L48
Dereference of a possibly null reference.
build-and-deploy: src/app/VMStartStop/Switcher/TurnOnOffVm.cs#L47
Possible null reference argument for parameter 'resourceId' in 'ResourceIdentifier.ResourceIdentifier(string resourceId)'.
build-and-deploy: src/app/VMStartStop/Switcher/DTO/VirtualMachineToSwitchData.cs#L5
Non-nullable field '_subscriptionId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.