Skip to content

Simplify tests

Simplify tests #69

Triggered via push May 24, 2024 13:04
Status Success
Total duration 1m 23s
Artifacts
build-and-deploy
1m 12s
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, Azure/functions-action@v1. 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/TagsRepository.cs#L60
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
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/TagManager/Infrastructure/TagsRepository.cs#L91
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
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/GetVmsFromRgToSwitch.cs#L53
Possible null reference argument for parameter 'resourceId' in 'ResourceIdentifier.ResourceIdentifier(string resourceId)'.
build-and-deploy: src/app/VMStartStop/Switcher/GetVmsFromRgToSwitch.cs#L65
Dereference of a possibly null reference.