SuppressDefaultInitialization -> SuppressDefaultInitializationAttribute #479
Annotations
10 errors and 11 warnings
|
|
The type 'Benchmark.Models.MyClass' cannot be used as type parameter 'T' in the generic type or method 'ListFormatter.SerializePackable<T, TBufferWriter>(ref MemoryPackWriter<TBufferWriter>, List<T?>?)'. There is no implicit reference conversion from 'Benchmark.Models.MyClass' to 'MemoryPack.IMemoryPackable<Benchmark.Models.MyClass>'.
|
The type 'Benchmark.Models.MyClass' cannot be used as type parameter 'T' in the generic type or method 'ListFormatter.DeserializePackable<T>(ref MemoryPackReader, scoped ref List<T?>?)'. There is no implicit reference conversion from 'Benchmark.Models.MyClass' to 'MemoryPack.IMemoryPackable<Benchmark.Models.MyClass>'.
|
The type 'Benchmark.Micro.IntClass' cannot be used as type parameter 'T' in the generic type or method 'MemoryPackWriter<ArrayBufferWriter<byte>>.WritePackable<T>(scoped in T?)'. There is no implicit reference conversion from 'Benchmark.Micro.IntClass' to 'MemoryPack.IMemoryPackable<Benchmark.Micro.IntClass>'.
|
|
sandbox/SandboxConsoleApp/Program.cs#L89
No defining declaration found for implementing declaration of partial method 'ListBytesSample.StaticConstructor()'
|
sandbox/Benchmark/Benchmarks/ListFormatterVsDirect.cs#L50
The type 'Benchmark.Models.MyClass' cannot be used as type parameter 'T' in the generic type or method 'ListFormatter.SerializePackable<T, TBufferWriter>(ref MemoryPackWriter<TBufferWriter>, List<T?>?)'. There is no implicit reference conversion from 'Benchmark.Models.MyClass' to 'MemoryPack.IMemoryPackable<Benchmark.Models.MyClass>'.
|
sandbox/Benchmark/Benchmarks/ListFormatterVsDirect.cs#L72
The type 'Benchmark.Models.MyClass' cannot be used as type parameter 'T' in the generic type or method 'ListFormatter.DeserializePackable<T>(ref MemoryPackReader, scoped ref List<T?>?)'. There is no implicit reference conversion from 'Benchmark.Models.MyClass' to 'MemoryPack.IMemoryPackable<Benchmark.Models.MyClass>'.
|
sandbox/Benchmark/Micro/StaticAbstractVsFormatter.cs#L47
The type 'Benchmark.Micro.IntClass' cannot be used as type parameter 'T' in the generic type or method 'MemoryPackWriter<ArrayBufferWriter<byte>>.WritePackable<T>(scoped in T?)'. There is no implicit reference conversion from 'Benchmark.Micro.IntClass' to 'MemoryPack.IMemoryPackable<Benchmark.Micro.IntClass>'.
|
The following actions uses Node.js version which is deprecated 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/
|
|
|
|
|
|
|
|
|
|
|
This job failed
Loading