Bumped version to 0.1.6. #202
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: vostok/github.ci@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: vostok/github.ci@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build
Nullability of reference types in type of parameter 'x' of 'bool ByReferenceEqualityComparer<TT>.Equals(TT x, TT y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TT>.Equals(TT? x, TT? y)' (possibly because of nullability attributes).
|
Build
Nullability of reference types in type of parameter 'y' of 'bool ByReferenceEqualityComparer<TT>.Equals(TT x, TT y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TT>.Equals(TT? x, TT? y)' (possibly because of nullability attributes).
|
Build
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build
Possible null reference return.
|
Build
Possible null reference return.
|
Build
Possible null reference return.
|
Build
Possible null reference return.
|
Build
Possible null reference return.
|
Build
Possible null reference return.
|
Loading