Skip to content

Merge pull request #2 from DeNA/fix-readme #5

Merge pull request #2 from DeNA/fix-readme

Merge pull request #2 from DeNA/fix-readme #5

Triggered via push October 31, 2024 04:53
Status Success
Total duration 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
build: MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L73
Dereference of a possibly null reference.
build: MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L89
Dereference of a possibly null reference.
build: MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L105
Dereference of a possibly null reference.
build: MustAwaitAnalyzer/FlowAnalysis/DominanceTree.cs#L52
Dereference of a possibly null reference.
build: MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L122
Converting null literal or possible null value to non-nullable type.
build: MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L147
Dereference of a possibly null reference.
build: MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L157
Possible null reference argument for parameter 'symbol' in 'string INamespaceOrTypeSymbolExtensions.FullName(INamespaceOrTypeSymbol symbol)'.
build: MustAwaitAnalyzer/FlowAnalysis/DominanceTree.cs#L66
Dereference of a possibly null reference.
build: MustAwaitAnalyzer/FlowAnalysis/DataFlowAnalysis.cs#L93
Cannot convert null literal to non-nullable reference type.
build: MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L172
Possible null reference argument for parameter 'model' in 'DataFlowAnalysis.DataFlowAnalysis(SemanticModel model, ControlFlowGraph cfg)'.