add CrossPlatformProcessLock #4
Merged
Annotations
1 error and 6 warnings
|
|
|
src/MappedFileQueues/CrossPlatformProcessLock.cs#L93
This call site is reachable on all platforms. 'FileStream.Lock(long, long)' is unsupported on: 'macOS/OSX'.
|
|
src/MappedFileQueues/CrossPlatformProcessLock.cs#L106
This call site is reachable on all platforms. 'FileStream.Unlock(long, long)' is unsupported on: 'macOS/OSX'.
|
|
src/MappedFileQueues/CrossPlatformProcessLock.cs#L93
This call site is reachable on all platforms. 'FileStream.Lock(long, long)' is unsupported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
src/MappedFileQueues/CrossPlatformProcessLock.cs#L106
This call site is reachable on all platforms. 'FileStream.Unlock(long, long)' is unsupported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
src/MappedFileQueues/CrossPlatformProcessLock.cs#L93
This call site is reachable on all platforms. 'FileStream.Lock(long, long)' is unsupported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
src/MappedFileQueues/CrossPlatformProcessLock.cs#L106
This call site is reachable on all platforms. 'FileStream.Unlock(long, long)' is unsupported on: 'macOS/OSX'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
The logs for this run have expired and are no longer available.
Loading