Merge branch 'main' of https://github.com/benday-inc/azdoutil #40
Annotations
11 warnings
build
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:
Benday.AzureDevOpsUtil.Api/ForecastDurationForItemCountCommand.cs#L16
Non-nullable field '_TeamProjectName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Benday.AzureDevOpsUtil.Api/ForecastItemCountInWeeksCommand.cs#L16
Non-nullable field '_TeamProjectName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Benday.AzureDevOpsUtil.Api/ForecastWorkItemDeliveryCommand.cs#L16
Non-nullable field '_TeamProjectName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Benday.AzureDevOpsUtil.Api/ForecastWorkItemDeliveryCommand.cs#L16
Non-nullable field '_TeamName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Benday.AzureDevOpsUtil.Api/GetCycleTimeAndThroughputCommand.cs#L18
Non-nullable field '_TeamProjectName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Benday.AzureDevOpsUtil.Api/GetCycleTimeAndThroughputCommand.cs#L18
Non-nullable field '_TeamName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Benday.AzureDevOpsUtil.Api/GetCycleTimeAndThroughputCommand.cs#L91
Dereference of a possibly null reference.
|
build:
Benday.AzureDevOpsUtil.Api/GetWorkItemStatesCommand.cs#L18
Non-nullable property 'LastResult' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Benday.AzureDevOpsUtil.Api/JsonUtilities.cs#L30
The variable 'ex' is declared but never used
|
build:
Benday.AzureDevOpsUtil.Api/RunWorkItemQueryCommand.cs#L17
Non-nullable property 'LastResultContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|