Use SubjectId for user identification #2472
Annotations
3 errors
Build solution:
src/api/BoreholeLockService.cs#L15
In member Task<bool> BoreholeLockService.IsBoreholeLockedAsync(int? boreholeId, string? subjectId), change parameter name subjectId to userName in order to match the identifier as it has been declared in Task<bool> IBoreholeLockService.IsBoreholeLockedAsync(int? boreholeId, string? userName) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
Build solution:
src/api/BoreholeLockService.cs#L15
In member Task<bool> BoreholeLockService.IsBoreholeLockedAsync(int? boreholeId, string? subjectId), change parameter name subjectId to userName in order to match the identifier as it has been declared in Task<bool> IBoreholeLockService.IsBoreholeLockedAsync(int? boreholeId, string? userName) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
Build solution
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading