Skip to content

Created lighter-weight helper methods for doing subreads at a specifi… #258

Created lighter-weight helper methods for doing subreads at a specifi…

Created lighter-weight helper methods for doing subreads at a specifi… #258

Triggered via push May 5, 2024 17:37
Status Success
Total duration 3m 50s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v2, coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: Schema/src/util/data/OutOfOrderDictionary.cs#L12
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IOutOfOrderDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: Schema/src/util/AccessChainUtil.cs#L50
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L51
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L60
Dereference of a possibly null reference.
build: Schema/src/util/AccessChainUtil.cs#L94
Possible null reference assignment.
build: Schema/src/util/AccessChainUtil.cs#L101
Possible null reference assignment.
build: Schema/src/util/AccessChainUtil.cs#L102
Possible null reference assignment.
build: Schema/src/binary/attributes/BMemberAttribute.cs#L167
Dereference of a possibly null reference.
build: Schema/src/binary/attributes/BMemberAttribute.cs#L180
Dereference of a possibly null reference.
build: Schema/src/binary/attributes/BMemberAttribute.cs#L189
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.