Add Competence Document KPI matrix #801
Annotations
1 error and 8 warnings
Test with the dotnet CLI
Process completed with exit code 1.
|
Build:
Epsilon.Abstractions/Components/PageComponent.cs#L9
Nullability of reference types in return type of 'Task<Body> PageComponent.AddToWordDocument(MainDocumentPart mainDocumentPart)' doesn't match implicitly implemented member 'Task<Body?> IWordCompetenceComponent.AddToWordDocument(MainDocumentPart mainDocumentPart)'.
|
Build:
Epsilon.Abstractions/Components/PageComponent.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
Epsilon/Services/CompetenceDocumentService.cs#L35
Argument of type 'IEnumerable<LearningDomainOutcome?>' cannot be used for parameter 'outcomes' of type 'IEnumerable<LearningDomainOutcome>' in 'IAsyncEnumerable<AbstractCompetenceComponent> CompetenceDocumentService.FetchComponents(IAsyncEnumerable<LearningDomainSubmission> submissions, IEnumerable<LearningDomain?> domains, IEnumerable<LearningDomainOutcome> outcomes)' due to differences in the nullability of reference types.
|
Build:
Epsilon/Services/CompetenceDocumentService.cs#L56
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
Epsilon.Abstractions/Components/PageComponent.cs#L9
Nullability of reference types in return type of 'Task<Body> PageComponent.AddToWordDocument(MainDocumentPart mainDocumentPart)' doesn't match implicitly implemented member 'Task<Body?> IWordCompetenceComponent.AddToWordDocument(MainDocumentPart mainDocumentPart)'.
|
Build:
Epsilon.Abstractions/Components/PageComponent.cs#L9
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
Epsilon/Services/CompetenceDocumentService.cs#L35
Argument of type 'IEnumerable<LearningDomainOutcome?>' cannot be used for parameter 'outcomes' of type 'IEnumerable<LearningDomainOutcome>' in 'IAsyncEnumerable<AbstractCompetenceComponent> CompetenceDocumentService.FetchComponents(IAsyncEnumerable<LearningDomainSubmission> submissions, IEnumerable<LearningDomain?> domains, IEnumerable<LearningDomainOutcome> outcomes)' due to differences in the nullability of reference types.
|
Build:
Epsilon/Services/CompetenceDocumentService.cs#L56
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading