Add Competence Document KPI table #803
Annotations
10 warnings
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/Components/CompetenceProfileComponent.cs#L17
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/Components/CompetenceProfileComponent.cs#L174
Dereference of a possibly null reference.
|
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/Components/CompetenceProfileComponent.cs#L17
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/Components/CompetenceProfileComponent.cs#L174
Dereference of a possibly null reference.
|
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