Fsdk/Process: fix QueuedLock thread safety #1638
CI.yml
on: push
macOS--dotnet6-and-mono
32s
macOS--mono
24s
linux-oldLTS-github--dotnet-and-xbuild
24s
linux-oldLTS-github--dotnet-and-msbuild
36s
linux-oldLTS-vanilla--stockmono
47s
linux-oldLTS-vanilla--newmono
1m 17s
linux-newLTS-github--dotnet-and-xbuild
18s
linux-newLTS-github--dotnet-and-msbuild
39s
linux-newLTS-vanilla--stockmono
56s
linux-newLTS-vanilla--newmono
1m 22s
linux-newLTS-vanilla--dotnet6
30s
windows--legacyFramework
7m 46s
windows--dotnet6
50s
publish
0s
Annotations
22 errors and 4 warnings
linux-newLTS-github--dotnet-and-xbuild
Process completed with exit code 2.
|
linux-oldLTS-github--dotnet-and-xbuild
Process completed with exit code 2.
|
macOS--mono
Process completed with exit code 2.
|
linux-newLTS-vanilla--dotnet6
Process completed with exit code 2.
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L19
No overloads match for method 'Increment'.��Known type of argument: inref<int ref>��Available overloads:� - Interlocked.Increment(location: byref<int64>) : int64 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<int>) : int // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint32>) : uint32 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint64>) : uint64 // Argument 'location' doesn't match
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L22
Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address.
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L26
No overloads match for method 'Increment'.��Known type of argument: inref<int ref>��Available overloads:� - Interlocked.Increment(location: byref<int64>) : int64 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<int>) : int // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint32>) : uint32 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint64>) : uint64 // Argument 'location' doesn't match
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L19
No overloads match for method 'Increment'.��Known type of argument: inref<int ref>��Available overloads:� - Interlocked.Increment(location: byref<int64>) : int64 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<int>) : int // Argument 'location' doesn't match
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L22
Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address.
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L26
No overloads match for method 'Increment'.��Known type of argument: inref<int ref>��Available overloads:� - Interlocked.Increment(location: byref<int64>) : int64 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<int>) : int // Argument 'location' doesn't match
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L19
No overloads match for method 'Increment'.��Known type of argument: inref<int ref>��Available overloads:� - Interlocked.Increment(location: byref<int64>) : int64 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<int>) : int // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint32>) : uint32 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint64>) : uint64 // Argument 'location' doesn't match
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L22
Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address.
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L26
No overloads match for method 'Increment'.��Known type of argument: inref<int ref>��Available overloads:� - Interlocked.Increment(location: byref<int64>) : int64 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<int>) : int // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint32>) : uint32 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint64>) : uint64 // Argument 'location' doesn't match
|
macOS--dotnet6-and-mono:
Fsdk/Process.fs#L19
No overloads match for method 'Increment'.��Known type of argument: inref<int ref>��Available overloads:� - Interlocked.Increment(location: byref<int64>) : int64 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<int>) : int // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint32>) : uint32 // Argument 'location' doesn't match� - Interlocked.Increment(location: byref<uint64>) : uint64 // Argument 'location' doesn't match
|
linux-oldLTS-github--dotnet-and-msbuild
Process completed with exit code 2.
|
linux-newLTS-github--dotnet-and-msbuild
Process completed with exit code 2.
|
linux-oldLTS-vanilla--stockmono
Process completed with exit code 2.
|
windows--dotnet6
Process completed with exit code 1.
|
linux-newLTS-vanilla--stockmono
Process completed with exit code 2.
|
linux-oldLTS-vanilla--newmono
Process completed with exit code 2.
|
linux-newLTS-vanilla--newmono
Process completed with exit code 2.
|
windows--legacyFramework
Process completed with exit code 1.
|
macOS--dotnet6-and-mono
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macOS--dotnet6-and-mono
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
windows--dotnet6
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
windows--dotnet6
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|