更新发布文件 #21
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
publish
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
publish:
test/benchmark/NormalBenchmark/UnsafeDelegate.cs#L34
Possible null reference argument for parameter 'method' in 'Delegate Delegate.CreateDelegate(Type type, MethodInfo method)'.
|
publish:
test/benchmark/NormalBenchmark/UnsafeDelegate.cs#L26
Non-nullable field 'func' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L45
Possible null reference assignment.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L46
Possible null reference argument for parameter 'method' in 'MethodInvoker MethodInvoker.Create(MethodBase method)'.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L37
Non-nullable field '_method3' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L38
Non-nullable field '_method3Invoker' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L39
Non-nullable field '_method3Action' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L35
The field 'TestClass._arg22' is assigned but its value is never used
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L35
The field 'TestClass._arg11' is assigned but its value is never used
|