Skip to content

Version 8.0.1 (#6058) #2720

Version 8.0.1 (#6058)

Version 8.0.1 (#6058) #2720

Triggered via pull request November 14, 2023 20:12
Status Success
Total duration 3m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

bit.ci.yml

on: pull_request
build and test for release
3m 8s
build and test for release
build and test
0s
build and test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build and test for release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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 and test for release: src/CodeAnalyzers/Bit.CodeAnalyzers/SystemAnalyzers/DateTimeOffsetInsteadOfDateTimeAnalyzer.cs#L42
Converting null literal or possible null value to non-nullable type.
build and test for release: src/CodeAnalyzers/Bit.CodeAnalyzers/SystemCodeFixes/DateTimeOffsetInsteadOfDateTimeCodeFixProvider.cs#L49
The type 'Microsoft.CodeAnalysis.SyntaxNode?' cannot be used as type parameter 'TRoot' in the generic type or method 'SyntaxNodeExtensions.ReplaceNode<TRoot>(TRoot, SyntaxNode, SyntaxNode)'. Nullability of type argument 'Microsoft.CodeAnalysis.SyntaxNode?' doesn't match constraint type 'Microsoft.CodeAnalysis.SyntaxNode'.
build and test for release: src/CodeAnalyzers/Bit.CodeAnalyzers/SystemCodeFixes/DateTimeOffsetInsteadOfDateTimeCodeFixProvider.cs#L49
Possible null reference argument for parameter 'newNode' in 'SyntaxNode? SyntaxNodeExtensions.ReplaceNode<SyntaxNode?>(SyntaxNode? root, SyntaxNode oldNode, SyntaxNode newNode)'.
build and test for release: src/CodeAnalyzers/Bit.CodeAnalyzers/SystemCodeFixes/DateTimeOffsetInsteadOfDateTimeCodeFixProvider.cs#L51
Possible null reference argument for parameter 'root' in 'Document Document.WithSyntaxRoot(SyntaxNode root)'.
build and test for release: src/CodeAnalyzers/Bit.CodeAnalyzers/SystemCodeFixes/ClassWithoutModifierCodeFixProvider.cs#L49
The type 'Microsoft.CodeAnalysis.SyntaxNode?' cannot be used as type parameter 'TRoot' in the generic type or method 'SyntaxNodeExtensions.ReplaceNode<TRoot>(TRoot, SyntaxNode, SyntaxNode)'. Nullability of type argument 'Microsoft.CodeAnalysis.SyntaxNode?' doesn't match constraint type 'Microsoft.CodeAnalysis.SyntaxNode'.