fixed benchmarks #292
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build library:
Fb2.Document/Fb2Document.cs#L155
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Build library:
Fb2.Document/Fb2Document.cs#L178
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Build library:
Fb2.Document/Fb2Document.cs#L207
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Build library:
Fb2.Document/Fb2Document.cs#L238
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Build library:
Fb2.Document/Fb2Document.cs#L271
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Build library:
Fb2.Document/Models/Base/Core/Fb2Container.cs#L180
Possible null reference argument for parameter 'source' in 'IEnumerable<Fb2Node> Enumerable.Where<Fb2Node>(IEnumerable<Fb2Node> source, Func<Fb2Node, bool> predicate)'.
|
Build library:
Fb2.Document/Models/Base/Core/Fb2Container.cs#L228
Possible null reference argument for parameter 'source' in 'IEnumerable<Fb2Node> Enumerable.Select<Fb2Node, Fb2Node>(IEnumerable<Fb2Node> source, Func<Fb2Node, Fb2Node> selector)'.
|
Build library:
Fb2.Document.Playground/Program.cs#L19
Possible null reference argument for parameter 'fileContent' in 'Task Fb2Document.LoadAsync(Stream fileContent, Fb2StreamLoadingOptions? loadingOptions = null)'.
|
Build library:
Fb2.Document.Tests/Common/Utils.cs#L11
Dereference of a possibly null reference.
|
Build library:
Fb2.Document.Tests/DataCollections/Fb2NodeCollection.cs#L27
Dereference of a possibly null reference.
|
Run tests:
Fb2.Document/Fb2Document.cs#L155
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Run tests:
Fb2.Document/Fb2Document.cs#L178
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Run tests:
Fb2.Document/Fb2Document.cs#L207
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Run tests:
Fb2.Document/Fb2Document.cs#L238
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Run tests:
Fb2.Document/Fb2Document.cs#L271
Possible null reference argument for parameter 'root' in 'void Fb2Document.Load(XElement root, Fb2LoadingOptions? loadingOptions = null)'.
|
Run tests:
Fb2.Document/Models/Base/Core/Fb2Container.cs#L180
Possible null reference argument for parameter 'source' in 'IEnumerable<Fb2Node> Enumerable.Where<Fb2Node>(IEnumerable<Fb2Node> source, Func<Fb2Node, bool> predicate)'.
|
Run tests:
Fb2.Document/Models/Base/Core/Fb2Container.cs#L228
Possible null reference argument for parameter 'source' in 'IEnumerable<Fb2Node> Enumerable.Select<Fb2Node, Fb2Node>(IEnumerable<Fb2Node> source, Func<Fb2Node, Fb2Node> selector)'.
|
Run tests:
Fb2.Document.Playground/Program.cs#L19
Possible null reference argument for parameter 'fileContent' in 'Task Fb2Document.LoadAsync(Stream fileContent, Fb2StreamLoadingOptions? loadingOptions = null)'.
|
Run tests:
Fb2.Document.Tests/DataCollections/Fb2NodeCollection.cs#L27
Dereference of a possibly null reference.
|
Run tests:
Fb2.Document.Tests/Common/Utils.cs#L11
Dereference of a possibly null reference.
|
Loading