SuppressDefaultInitialization -> SuppressDefaultInitializationAttribute #479
build-debug.yml
on: push
build-dotnet
43s
build-unity
3s
Annotations
10 errors and 13 warnings
build-dotnet
No defining declaration found for implementing declaration of partial method 'CctorSample.StaticConstructor()'
|
build-dotnet
No defining declaration found for implementing declaration of partial method 'ListBytesSample.StaticConstructor()'
|
build-dotnet
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>'.
|
build-dotnet
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>'.
|
build-dotnet
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>'.
|
build-dotnet
No defining declaration found for implementing declaration of partial method 'CctorSample.StaticConstructor()'
|
build-dotnet:
sandbox/SandboxConsoleApp/Program.cs#L89
No defining declaration found for implementing declaration of partial method 'ListBytesSample.StaticConstructor()'
|
build-dotnet:
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>'.
|
build-dotnet:
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>'.
|
build-dotnet:
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>'.
|
build-unity
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-unity
No files were found with the provided path: ./src/MemoryPack.Unity/*.unitypackage. No artifacts will be uploaded.
|
build-dotnet
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/
|
build-dotnet
The using directive for 'MemoryPack' appeared previously in this namespace
|
build-dotnet
The using directive for 'System.Runtime.InteropServices' appeared previously in this namespace
|
build-dotnet
The field 'Sample.privateField2' is never used
|
build-dotnet
The field 'Sample2.privateField2' is never used
|
build-dotnet
The field 'Sample2.privateField2' is never used
|
build-dotnet
The field 'Sample.privateField2' is never used
|
build-dotnet
Non-nullable field 'other' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-dotnet
Field 'HasDefaultValue.X' is never assigned to, and will always have its default value 0
|
build-dotnet
Field 'HasDefaultValueWithVersionTolerant.X' is never assigned to, and will always have its default value 0
|
build-dotnet
The field 'MemberKindsAllUnmanaged.B' is never used
|