Push dll #7
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/FlowAnalysis/DominanceTree.cs#L52
Dereference of a possibly null reference.
|
build:
MustAwaitAnalyzer/FlowAnalysis/DominanceTree.cs#L66
Dereference of a possibly null reference.
|
build:
MustAwaitAnalyzer/FlowAnalysis/DirectedGraph.cs#L83
Possible null reference assignment.
|
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/ControlFlowAnalysis.cs#L84
Cannot convert null literal to non-nullable reference type.
|
build:
MustAwaitAnalyzer/FlowAnalysis/ControlFlowAnalysis.cs#L90
Argument of type 'List<IOperation?>' cannot be used for parameter 'collection' of type 'IEnumerable<IOperation>' in 'void List<IOperation>.AddRange(IEnumerable<IOperation> collection)' due to differences in the nullability of reference types.
|
build:
MustAwaitAnalyzer/FlowAnalysis/ControlFlowAnalysis.cs#L104
Cannot convert null literal to non-nullable reference type.
|
build:
MustAwaitAnalyzer/FlowAnalysis/ControlFlowAnalysis.cs#L132
Cannot convert null literal to non-nullable reference type.
|