Add CancellableMutex #117
Annotations
10 warnings
CentralHub.Api/Services/LocalizationService.cs#L17
Converting null literal or possible null value to non-nullable type.
|
CentralHub.Api/Services/LocalizationService.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
CentralHub.Api/Services/LocalizationService.cs#L11
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
CentralHub.Api/Services/SampleTrackerRepository.cs#L12
Member 'NextId' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
CentralHub.Api/Services/SampleTrackerRepository.cs#L9
Type 'LockedStuff' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
CentralHub.Api/Services/SampleRoomRepository.cs#L9
Type 'LockedStuff' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
CentralHub.WebUI/Data/TrackerService.cs#L34
Possible null reference argument for parameter 'source' in 'Tracker[] Enumerable.ToArray<Tracker>(IEnumerable<Tracker> source)'.
|
CentralHub.Api/Services/LocalizationService.cs#L17
Converting null literal or possible null value to non-nullable type.
|
CentralHub.Api/Services/LocalizationService.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
CentralHub.Api/Services/LocalizationService.cs#L11
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
The logs for this run have expired and are no longer available.
Loading