Skip to content

Feature/bmspt 283 delegate methods #288

Feature/bmspt 283 delegate methods

Feature/bmspt 283 delegate methods #288

Triggered via pull request September 6, 2024 12:13
Status Success
Total duration 58s
Artifacts

main.yml

on: pull_request
Running tests
48s
Running tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Running tests: src/bcf-toolkit/Utils/JsonExtensions.cs#L90
Converting null literal or possible null value to non-nullable type.
Running tests: src/bcf-toolkit/Utils/JsonExtensions.cs#L81
Nullability of reference types in value of type 'Task<T?>' doesn't match target type 'Task<T>'.
Running tests: src/bcf-toolkit/Utils/JsonExtensions.cs#L144
Possible null reference argument for parameter 'path' in 'StreamReader.StreamReader(string path)'.
Running tests: src/bcf-toolkit/Utils/JsonExtensions.cs#L150
The variable 'e' is declared but never used
Running tests: src/bcf-toolkit/Model/FileData.cs#L7
Non-nullable field 'Mime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Running tests: src/bcf-toolkit/Model/FileData.cs#L11
Non-nullable field 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Running tests: src/bcf-toolkit/Model/BcfVersionEnum.cs#L37
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(BcfToolkit.Model.BcfVersionEnum)2' is not covered.
Running tests: src/bcf-toolkit/Model/Bcf30/Root.cs#L10
Non-nullable property 'Extensions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Running tests: src/bcf-toolkit/Model/Bcf30/Bcf.cs#L7
Non-nullable property 'Extensions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Running tests: src/bcf-toolkit/Model/Bcf30/Bcf.cs#L7
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Running tests
Could not find any files for ./artifacts/*.xml