Skip to content

Add x64 support

Add x64 support #958

Triggered via pull request November 11, 2024 20:42
Status Failure
Total duration 4m 18s
Artifacts

codecov.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: src/FlatSharp.Runtime/IO/InputBuffer/SerializationTargetInputBuffer.cs#L33
The type 'Span<byte>' may not be a ref struct or a type parameter allowing ref structs in order to use it as parameter 'TResult' in the generic type or method 'Func<T1, T2, T3, TResult>'
build: src/FlatSharp.Runtime/IO/InputBuffer/SerializationTargetInputBuffer.cs#L33
The type 'Span<byte>' may not be a ref struct or a type parameter allowing ref structs in order to use it as parameter 'TResult' in the generic type or method 'Func<T1, T2, T3, TResult>'
build: src/FlatSharp.Runtime/IO/InputBuffer/SerializationTargetInputBuffer.cs#L37
The type 'Span<byte>' may not be a ref struct or a type parameter allowing ref structs in order to use it as parameter 'TResult' in the generic type or method 'Func<T1, T2, T3, TResult>'
build: src/FlatSharp.Runtime/IO/InputBuffer/SerializationTargetInputBuffer.cs#L33
The type 'Span<byte>' may not be a ref struct or a type parameter allowing ref structs in order to use it as parameter 'TResult' in the generic type or method 'Func<T1, T2, T3, TResult>'
build: src/FlatSharp.Runtime/IO/InputBuffer/SerializationTargetInputBuffer.cs#L37
The type 'Span<byte>' may not be a ref struct or a type parameter allowing ref structs in order to use it as parameter 'TResult' in the generic type or method 'Func<T1, T2, T3, TResult>'
build: src/FlatSharp.Runtime/IO/SerializationTarget/SerializationTargetHelpers.cs#L343
Partial method 'InputBufferSerializationTarget<TInputBuffer>.AsReadOnlySpan(long, int)' must have an implementation part because it has accessibility modifiers.
build: src/FlatSharp.Runtime/IO/SerializationTarget/SerializationTargetHelpers.cs#L504
Partial method 'MemorySerializationTarget.AsReadOnlySpan(long, int)' must have an implementation part because it has accessibility modifiers.
build: src/FlatSharp.Runtime/IO/SerializationTarget/SerializationTargetHelpers.cs#L663
Partial method 'SpanSerializationTarget.AsSpan(long, int)' must have an implementation part because it has accessibility modifiers.
build: src/FlatSharp.Runtime/IO/SerializationTarget/SerializationTargetHelpers.cs#L665
Partial method 'SpanSerializationTarget.AsReadOnlySpan(long, int)' must have an implementation part because it has accessibility modifiers.
build: src/FlatSharp.Runtime/IO/SerializationTarget/SerializationTargetHelpers.cs#L343
Partial method 'InputBufferSerializationTarget<TInputBuffer>.AsReadOnlySpan(long, int)' must have an implementation part because it has accessibility modifiers.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/