Add nuget link #4
Annotations
11 warnings
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/
|
dotnet test:
MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L73
Dereference of a possibly null reference.
|
dotnet test:
MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L89
Dereference of a possibly null reference.
|
dotnet test:
MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L105
Dereference of a possibly null reference.
|
dotnet test:
MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L122
Converting null literal or possible null value to non-nullable type.
|
dotnet test:
MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L147
Dereference of a possibly null reference.
|
dotnet test:
MustAwaitAnalyzer/MustAwaitAnalyzer.cs#L157
Possible null reference argument for parameter 'symbol' in 'string INamespaceOrTypeSymbolExtensions.FullName(INamespaceOrTypeSymbol symbol)'.
|
dotnet test:
MustAwaitAnalyzer/FlowAnalysis/DominanceTree.cs#L52
Dereference of a possibly null reference.
|
dotnet test:
MustAwaitAnalyzer/FlowAnalysis/DominanceTree.cs#L66
Dereference of a possibly null reference.
|
dotnet test:
MustAwaitAnalyzer/FlowAnalysis/ControlFlowAnalysis.cs#L84
Cannot convert null literal to non-nullable reference type.
|
dotnet test:
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.
|
Loading