Crossbow #199090
crossbow.yml
on: push
Verify release candidate on macOS
7m 49s
Annotations
11 warnings
Verify release candidate on macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Verify release candidate on macOS
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Verify release candidate on macOS
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Verify release candidate on macOS
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>
|
Verify release candidate on macOS
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
Verify release candidate on macOS
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Verify release candidate on macOS
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Verify release candidate on macOS
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Verify release candidate on macOS
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Verify release candidate on macOS
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Verify release candidate on macOS
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|