Update GHA workflow #2
Annotations
10 warnings
build:
AspireYouTubeSummariser.Shared/Models/SummaryRequest.cs#L5
Non-nullable property 'VideoUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/SummaryRequest.cs#L6
Non-nullable property 'VideoLanguageCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/SummaryRequest.cs#L7
Non-nullable property 'SummaryLanguageCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/VideoDetails.cs#L10
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/VideoDetails.cs#L10
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/VideoDetails.cs#L10
Non-nullable property 'VideoId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/VideoDetails.cs#L10
Non-nullable property 'VideoUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/VideoDetails.cs#L10
Non-nullable property 'VideoLanguageCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/VideoDetails.cs#L10
Non-nullable property 'SummaryLanguageCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AspireYouTubeSummariser.Shared/Models/VideoDetails.cs#L10
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|