Merge pull request #1 from bigsheeper/2408-handle-err-v12.0.1 #2
Annotations
4 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
csharp/src/Apache.Arrow/Memory/NativeMemoryManager.cs#L38
Adding a finalizer to a type derived from MemoryManager<T> may permit memory to be freed while it is still in use by a Span<T> (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2015)
|
csharp/src/Apache.Arrow/Memory/NativeMemoryManager.cs#L38
Adding a finalizer to a type derived from MemoryManager<T> may permit memory to be freed while it is still in use by a Span<T> (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2015)
|
The logs for this run have expired and are no longer available.
Loading