v0.13.1 BufferedStreamSource now works with seekable streams #154
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nowsprinting/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L9
Member 'position' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L36
Method Read passes 'offset or count is negative.' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L35
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L9
Member 'position' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L36
Method Read passes 'offset or count is negative.' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L35
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L9
Member 'position' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L36
Method Read passes 'offset or count is negative.' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
Build all modern dotnet projects:
tests/Imageflow.Test/NonSeekableReadStream.cs#L35
Use 'ArgumentNullException.ThrowIfNull' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1510)
|
Build all modern dotnet projects
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Imageflow.NativeRuntime.osx-x86_64
|
Loading