469 test native aot compatibility #393
Annotations
1 error and 11 warnings
Test Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Build:
src/Sekiban.Pure/Class1.cs#L404
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethod(String, BindingFlags)'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
src/Sekiban.Pure/Class1.cs#L406
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L51
Converting method group 'SpecifyPartitionKeys' to non-delegate type 'object'. Did you intend to invoke the method?
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L53
Converting method group 'Handle' to non-delegate type 'object'. Did you intend to invoke the method?
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L45
Converting null literal or possible null value to non-nullable type.
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L45
Possible null reference return.
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L120
Unreachable code detected
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L40
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethod(String, BindingFlags)'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L44
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
Test Build:
tests/Pure.Domain.Benchmark.Test/Program.cs#L44
Using member 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. The native code for this instantiation might not be available at runtime.
|
Loading