Remove tag manager service from time trigger fcn #34
Annotations
11 warnings
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/.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L60
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L91
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/API/TagManagerTimeTrigger.cs#L23
Dereference of a possibly null reference.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/API/TagManagerHttpTrigger.cs#L40
Non-nullable property 'OutputEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/API/TagManagerHttpTrigger.cs#L42
Non-nullable property 'HttpResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L135
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L60
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L91
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/API/TagManagerTimeTrigger.cs#L23
Dereference of a possibly null reference.
|
Resolve Project Dependencies Using Dotnet:
src/app/VMStartStop/TagManager/API/TagManagerHttpTrigger.cs#L40
Non-nullable property 'OutputEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading